aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-27 17:52:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-28 20:06:00 +0800
commite887df9a554e452c7c1bb2bae3739cb43ddf73bc (patch)
tree53814d7dd5c4f6d482253be4dbf00a9a89ed4877 /composer/ChangeLog
parent3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e (diff)
downloadgsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar.gz
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar.bz2
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar.lz
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar.xz
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.tar.zst
gsoc2013-evolution-e887df9a554e452c7c1bb2bae3739cb43ddf73bc.zip
Do not delete text lines on signature set in composer
** Fix for bug #553535 * e-msg-composer.c: (is_top_signature), (get_signature_html), (set_editor_text), (e_msg_composer_show_sig_file): Do not eat lines of text when changing signature at top of the message. Add one extra empty line between the signature and the body of the mail when placing signature to the bottom.
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 9f1f34f09e..5a38c77178 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-27 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #553535
+
+ * e-msg-composer.c: (is_top_signature), (get_signature_html),
+ (set_editor_text), (e_msg_composer_show_sig_file): Do not eat
+ lines of text when changing signature at top of the message.
+ Add one extra empty line between the signature and the body
+ of the mail when placing signature to the bottom.
+
2009-03-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #574680