aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-20 20:40:39 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-20 20:40:39 +0800
commitbb18195c269739ad3b48f26945bd46982341b396 (patch)
tree75c655618e35f60d37c595a26f5236913e33553a /ChangeLog
parent9dd5ac67479535548bb20583a44baee38c9f8217 (diff)
downloadgsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.gz
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.bz2
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.lz
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.xz
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.zst
gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.zip
completed
1999-09-20 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec): completed Binch of new funcs: (_maybe_run_next_op): Called by the watch notification when a threaded op is completed (_thread_notification_catch): notification watch call back (_init_notify_system): set up the notification channel (notify_availability): called by threads before completion. svn path=/trunk/; revision=1242
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5762789481..cc19b2f4ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-09-20 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec):
+ completed
+
+ Binch of new funcs:
+ (_maybe_run_next_op):
+ Called by the watch notification when
+ a threaded op is completed
+ (_thread_notification_catch):
+ notification watch call back
+ (_init_notify_system):
+ set up the notification channel
+ (notify_availability):
+ called by threads before completion.
+
1999-09-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec):