diff options
author | Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> | 2003-06-20 01:42:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-06-20 01:42:26 +0800 |
commit | 6f7f415822ef2533ec8980d347fa327861f1cc9f (patch) | |
tree | 14188eebd2d5e13972363eea6e96564370b456de /widgets/misc/ChangeLog | |
parent | a3cc8ef8410da7f9a3806ff0ffce7fbe144c1af9 (diff) | |
download | gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar.gz gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar.bz2 gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar.lz gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar.xz gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.tar.zst gsoc2013-evolution-6f7f415822ef2533ec8980d347fa327861f1cc9f.zip |
Fix for #45082: GB18030 BIG5HKSCS and EUC-TW charsets not supported in
2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
* e-charset-picker.c: Fix for #45082: GB18030 BIG5HKSCS and EUC-TW
charsets not supported in evolution mail
2003-06-17 Jeffrey Stedfast <fejj@ximian.com>
* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Don't
use the charset class in the menu label if it is 'Unknown'.
(e_charset_picker_bonobo_ui_populate): For user-defined charsets,
just use the name of the charset rather than "Unknown".
(add_charset): Don't escape _'s anymore, this seems to not be
needed int gtk2.
(add_other_charset): g_strdup() the charset name. Fixes bug
#43917.
svn path=/trunk/; revision=21484
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index a82355b267..e5defd8b8d 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,19 @@ +2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> + + * e-charset-picker.c: Fix for #45082: GB18030 BIG5HKSCS and EUC-TW + charsets not supported in evolution mail + +2003-06-17 Jeffrey Stedfast <fejj@ximian.com> + + * e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Don't + use the charset class in the menu label if it is 'Unknown'. + (e_charset_picker_bonobo_ui_populate): For user-defined charsets, + just use the name of the charset rather than "Unknown". + (add_charset): Don't escape _'s anymore, this seems to not be + needed int gtk2. + (add_other_charset): g_strdup() the charset name. Fixes bug + #43917. + 2003-06-11 Larry Ewing <lewing@ximian.com> * e-search-bar.c (impl_get_property): take ownership of the duped |