Subject: CVS commit: pkgsrc/comms/efax-gtk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2007 17:25:20
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat Oct 13 17:25:20 UTC 2007

Modified Files:
	pkgsrc/comms/efax-gtk: Makefile distinfo
	pkgsrc/comms/efax-gtk/patches: patch-af patch-ag

Log Message:
Changes 3.0.15:
* Add provision for printing and viewing the logfile
* Make the expose event handler for the drawing area of the "Fax
  from socket" notifier more efficient
* Move PrintManager class to utils sub-directory as FilePrintManager
  class and provide new TextPrintManager class
* Correctly show help dialog for GTK+ print system checkbox in
  settings dialog
* Explicitly forbid copying of IntrusiveCounter and
  IntrusiveLockCounter class objects
* Do not initialise the pthread_cond_t object in a Thread::Cond
  object if the call to pthread_condattr_setclock() fails (this
  avoids a possible resource leak)
* Improve GError handling where relevant
* Change use of g_list_append() to g_list_prepend()
* Greek translation updated.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/comms/efax-gtk/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/comms/efax-gtk/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/efax-gtk/patches/patch-af
cvs rdiff -r1.3 -r1.4 pkgsrc/comms/efax-gtk/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.