aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-05 15:15:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-05 15:15:50 +0800
commit764b9e26b00bf10e474c2684f74c8c9497de30d9 (patch)
treefd63a1bdf0a6fc0e51da474a47dcf628d9325655 /camel/ChangeLog
parentf1f97ce865d29370b45ce08380cd56ab24f26a78 (diff)
downloadgsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar.gz
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar.bz2
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar.lz
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar.xz
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.tar.zst
gsoc2013-evolution-764b9e26b00bf10e474c2684f74c8c9497de30d9.zip
Revert jeff's earlier change, the change below is the more-correct fix.
2001-02-05 Not Zed <NotZed@Ximian.com> * camel-stream-filter.c (do_write): Revert jeff's earlier change, the change below is the more-correct fix. All his was doing was ignoring the return code & looping actually :) * camel-stream-fs.c (stream_write): Since we are non-blocking on the outgoing fd, keep looping if writing out large blocks, so we can keep checking for cancel, etc. svn path=/trunk/; revision=7966
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a7da8cda01..82a5445bcb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2001-02-05 Not Zed <NotZed@Ximian.com>
+
+ * camel-stream-filter.c (do_write): Revert jeff's earlier change,
+ the change below is the more-correct fix. All his was doing was
+ ignoring the return code & looping actually :)
+
+ * camel-stream-fs.c (stream_write): Since we are non-blocking on
+ the outgoing fd, keep looping if writing out large blocks, so we
+ can keep checking for cancel, etc.
+
2001-02-02 Not Zed <NotZed@Ximian.com>
* camel-folder-thread.c (camel_folder_thread_messages_new): When