Subject: CVS commit: pkgsrc/comms/efax-gtk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/29/2006 06:41:38
Module Name: pkgsrc
Committed By: adam
Date: Mon May 29 06:41:38 UTC 2006
Modified Files:
pkgsrc/comms/efax-gtk: Makefile PLIST distinfo
pkgsrc/comms/efax-gtk/patches: patch-ab patch-ac patch-ad
Log Message:
Changes 3.0.9:
Swedish translation added (Daniel Nylander).
Catalan translation added (Jordi Sayol Salomo).
Use gtk_widget_queue_draw() to update the drawing area which
indicates whether a fax is in the "faxes to send" queue via an
expose event rather than doing it directly.
Cater for serial port devices in sub-directories of /dev.
Have Notifier objects detect whether the signalling thread is the
same one as the thread in which the slot will execute and if so
by-pass the Notifier pipe, and implement Notifier objects without
using a map and object IDs.
Correctly handle case of constructor of SharedPtr and SharedHandle
objects throwing.
Allow the program to compile without X.
Document the use of G_IO_HUP with iowatches.
Correct comments about the use of PipeFifo::connect_to_stdout()
and PipeFifo::connect_to_stderr().
Improve text for translation about modem classes.
Include <ostream> and <istream> headers file where relevant.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/comms/efax-gtk/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/efax-gtk/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/comms/efax-gtk/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/efax-gtk/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/comms/efax-gtk/patches/patch-ac
cvs rdiff -r1.5 -r1.6 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.