aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5c6e410388..d55f24814c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -5,6 +5,19 @@
so it still won't build until camel-imap-summary is finished
along with a few methods in camel-imap-folder)
+ * camel-stream.[c,h]: Changed the read and write method prototypes
+ to return an ssize_t type rather than an int and also changed
+ the 'number of bytes' to read or write to a size_t type
+
+ * camel-stream-fs.c: same as above
+
+ * camel-stream-mem.c: again, same as above
+
+ * camel-stream-buffer.c: same
+
+ * camel-imap-stream.[c,h]: Added this new stream, cache's previously read
+ data so each successive call will instead read from the cache
+
2000-06-05 Dan Winship <danw@helixcode.com>
* camel-mime-part.c (camel_mime_part_set_disposition): fix