From a6a600a40a235d79207014149a28276c616041d4 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Fri, 9 Jan 2004 02:07:25 +0000 Subject: bugfixes svn path=/trunk/; revision=24122 --- mail/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 ** See bug #50786 -- cgit