aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-02 23:09:45 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-02 23:09:45 +0800
commit01b2d34d032d0a675ef5f0fdcb811cdd41d690ed (patch)
tree3102247d7fd75ad16dc254196f3fa1e35933fe42 /camel/ChangeLog
parentd932fda48b3724f516fa5012b80c329644d72bdf (diff)
downloadgsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar.gz
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar.bz2
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar.lz
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar.xz
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.tar.zst
gsoc2013-evolution-01b2d34d032d0a675ef5f0fdcb811cdd41d690ed.zip
fix implementation so that it writes properly to the output stream even.
2000-03-02 bertrand <bertrand@helixcode.com> * camel-data-wrapper.c (my_write_to_stream): fix implementation so that it writes properly to the output stream even. * camel-stream-b64.c (camel_stream_b64_write_to_stream): fix implementation. svn path=/trunk/; revision=2013
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d41d94a239..c095ee4025 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2000-03-02 bertrand <bertrand@helixcode.com>
+
+ * camel-data-wrapper.c (my_write_to_stream):
+ fix implementation so that it writes properly
+ to the output stream even.
+
+ * camel-stream-b64.c (camel_stream_b64_write_to_stream):
+ fix implementation.
+
2000-02-29 bertrand <bertrand@helixcode.com>
* camel-stream-b64.c (camel_stream_b64_write_to_stream): new