aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-01 11:41:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-01 11:41:29 +0800
commit7f793b912853b340fd2e3d12c26d0452f55227c5 (patch)
tree9afd20a609ea3a4536aa24315f20eaf2264376a6 /mail/ChangeLog
parentbba69b99980a3f3386c98ccc98b4136ca5860d92 (diff)
downloadgsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.gz
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.bz2
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.lz
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.xz
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.zst
gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.zip
** See bug #69339.
2004-11-22 Not Zed <NotZed@Ximian.com> ** See bug #69339. * em-format-html.c (efh_format_do): after closing the base output stream, re-loop if more jobs were queued. 2004-11-19 Not Zed <NotZed@Ximian.com> ** See bug #69339. * em-format-html.c (efh_format_do): close the stream/html after we're finished, since the multipart/related stuff may write more content for orphaned attachments. svn path=/trunk/; revision=28024
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1ca8830418..23fc490568 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2004-11-22 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #69339.
+
+ * em-format-html.c (efh_format_do): after closing the base output
+ stream, re-loop if more jobs were queued.
+
+2004-11-19 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #69339.
+
+ * em-format-html.c (efh_format_do): close the stream/html after we're
+ finished, since the multipart/related stuff may write more content
+ for orphaned attachments.
+
2004-11-23 Not Zed <NotZed@Ximian.com>
** See bug #69579.