From 54a2910f896626046666ffa8d88f052acdb5c201 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 25 Jan 2001 17:07:23 +0000 Subject: Check if a message part's content is available, and if it's not, queue a * mail-format.c (mail_content_loaded): Check if a message part's content is available, and if it's not, queue a thread that will load it and then queue an idle-handler redisplay of the message. (call_handler_function): Call mail_content_loaded() on the part and don't try to display it if it's currently offline. (get_data_wrapper_text): Simplify a bit * mail-display.c (mail_display_queue_redisplay): rename and make non-static. (mail_display_redisplay): Use a "new and improved" way of preserving the GtkHTML scroll location. ("new and improved" is code for "gross and hackish", but there should be a real interface for this eventually.) (on_url_requested): Use mail_content_loaded() and don't write out offline cid: URLs * mail-identify.c (mail_identify_mime_part): Use mail_content_loaded and don't try to identify the data if it's offline. svn path=/trunk/; revision=7813 --- mail/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 81d1a1c542..621935654a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,25 @@ +2001-01-25 Dan Winship + + * mail-format.c (mail_content_loaded): Check if a message part's + content is available, and if it's not, queue a thread that will + load it and then queue an idle-handler redisplay of the message. + (call_handler_function): Call mail_content_loaded() on the part + and don't try to display it if it's currently offline. + (get_data_wrapper_text): Simplify a bit + + * mail-display.c (mail_display_queue_redisplay): rename and make + non-static. + (mail_display_redisplay): Use a "new and improved" way of + preserving the GtkHTML scroll location. ("new and improved" is + code for "gross and hackish", but there should be a real interface + for this eventually.) + (on_url_requested): Use mail_content_loaded() and don't write out + offline cid: URLs + + * mail-identify.c (mail_identify_mime_part): Use + mail_content_loaded and don't try to identify the data if it's + offline. + 2001-01-25 Christopher James Lahey * message-list.c: Made the message list pay attention to the -- cgit v1.2.3