diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-07 16:37:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-07 16:37:59 +0800 |
commit | a7efe01005ea34fcf3f6128953cc55a5e829aa3d (patch) | |
tree | 1f336cb80301755d61a25c03bfa7cd8059a7da20 /composer/ChangeLog | |
parent | cf0a938afbc1c1622111bfd249e0bba75eea3033 (diff) | |
download | gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar.gz gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar.bz2 gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar.lz gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar.xz gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.tar.zst gsoc2013-evolution-a7efe01005ea34fcf3f6128953cc55a5e829aa3d.zip |
Added code to set the body text based on the CamelMimeMessage.
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Added code
to set the body text based on the CamelMimeMessage.
(set_editor_text): Use lowercase html tags...
svn path=/trunk/; revision=4565
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index dc490887dd..446240f0ff 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,11 @@ 2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer.c (e_msg_composer_new_with_message): Added code + to set the body text based on the CamelMimeMessage. + (set_editor_text): Use lowercase html tags... + +2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer.c (do_exit): Prompt the user to save their composition in Drafts. (set_editor_text): Uhm, use "-- \n" not "--\n" because the space |