aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1c29ae0d26..fff458434e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-09 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c (composer_get_default_charset_setting): Same as
+ with attachment-bar's get_default_charset().
+ (setup_ui): Instead of pulling the default charset from gconf,
+ call our helper function above.
+
+ * e-msg-composer-attachment-bar.c (get_default_charset): If gconf
+ returns a NULL string, default back to the locale charset.
+
2003-04-08 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (map_default_cb): Added some debug printfs.