Subject: CVS commit: pkgsrc/comms/efax-gtk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/24/2006 16:56:17
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Sep 24 16:56:17 UTC 2006

Modified Files:
	pkgsrc/comms/efax-gtk: Makefile distinfo
	pkgsrc/comms/efax-gtk/patches: patch-aa patch-ab patch-ac patch-ad
Added Files:
	pkgsrc/comms/efax-gtk/patches: patch-af patch-ag

Log Message:
Changes 3.0.11:
* Correct file descriptor leak when viewing a fax.
* Implement printing of faxes in fax lists via the GTK+ print system
  where compiled against GTK+2.10 or higher.
* Improve handling of user locales with streams.
* Use AC_COMPILE_IFELSE/AC_LANG_PROGRAM autoconf macros instead of
  the AC_TRY_COMPILE macro when configuring the program.
* Correct derivation of fdistream class for wide characters (not
  relevant to efax-gtk).
* Mention the need to call g_thread_init() before Notifier::init()
  in the Notifier documentation.
* Correct help information concerning sending faxes via socket and
  pop-up dialog.
* Explicitly include <ios> header where relevant.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/comms/efax-gtk/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/comms/efax-gtk/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/efax-gtk/patches/patch-aa \
    pkgsrc/comms/efax-gtk/patches/patch-ac
cvs rdiff -r1.8 -r1.9 pkgsrc/comms/efax-gtk/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/comms/efax-gtk/patches/patch-ad
cvs rdiff -r0 -r1.1 pkgsrc/comms/efax-gtk/patches/patch-af \
    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.