diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:38:06 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:38:06 +0800 |
commit | 2deab9c41716083286a3c74d1ece13214972399c (patch) | |
tree | d6b66432b251460416a3128939be1ec2de7ab7f2 /mail/ChangeLog | |
parent | 9c6aafaf7203d96cc60adcc192b16e2d50bf7f62 (diff) | |
download | gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.gz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.bz2 gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.lz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.xz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.zst gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.zip |
Add the stuff to make evolution-mail a summary providing component. :)
svn path=/trunk/; revision=5738
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d1b46fb100..1083bda253 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2000-10-05 Iain Holmes <iain@helixcode.com> + + * component-factory.c (component_factory_init): Setup the summary + factory as well. + (summary_fn): New function to create the ExecutiveSummaryComponent. + + * mail-summary.c: Create the view, and update it when something + changes. + +2000-10-04 Iain Holmes <iain@helixcode.com> + + * mail-display.c (on_object_requested): Removed the pixbuf cache + as it would return the pixbufs in the reverse order every so often + and generally get all confused. + 2000-10-04 Dan Winship <danw@helixcode.com> * folder-browser-factory.c (control_deactivate): Add back the |