aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-16 02:55:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-16 02:55:33 +0800
commitf57b228500d5511f3985c6986a26d2aaa732d42c (patch)
treecedf9cbca4252083794fc7c55666cc2a38431386 /composer/ChangeLog
parent6313647810adb53640b429819dbd50a98aa78fe2 (diff)
downloadgsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar.gz
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar.bz2
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar.lz
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar.xz
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.tar.zst
gsoc2013-evolution-f57b228500d5511f3985c6986a26d2aaa732d42c.zip
Same idea here as with build_mesage(), don't convert th gconf charset
2004-04-15 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog21
1 files changed, 21 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <fejj@ximian.com>
* e-msg-composer.c (get_file_content): To be on the safe side