aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-29 03:33:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-29 03:33:45 +0800
commit1e291c07c0b145d4d4183c92cd83867a61fd38ed (patch)
treec49da1220e1b1c3ec846cdbccf325904e267c0e4 /composer/ChangeLog
parentfe8cf8c71d99d823d40bf09059e8312399d8e85e (diff)
downloadgsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar.gz
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar.bz2
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar.lz
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar.xz
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.tar.zst
gsoc2013-evolution-1e291c07c0b145d4d4183c92cd83867a61fd38ed.zip
Set the "From" address in the CamelMimeMessage. Also updated to use
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Set the "From" address in the CamelMimeMessage. Also updated to use get_subject to both make our lives easier and prepare for using UTF8 (e_msg_composer_hdrs_get_subject): Updated to behave similarly to get_from and return allocated memory (it will have to return allocated memory once it's converted to use UTF8 anyways) * e-msg-composer.c (setup_save_draft): Always set composer->send_html = TRUE so that formatting is preserved. svn path=/trunk/; revision=5084
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 0d5311b76a..37373a545e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,15 @@
+2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Set the
+ "From" address in the CamelMimeMessage. Also updated to use
+ get_subject to both make our lives easier and prepare for using UTF8
+ (e_msg_composer_hdrs_get_subject): Updated to behave similarly to
+ get_from and return allocated memory (it will have to return
+ allocated memory once it's converted to use UTF8 anyways)
+
+ * e-msg-composer.c (setup_save_draft): Always set
+ composer->send_html = TRUE so that formatting is preserved.
+
2000-08-24 Lauris Kaplinski <lauris@helixcode.com>
* e-msg-composer-address-entry.c: Use e_utf8 wrappers