diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 51f9bfe86b..acc4252739 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,6 +1,11 @@ 2003-09-24 Jeffrey Stedfast <fejj@ximian.com> - * mail-preferences.c (mail_preferences_construct): + * mail-preferences.c (mail_preferences_construct): Same as below. + + * mail-composer-prefs.c (mail_composer_prefs_construct): gconf can + return empty string if the charset has not been set, so if the + charset string is empty, default the charset to the user's locale + charset. Partial fix for bug #47638. 2003-09-23 Jeffrey Stedfast <fejj@ximian.com> |