diff options
author | Jason Leach <jleach@ximian.com> | 2001-05-30 00:56:18 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-05-30 00:56:18 +0800 |
commit | efabbb93c9f61e583d835d1735834cc5bd0ce63c (patch) | |
tree | 0a7fee9e14e25fe491828f3eccc5de36794af8eb /mail/ChangeLog | |
parent | 0f0dd1ed3618b86fed7524b2140b2eab9592fbca (diff) | |
download | gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar.gz gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar.bz2 gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar.lz gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar.xz gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.tar.zst gsoc2013-evolution-efabbb93c9f61e583d835d1735834cc5bd0ce63c.zip |
one-line fix for bug #2536: File->Close in message viewer doesn't work.
2001-05-29 Jason Leach <jleach@ximian.com>
* message-browser.c (message_browser_new): one-line fix for bug
#2536: File->Close in message viewer doesn't work.
(message_browser_new): Also replaced like 4 lines of code with a
one-liner featuring gnome_app_create_toolbar_with_data().
2001-05-28 Jason Leach <jleach@ximian.com>
* mail-local.c (load_metainfo): Don't need to check if (foo!=NULL)
before doing an xmlFreeDoc().
svn path=/trunk/; revision=10039
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a685ad6b77..67cdf4160b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-05-29 Jason Leach <jleach@ximian.com> + + * message-browser.c (message_browser_new): one-line fix for bug + #2536: File->Close in message viewer doesn't work. + (message_browser_new): Also replaced like 4 lines of code with a + one-liner featuring gnome_app_create_toolbar_with_data(). + +2001-05-28 Jason Leach <jleach@ximian.com> + + * mail-local.c (load_metainfo): Don't need to check if (foo!=NULL) + before doing an xmlFreeDoc(). + 2001-05-28 Dan Winship <danw@ximian.com> * mail-format.c (write_text_header): Fix a bug that could cause a |