From e31a8b9678ee651cfe883e80a11b9353fc7d1e50 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 18 Mar 2003 22:11:02 +0000 Subject: e_msg_composer_hdrs_get_subject() now returns const so don't g_free() it 2003-03-18 Jeffrey Stedfast * e-msg-composer.c (do_exit): e_msg_composer_hdrs_get_subject() now returns const so don't g_free() it :-) (map_default_cb): Same as above. Also, the subject entry no longer derives from GnomeCanvas so eliminate the now unneeded casting to grab the focus of the subject widget. (e_msg_composer_get_subject): Return a const char * now. * e-msg-composer-hdrs.c (create_headers): Make the subject entry into a GtkEntry so we don't have to worry about i18n and other EEntry bugs anymore. Fixes numerous bugs (including #39924). (e_msg_composer_hdrs_set_subject): Use gtk_entry_set_text(). (e_msg_composer_hdrs_to_message_internal): e_msg_composer_hdrs_get_subject() now returns const. (e_msg_composer_hdrs_get_subject): Return a const char *. (entry_changed): e_msg_composer_hdrs_get_subject() now returns const. svn path=/trunk/; revision=20350 --- composer/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 0def2175cc..62dbdb6e1a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,22 @@ +2003-03-18 Jeffrey Stedfast + + * e-msg-composer.c (do_exit): e_msg_composer_hdrs_get_subject() + now returns const so don't g_free() it :-) + (map_default_cb): Same as above. Also, the subject entry no longer + derives from GnomeCanvas so eliminate the now unneeded casting to + grab the focus of the subject widget. + (e_msg_composer_get_subject): Return a const char * now. + + * e-msg-composer-hdrs.c (create_headers): Make the subject entry + into a GtkEntry so we don't have to worry about i18n and other + EEntry bugs anymore. Fixes numerous bugs (including #39924). + (e_msg_composer_hdrs_set_subject): Use gtk_entry_set_text(). + (e_msg_composer_hdrs_to_message_internal): + e_msg_composer_hdrs_get_subject() now returns const. + (e_msg_composer_hdrs_get_subject): Return a const char *. + (entry_changed): e_msg_composer_hdrs_get_subject() now returns + const. + 2003-03-13 Jeffrey Stedfast * e-msg-composer.c (create_composer): Default the composer's title -- cgit v1.2.3