From 060d4b7e0a682d2e70a5275d8db1ea2f5fb488cc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 2 Oct 2003 04:26:03 +0000 Subject: turn off blocking writes. (efh_format_timeout): don't do a htmlbegin on 2003-10-01 Not Zed * 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 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-format-html-print.c: Use "Sans Regular" instead of "Helvetica" -- cgit v1.2.3