aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-19 01:07:19 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-19 01:07:19 +0800
commitb177dac4bc66fcf25445122bb1b9819e2cce5a6c (patch)
tree9258d6f65b1325e62345e03f1638538dd2c47738 /mail/ChangeLog
parent093aba2984e28ae0a5b33186a3316e1ed9be7e0f (diff)
downloadgsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar.gz
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar.bz2
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar.lz
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar.xz
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.tar.zst
gsoc2013-evolution-b177dac4bc66fcf25445122bb1b9819e2cce5a6c.zip
Load the messagedisplay XML file as a base for the UI, so that things
2002-07-18 Peter Williams <peterw@ximian.com> * folder-browser-window.c (folder_browser_window_new): Load the messagedisplay XML file as a base for the UI, so that things appear. Don't add the global UI items as they don't make sense here. (fb_window_close): New function, used to ... close the window, suprisingly. svn path=/trunk/; revision=17505
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 72b30520b4..77c01e59a4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-18 Peter Williams <peterw@ximian.com>
+
+ * folder-browser-window.c (folder_browser_window_new): Load the
+ messagedisplay XML file as a base for the UI, so that things
+ appear. Don't add the global UI items as they don't make sense
+ here.
+ (fb_window_close): New function, used to ... close the window,
+ suprisingly.
+
2002-07-18 Not Zed <NotZed@Ximian.com>
* main.c (main): Put the mcheck stuff back in, which was removed