diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 491ece9440..70b8b6b8e7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2002-07-31 Not Zed <NotZed@Ximian.com> + + * mail-display.c: Added global cameldatacache for managing remote + image cache. + (fetch_remote): Lookup data in cache first, use that if available, + or setup a new cache item. + (fetch_data): Write any retrieved data to cache as well as html + stream. + (fetch_free): Unref cache stream. + (fetch_done): + (fetch_cancel): If failed/cancelled, remove cache items so they + dont foul the result. Probably need a header in cache items to + guarantee this, but this is ok for now. + (mail_display_class_init): Setup cache structure. Also ensure + globals are initialised at-most once. + 2002-07-30 Radek Doulik <rodo@ximian.com> * mail-config.c (mail_config_signature_set_name): save signature |