diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-01-09 10:07:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-09 10:07:25 +0800 |
commit | a6a600a40a235d79207014149a28276c616041d4 (patch) | |
tree | 33cad89cbb726eb9b7fc09f97b7f76aed7f2e8bb | |
parent | cee49f028644048a129fefd513a396a145bb0a90 (diff) | |
download | gsoc2013-evolution-a6a600a40a235d79207014149a28276c616041d4.tar.gz gsoc2013-evolution-a6a600a40a235d79207014149a28276c616041d4.tar.zst gsoc2013-evolution-a6a600a40a235d79207014149a28276c616041d4.zip |
bugfixes
svn path=/trunk/; revision=24122
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 60ec0d03c6..e204fb34b4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2004-01-09 Not Zed <NotZed@Ximian.com> + + * em-format.c (em_format_format_text): keep the windows charset + filter around until we're done since if we set it up we reference + its memory. Causes warnings and breaks message display. + + ** See bug #52637. + + * em-inline-filter.c (em_inline_filter_new): added a content-type + paramter for the base content type. + (em_inline_filter_finalize): free base content type. + (emif_types[]): Added 'plain' parameter, indicates type needs + plain parameters set on content type. + (emif_add_part): inherit the full base type if it is set, for + plain parts. + + * em-format-html.c (efh_text_plain): pass the part's content-type + to the inline filter. + 2004-01-08 Not Zed <NotZed@Ximian.com> ** See bug #50786 |