aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-12 00:52:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-12 00:52:40 +0800
commitcf5946baf722af0e701284a807ae3b3642d8582b (patch)
tree94cfd4c78ec3457746de863b4531b69e729bb27d /mail/ChangeLog
parent8d8578a64dda64c7bc4e05d687026f977e370aa4 (diff)
downloadgsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar.gz
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar.bz2
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar.lz
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar.xz
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.tar.zst
gsoc2013-evolution-cf5946baf722af0e701284a807ae3b3642d8582b.zip
New function to handle a lot of the filtering/etc that was done in
2002-12-11 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (mail_format_data_wrapper_write_to_stream): New function to handle a lot of the filtering/etc that was done in mail_format_get_data_wrapper_text(). This is the first step toward getting rid of e-text-to-html crap and using my tohtml stream filter instead. (mail_format_get_data_wrapper_text): Use the new function. (mail_format_raw_message): Use camel streams to write the content to gtkhtml rather than using get_data_wrapper_text() and then converting that to html and then writing it to the gtkhtml stream. svn path=/trunk/; revision=19098
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index adbcc393d1..188b0ec1bc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2002-12-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-format.c (mail_format_data_wrapper_write_to_stream): New
+ function to handle a lot of the filtering/etc that was done in
+ mail_format_get_data_wrapper_text(). This is the first step toward
+ getting rid of e-text-to-html crap and using my tohtml stream
+ filter instead.
+ (mail_format_get_data_wrapper_text): Use the new function.
+ (mail_format_raw_message): Use camel streams to write the content
+ to gtkhtml rather than using get_data_wrapper_text() and then
+ converting that to html and then writing it to the gtkhtml stream.
+
2002-12-10 Not Zed <NotZed@Ximian.com>
* mail-composer-prefs.c (mail_composer_prefs_construct): language