aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-27 04:42:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-27 04:42:07 +0800
commitbac1a59d59bb0326bb8b634bbf6ec973b20efd16 (patch)
tree8b40254ce41ef5951be0a14e0cb95d881616f34d /composer/ChangeLog
parent22e5863a695a9e508d04d7dfc9a7f4c72500fcb1 (diff)
downloadgsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar.gz
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar.bz2
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar.lz
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar.xz
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.tar.zst
gsoc2013-evolution-bac1a59d59bb0326bb8b634bbf6ec973b20efd16.zip
Add a <br> tag between the message text and the signature text (makes it
2004-02-26 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (set_editor_text): Add a <br> tag between the message text and the signature text (makes it nicer looking and also fixes bug #53747. svn path=/trunk/; revision=24897
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index a40f8c785c..a2be3658e4 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c (set_editor_text): Add a <br> tag between the
+ message text and the signature text (makes it nicer looking and
+ also fixes bug #53747.
+
2004-02-17 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (e_msg_composer_unrealize): renamed from unmap
@@ -66,7 +72,7 @@
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.