aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
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"