From 554b987da7d9579b23a62c50f95b8305e1c5a72c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 22 Nov 2002 22:28:49 +0000 Subject: Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to 2002-11-22 Not Zed * e-msgport.c (EMsgPort): Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to null. (e_msgport_destroy): close prfiledesc's if they're open. (e_msgport_prfd): get the prfiledesc to wait asynchronously on. (e_msgport_put): Write notify to nspr pipe if it exists. (e_msgport_wait): poll nspr pipe fd if it is set, and the pipe fd isn't. (e_msgport_get): skim off a notify byte on the pr pipe if set. (): Include config.h, and nspr stuff if HAVE_NSS is set. svn path=/trunk/; revision=18893 --- e-util/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 7d6e154201..ec03e75cbb 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,15 @@ +2002-11-22 Not Zed + + * e-msgport.c (EMsgPort): Added an optional nspr pipe field. + (e_msgport_new): Init nspr pipe to null. + (e_msgport_destroy): close prfiledesc's if they're open. + (e_msgport_prfd): get the prfiledesc to wait asynchronously on. + (e_msgport_put): Write notify to nspr pipe if it exists. + (e_msgport_wait): poll nspr pipe fd if it is set, and the pipe fd + isn't. + (e_msgport_get): skim off a notify byte on the pr pipe if set. + (): Include config.h, and nspr stuff if HAVE_NSS is set. + 2002-11-13 Ettore Perazzoli * e-config-listener.c (e_config_listener_get_string_with_default): -- cgit v1.2.3