aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-19 06:11:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-19 06:11:02 +0800
commite31a8b9678ee651cfe883e80a11b9353fc7d1e50 (patch)
treeb92892ed2b3a319c4f53b8043f25dfc22bf5244f /composer/ChangeLog
parente977f1be9e5b5a5dae943c3cf44ea8810c5e8ec3 (diff)
downloadgsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar.gz
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar.bz2
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar.lz
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar.xz
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.tar.zst
gsoc2013-evolution-e31a8b9678ee651cfe883e80a11b9353fc7d1e50.zip
e_msg_composer_hdrs_get_subject() now returns const so don't g_free() it
2003-03-18 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog19
1 files changed, 19 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <fejj@ximian.com>
* e-msg-composer.c (create_composer): Default the composer's title