diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-23 07:24:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-23 07:24:01 +0800 |
commit | 4807a4d7e75993aefc6860d2747403a7019c49e7 (patch) | |
tree | 75ee11bb941d832314eb18ad115687f91d9682f4 /mail/ChangeLog | |
parent | dcc5cbe678dace542549f17a3db99d26450a1ea4 (diff) | |
download | gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.gz gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.bz2 gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.lz gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.xz gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.zst gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.zip |
New class that wraps writing to a GtkHTML stream so that we don't have to
2001-10-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-stream-gtkhtml.c (mail_stream_gtkhtml_new): New class that
wraps writing to a GtkHTML stream so that we don't have to write
to an intermediate GByteArray.
* mail-display.c (on_url_requested): Use the new Camel->GtkHTML
stream - this means we don't have to chew up nearly as much
memory...yay!
svn path=/trunk/; revision=13911
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9aab55df45..3848c004bf 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-10-22 Jeffrey Stedfast <fejj@ximian.com> + + * mail-stream-gtkhtml.c (mail_stream_gtkhtml_new): New class that + wraps writing to a GtkHTML stream so that we don't have to write + to an intermediate GByteArray. + + * mail-display.c (on_url_requested): Use the new Camel->GtkHTML + stream - this means we don't have to chew up nearly as much + memory...yay! + 2001-10-22 Ettore Perazzoli <ettore@ximian.com> * mail-mt.c (do_op_status): Don't free `clientid' as it's |