aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-02 03:50:02 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-02 03:50:02 +0800
commit2c543492092832d71f1f677d52a42043c8787be7 (patch)
tree6ba93586355665bff1edf44616e5951550204f79 /ChangeLog
parente9e83c971456616965b183ce1009ba849be69672 (diff)
downloadgsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.gz
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.bz2
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.lz
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.xz
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.tar.zst
gsoc2013-evolution-2c543492092832d71f1f677d52a42043c8787be7.zip
do not return NULL when line is empty.
* camel/gmime-utils.c (gmime_read_line_from_stream): do not return NULL when line is empty. * camel/camel-multipart.c (_read_part): return true when end of multipart is found, not the contrary svn path=/trunk/; revision=1055
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f9a439678..0da7dc403d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-08-01 root <guiheneu@jean.joudboeuf.fr>
+
+ * camel/gmime-utils.c (gmime_read_line_from_stream):
+ do not return NULL when line is empty.
+
+ * camel/camel-multipart.c (_read_part): return true when end
+ of multipart is found, not the contrary
+
1999-07-31 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/gmime-utils.c (gmime_read_line_from_stream):