From f57b228500d5511f3985c6986a26d2aaa732d42c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Apr 2004 18:55:33 +0000 Subject: Same idea here as with build_mesage(), don't convert th gconf charset 2004-04-15 Jeffrey Stedfast * e-msg-composer-attachment-bar.c (attach_to_multipart): Same idea here as with build_mesage(), don't convert th gconf charset setting to the iconv name before setting it on the mime part. * e-msg-composer.c (best_charset): Now returns a malloc'd string bufefr containing the charset that has NOT been converted to the iconv name. This is important in order to avoid using the iconv charset name which may or may not necessarily be the IANA blessed name. (composer_get_default_charset_setting): Changed to always return the actual value in the settings (eg. don't return the iconv name). (build_message): Updated for changes to best_charset(). Set the actual charset name as the charset param and then get the iconv_charset from that. Use iconv_charset everywhere else. (get_file_content): Updated for changes to get_default_charset_setting(). (setup_ui): Same. svn path=/trunk/; revision=25487 --- composer/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index b4c712c175..39441ef567 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,24 @@ +2004-04-15 Jeffrey Stedfast + + * e-msg-composer-attachment-bar.c (attach_to_multipart): Same idea + here as with build_mesage(), don't convert th gconf charset + setting to the iconv name before setting it on the mime part. + + * e-msg-composer.c (best_charset): Now returns a malloc'd string + bufefr containing the charset that has NOT been converted to the + iconv name. This is important in order to avoid using the iconv + charset name which may or may not necessarily be the IANA blessed + name. + (composer_get_default_charset_setting): Changed to always return + the actual value in the settings (eg. don't return the iconv + name). + (build_message): Updated for changes to best_charset(). Set the + actual charset name as the charset param and then get the + iconv_charset from that. Use iconv_charset everywhere else. + (get_file_content): Updated for changes to + get_default_charset_setting(). + (setup_ui): Same. + 2004-04-13 Jeffrey Stedfast * e-msg-composer.c (get_file_content): To be on the safe side -- cgit v1.2.3