diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-28 02:46:42 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-28 02:46:42 +0800 |
commit | 3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af (patch) | |
tree | e27d1f0c80867498aa57c07918ac378cd4f70fb1 /mail/ChangeLog | |
parent | a671bf0c5b5f5b36516d87e6e1e520ad24ebe78b (diff) | |
download | gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.gz gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.bz2 gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.lz gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.xz gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.zst gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.zip |
Return of the thumbnail cache.
Still does the same swap thumbnails around problem it had last time.
As the code is totally different, I'm guessing it's a bug in GtkHTML.
But its probably not.
svn path=/trunk/; revision=7183
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1a190ceaf9..ec9b1c4028 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2000-12-26 Iain Holmes <iain@helixcode.com> + + * mail-display.c (mail_display_init): Initialise the thumbnail cache. + (mail_display_destroy): Free the cache. + (pixbuf_gen_idle): Check the cache for a pixbuf, add the pixbuf to the + cache if it's not there. + +2000-12-26 Iain Holmes <iain@helixcode.com> + + * mail-summary.c (create_summary_view): Create a shared + BonoboEventSource object and use it for all the objects that + aggregate Bonobo::EventSource. + 2000-12-27 Dan Winship <danw@helixcode.com> * subscribe-dialog.c (setup_subscribe_folder): Use info->name, not |