aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-10-02 12:26:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-10-02 12:26:03 +0800
commit060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc (patch)
treef06ea98eef1d84162a0059bf0df3357179d22267 /mail/ChangeLog
parent14cc184b53748a8dd504755415ea0f460073dedf (diff)
downloadgsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar.gz
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar.bz2
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar.lz
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar.xz
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.tar.zst
gsoc2013-evolution-060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc.zip
turn off blocking writes. (efh_format_timeout): don't do a htmlbegin on
2003-10-01 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_init): turn off blocking writes. (efh_format_timeout): don't do a htmlbegin on the page yet, it'll be handled by em-html-stream when it has data, to reduce flicker. (efh_format_do): close the main gtkhtml stream as soon as we're done writing the body. any sub-jobs should be using frames etc. (efh_text_plain): dont write a table around the text, try to reduce flickering. layout may be out now though. * em-html-stream.c (emhs_sync_write): if we have no html_stream yet, begin a new one. svn path=/trunk/; revision=22784
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 95b53c41b9..cb716bbcd3 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2003-10-01 Not Zed <NotZed@Ximian.com>
+
+ * em-format-html.c (efh_init): turn off blocking writes.
+ (efh_format_timeout): don't do a htmlbegin on the page yet, it'll
+ be handled by em-html-stream when it has data, to reduce flicker.
+ (efh_format_do): close the main gtkhtml stream as soon as we're
+ done writing the body. any sub-jobs should be using frames etc.
+ (efh_text_plain): dont write a table around the text, try to
+ reduce flickering. layout may be out now though.
+
+ * em-html-stream.c (emhs_sync_write): if we have no html_stream
+ yet, begin a new one.
+
2003-09-30 Rodney Dawes <dobey@ximian.com>
* em-format-html-print.c: Use "Sans Regular" instead of "Helvetica"