diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-01 11:41:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-01 11:41:29 +0800 |
commit | 7f793b912853b340fd2e3d12c26d0452f55227c5 (patch) | |
tree | 9afd20a609ea3a4536aa24315f20eaf2264376a6 /mail/ChangeLog | |
parent | bba69b99980a3f3386c98ccc98b4136ca5860d92 (diff) | |
download | gsoc2013-evolution-7f793b912853b340fd2e3d12c26d0452f55227c5.tar.gz 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/ChangeLog | 15 |
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. |