diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-28 21:36:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-28 21:36:07 +0800 |
commit | f6588d3c668f4f4a6a3966179b065d3581f64084 (patch) | |
tree | f6fc19cd8ecb35ac3bd0257cd20419a33d503fb8 /composer/ChangeLog | |
parent | f58bb183fdf47981d8a85aaf1ad1b92575236cb1 (diff) | |
download | gsoc2013-evolution-f6588d3c668f4f4a6a3966179b065d3581f64084.tar.gz 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/ChangeLog | 9 |
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. |