aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-21 07:15:47 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-21 07:15:47 +0800
commit87f84c22a871161adb52abdf9fe3bef01a601f3b (patch)
tree449943f0c10680f75d30bf73995357306d3f228f /ChangeLog
parentad24a0d6eb148f9fdf82cc42384b2891ce32a61f (diff)
downloadgsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar.gz
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar.bz2
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar.lz
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar.xz
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.tar.zst
gsoc2013-evolution-87f84c22a871161adb52abdf9fe3bef01a601f3b.zip
Signal proxying implemenatation. (_signal_marshaller_server_side):
1999-09-21 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder-pt-proxy.c: Signal proxying implemenatation. (_signal_marshaller_server_side): (_signal_marshaller_client_side): (_init_signals_proxy): Code not is tested and has to be best explained as it uses threads conditions and gtk signal system. (_thread_notification_catch): notify pending signals as well as thread availability. svn path=/trunk/; revision=1244
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc19b2f4ce..6b62b80221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1999-09-21 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * camel/camel-folder-pt-proxy.c:
+ Signal proxying implemenatation.
+ (_signal_marshaller_server_side):
+ (_signal_marshaller_client_side):
+ (_init_signals_proxy):
+ Code not is tested and has to be best
+ explained as it uses threads conditions and
+ gtk signal system.
+ (_thread_notification_catch): notify pending signals
+ as well as thread availability.
+
1999-09-20 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec):