From bb38060bedf396bdbfbf43b4469a7cea049c8338 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 2 Sep 2004 20:10:01 +0000 Subject: Fix for bug #63377 and prevention of similar cases. 2004-09-01 Jeffrey Stedfast Fix for bug #63377 and prevention of similar cases. * em-format.c (emf_finalise): Free the default_charset. (emf_format_clone): Clone the default_charset - this prevents the particular crash described in bug #63377. * em-utils.c (em_utils_message_to_html): If source is NULL, set our own default charset (from the user's gconf key) on the formatter to make sure there's always a source charset for conversion to UTF-8. svn path=/trunk/; revision=27122 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 2a5b5f98a6..355a658de7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2004-09-01 Jeffrey Stedfast + + Fix for bug #63377 and prevention of similar cases. + + * em-format.c (emf_finalise): Free the default_charset. + (emf_format_clone): Clone the default_charset - this prevents the + particular crash described in bug #63377. + + * em-utils.c (em_utils_message_to_html): If source is NULL, set + our own default charset (from the user's gconf key) on the + formatter to make sure there's always a source charset for + conversion to UTF-8. + 2004-08-30 Jeffrey Stedfast * em-folder-tree.c (emft_popup_delete_folder): Set the store and -- cgit v1.2.3