Next | Query returned 101 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2007-12-16 17:41:47 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.0.16:
* Provide an option for prepending a standard prefix on dialling
* Implement start_iowatch() without a sigc::signal object (that is,
  using only a sigc::slot object for the callback)
* Corrections to syntax of efax-gtk.1 (man file) and
  efax-gtk.desktop.
* Add reference to -e option in efax man file
* Add more robust checking of whether an existing instance of
  efax-gtk is running when another instance is started
* Correct conditional compilation for use of GTK+ printing system to
  check for version 2.10
* Update comments on threading in prog_defs.h
* Update Catalan translation
* Update README file
   2007-10-13 19:25:20 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
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.
   2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483)
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
   2007-03-21 23:15:12 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
Changes 3.0.14:
	Cater for postscript viewers such as evince which, if an instance
	of the program is already running, will return before the file to
	be viewed is displayed.

Changes 3.0.13:
	Use GtkToolItem interface where compiled against GTK+ >= 2.4

	Use Glib atomic functions for locked reference counting where
	compiled against glib >= 2.4

	Improve robustness of referencing of PrintManager class

	Don't allow GtkEntry objects to select contents automatically when
	acquiring focus and update copyright notice

	Take some miscellaneous thread functions/objects out of global
	namespace

	Refer to evince rather than ggv as the Gnome ps file viewer

	Modify interface of AsyncQueue class

	In the README file, refer to using rpmbuild and not rpm to build
	rpm packages.
   2007-01-07 14:46:19 by Adam Ciarcinski | Files touched by this commit (9)
Log message:
Changes 3.0.12:
	Update Catalan translation (Jordi Sayol) and Hebrew translation

	Correct failure to clear the list of permitted client addresses
	for the socket interface after changing settings from the settings
	dialog.

	Hostname addresses permitted to connect to the socket server may
	now be specified in numeric dot notation.  Numeric dot notation
	may also contain a trailing * as a wildcard.

	Make memory management of the PrintManager class easier/safer for
	the user.

	Revise method for passing of arguments to threads.

	Correct threading explanation for the program.

	Correct format of efax-gtk man page.

	Revise the 'mail_fax' script to refer to Heirloom mailx rather
	than nail.

	Update the copyright dates in the efax-gtk man file.

PkgSrc: do not depend on comms/efax, fixing PR#33788
   2006-09-24 18:56:17 by Adam Ciarcinski | Files touched by this commit (8)
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.
   2006-06-12 11:12:33 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 3.0.10:
	Update Albanian translation (Besnik Bleta) and Catalan translation

	Add Traditional Chinese translation (including efax-gtk.desktop)

	Make the sort direction of the fax lists selectable

	Improve time reporting to main window and to logfile

	Have GobjHandle<> sink objects with floating references, and with
	GTK+-2.9 and above use g_object_ref_sink() instead of
	g_object_ref()/gtk_object_sink()

	Have consistent keys shortcuts for the closing of dialogs

	Use in_addr_t type explicitly where relevant

	More...
   2006-06-11 15:33:17 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs pkg-config.
   2006-05-29 08:41:38 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
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.
   2006-05-15 21:14:49 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Uses C++.

Next | Query returned 101 messages, browsing 61 to 70 | Previous