Subject: CVS commit: pkgsrc/comms/efax-gtk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/16/2005 12:56:57
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Aug 16 12:56:57 UTC 2005

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

Log Message:
Changes 3.0.4:

	Add a date column to the fax lists, which derives the time of the
	fax from the fax ID (the directory in which faxes are stored)

	Provide for the fax ID (the directory in which faxes are stored)
	for received faxes to be derived from the time that the fax is
	received rather than the time that efax-gtk is put into receive
	mode.  This enables the fax lists to display the correct time of a
	received fax.

	Now that stored fax directories (fax name IDs) are not displayed
	in the fax lists, provide the part of the ID representing a year
	in 4 (or more) digit rather than 2 digit format (someone in 2099
	might be pleased!).

	Put a UTF-8 validation function in namespace Utf8.

	Where relevant, handle PipeFifo and Notifier errors by exceptions
	- consequential on putting the source for these in the utils
	sub-directory.

	Change clean-up arrangements on start-up.

	Correct false calls to _exit() in FaxListDialog::view_fax_thread()

	Make the PipeFifo and SemSync classes explicitly non-copiable

	Provide further explicit casts to void* in sentinels for elipsis
	arguments for 64-bit systems.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/comms/efax-gtk/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/efax-gtk/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/comms/efax-gtk/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/comms/efax-gtk/patches/patch-ab \
    pkgsrc/comms/efax-gtk/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/comms/efax-gtk/patches/patch-ad

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