diff options
author | Radek Doulik <rodo@ximian.com> | 2001-05-04 03:34:28 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2001-05-04 03:34:28 +0800 |
commit | 57546880c8e3470834bb7012aee9d892e3ac6708 (patch) | |
tree | 7e35c5570ccc364da9b3eba8d3caa5203869e4c0 /composer/ChangeLog | |
parent | 8bf36627ed9264607917c0f46c23d260197875c2 (diff) | |
download | gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar.gz gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar.bz2 gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar.lz gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar.xz gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.tar.zst gsoc2013-evolution-57546880c8e3470834bb7012aee9d892e3ac6708.zip |
signature editing fixes
* signature editing fixes
2001-05-03 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (get_signature_html): put signature in 100%
width table
(delete_old_signature): look only for first flow with signature == 1
(e_msg_composer_new): don't insert <BR>
(e_msg_composer_new_with_sig_file): ditto
(delete_old_signature): don't delete whole signature paragraph,
but just it's content
(delete_old_signature): if signature isn't found, insert new empty
paragraph to end of document for new signature
(e_msg_composer_set_sig_file): delete signature always
(e_msg_composer_set_sig_file): don't place signature to the end of
document, but place it where previous one was (if there wasn't
then new one is appended to the document)
2001-05-02 Radek Doulik <rodo@ximian.com>
* listener.c (impl_event): do automagic indenting only when
in_signature_insert is FALSE
* e-msg-composer.c (e_msg_composer_set_sig_file): do indent-zero
before signature inserting
(e_msg_composer_set_sig_file): use in_signature_insert flag
2001-05-01 Radek Doulik <rodo@ximian.com>
* listener.c (impl_event): set signature to 0 in newly created
empty paragraphs
(clear_signature): new helper function
svn path=/trunk/; revision=9658
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 5b5e66ac21..3d76a51b49 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,34 @@ +2001-05-03 Radek Doulik <rodo@ximian.com> + + * e-msg-composer.c (get_signature_html): put signature in 100% + width table + (delete_old_signature): look only for first flow with signature == 1 + (e_msg_composer_new): don't insert <BR> + (e_msg_composer_new_with_sig_file): ditto + (delete_old_signature): don't delete whole signature paragraph, + but just it's content + (delete_old_signature): if signature isn't found, insert new empty + paragraph to end of document for new signature + (e_msg_composer_set_sig_file): delete signature always + (e_msg_composer_set_sig_file): don't place signature to the end of + document, but place it where previous one was (if there wasn't + then new one is appended to the document) + +2001-05-02 Radek Doulik <rodo@ximian.com> + + * listener.c (impl_event): do automagic indenting only when + in_signature_insert is FALSE + + * e-msg-composer.c (e_msg_composer_set_sig_file): do indent-zero + before signature inserting + (e_msg_composer_set_sig_file): use in_signature_insert flag + +2001-05-01 Radek Doulik <rodo@ximian.com> + + * listener.c (impl_event): set signature to 0 in newly created + empty paragraphs + (clear_signature): new helper function + 2001-04-26 Dan Winship <danw@ximian.com> * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS |