aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-03 05:13:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-03 05:13:18 +0800
commite694ee7fffe74825f0791748a11e13e5e6585804 (patch)
tree3eb18ffaeadf365dc44706c16472532c2d4907d1 /composer/ChangeLog
parenta344e38cdbb5991963fb340b1f249da53d069fe6 (diff)
downloadgsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.gz
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.bz2
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.lz
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.xz
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.zst
gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.zip
Set the user-chosen charset.
2001-07-02 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (attach_to_multipart): Set the user-chosen charset. * e-msg-composer.c (menu_change_charset_cb): New callback function to get the user-set charset. (init): Set the charset to NULL. (best_charset): Take a default_charset param that holds the value the user set for this particular message using the menu. (destroy): Free the charset. svn path=/trunk/; revision=10704
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 8a58e343d3..4421e39866 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,7 +1,20 @@
2001-07-02 Jeffrey Stedfast <fejj@ximian.com>
+ * e-msg-composer-attachment-bar.c (attach_to_multipart): Set the
+ user-chosen charset.
+
+ * e-msg-composer.c (menu_change_charset_cb): New callback function
+ to get the user-set charset.
+ (init): Set the charset to NULL.
+ (best_charset): Take a default_charset param that holds the value
+ the user set for this particular message using the menu.
+ (destroy): Free the charset.
+
+2001-07-02 Jeffrey Stedfast <fejj@ximian.com>
+
* e-msg-composer.c (setup_ui): Construct an e-charset-picker
bonobo-ui menu.
+ (menu_change_charset_cb):
2001-06-30 Jon Trowbridge <trow@ximian.com>