aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-22 00:20:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-22 00:20:14 +0800
commit8cb1ce04ac5efcc71680e8da2843535244fd2ec3 (patch)
tree88ec9870f98786b8ca66ac10f7487e859c956d3b /camel/ChangeLog
parente9d518e362ce8b273d4b2281c92b77cee16b5d97 (diff)
downloadgsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar.gz
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar.bz2
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar.lz
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar.xz
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.tar.zst
gsoc2013-evolution-8cb1ce04ac5efcc71680e8da2843535244fd2ec3.zip
Don't poke wrapper->stream directly, use
2003-08-21 Jeffrey Stedfast <fejj@ximian.com> * camel-data-wrapper.c (decode_to_stream): Don't poke wrapper->stream directly, use camel_data_wrapper_write_to_stream() instead as this simplifies things and makes the imap data wrapper implementation Just Work (tm). * providers/imap/camel-imap-wrapper.c: changed prototype of write_to_stream() to return ssize_t. svn path=/trunk/; revision=22325
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 20904fac03..701114b00a 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2003-08-21 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-data-wrapper.c (decode_to_stream): Don't poke
+ wrapper->stream directly, use camel_data_wrapper_write_to_stream()
+ instead as this simplifies things and makes the imap data wrapper
+ implementation Just Work (tm).
+
+ * providers/imap/camel-imap-wrapper.c: changed prototype of
+ write_to_stream() to return ssize_t.
+
2003-08-20 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): Make