aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-18 04:34:22 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-18 04:34:22 +0800
commitacd6bafa58cf5fdea4814e51aac175a99894a373 (patch)
treebc215f1df9b512eee2823969a2b796650574eafd /ChangeLog
parent63039bb99edd9f8c7aea9ef4ce8700d713b01354 (diff)
downloadgsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar.gz
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar.bz2
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar.lz
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar.xz
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.tar.zst
gsoc2013-evolution-acd6bafa58cf5fdea4814e51aac175a99894a373.zip
added notify io_channel. new func. run the next operation.
1999-09-17 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder-pt-proxy.c (_init_with_store): added notify io_channel. * (camel_op_queue_run_next_op): new func. run the next operation. svn path=/trunk/; revision=1236
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e01f51abd0..5a6d24a6cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
1999-09-17 bertrand <Bertrand.Guiheneuf@aful.org>
+ * camel/camel-folder-pt-proxy.c (_init_with_store):
+ added notify io_channel.
+
* camel/camel-op-queue.h:
* camel/camel-op-queue.c:
New object. Operation queue. Meant to be used in
non-blocking proxy objects.
-
+ (camel_op_queue_run_next_op): new func.
+ run the next operation.
+
1999-09-14 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/Makefile.am (libcamel_la_SOURCES):