aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-28 21:36:07 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-28 21:36:07 +0800
commitf6588d3c668f4f4a6a3966179b065d3581f64084 (patch)
treef6fc19cd8ecb35ac3bd0257cd20419a33d503fb8 /composer/ChangeLog
parentf58bb183fdf47981d8a85aaf1ad1b92575236cb1 (diff)
downloadgsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.gz
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.bz2
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.lz
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.xz
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.zst
gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.zip
** See Bug #53176, probably fixes others too.
2004-01-28 Not Zed <NotZed@Ximian.com> ** See Bug #53176, probably fixes others too. * e-msg-composer.c (set_editor_text): When we set the text, always add the signature implictly. Means we don't have to set it manually and break changing the file, or hit any races. (e_msg_composer_set_body_text): dont call show_sig_file here. svn path=/trunk/; revision=24490
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 48eecc9d5e..94335c27f4 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-28 Not Zed <NotZed@Ximian.com>
+
+ ** See Bug #53176, probably fixes others too.
+
+ * e-msg-composer.c (set_editor_text): When we set the text, always
+ add the signature implictly. Means we don't have to set it
+ manually and break changing the file, or hit any races.
+ (e_msg_composer_set_body_text): dont call show_sig_file here.
+
2004-01-14 Not Zed <NotZed@Ximian.com>
** See Bug #20017.