diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-27 17:52:30 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-04-27 17:52:30 +0800 |
commit | c8938bd337a03f1d4221cabfff76add54af9aa76 (patch) | |
tree | 3ede0f2b6f4c106fe62187d64fcb888d96dd66ed /composer/ChangeLog | |
parent | 0f7060ee7dcceac8d10aaa9100c919712de491ff (diff) | |
download | gsoc2013-evolution-c8938bd337a03f1d4221cabfff76add54af9aa76.tar.gz gsoc2013-evolution-c8938bd337a03f1d4221cabfff76add54af9aa76.tar.zst gsoc2013-evolution-c8938bd337a03f1d4221cabfff76add54af9aa76.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/ChangeLog | 10 |
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 |