aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-13 05:48:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-13 05:48:06 +0800
commitcfb7f58d26e2428627b50adb168b62c9772ef746 (patch)
tree00ba515bd001e721127ae2780799040895a00960 /mail/ChangeLog
parent24c0e32fa591fd974c5697698a500e770b837195 (diff)
downloadgsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar.gz
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar.bz2
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar.lz
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar.xz
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.tar.zst
gsoc2013-evolution-cfb7f58d26e2428627b50adb168b62c9772ef746.zip
No longer need to call e_msg_composer_show_sig_file(). This gets handled
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (create_msg_composer): No longer need to call e_msg_composer_show_sig_file(). This gets handled auto-magically by a signal emition when the default From address chooser gets created. (do_forward_non_attached): No longer need to call it here either because e_msg_composer_set_body_text() now makes sure to re-show the signature. svn path=/trunk/; revision=15693
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 03e3f3720c..431839223e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-callbacks.c (create_msg_composer): No longer need to call
+ e_msg_composer_show_sig_file(). This gets handled auto-magically
+ by a signal emition when the default From address chooser gets
+ created.
+ (do_forward_non_attached): No longer need to call it here either
+ because e_msg_composer_set_body_text() now makes sure to re-show
+ the signature.
+
+2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-callbacks.c (do_forward_non_attached): Show the signature.
2002-02-11 Jeffrey Stedfast <fejj@ximian.com>