aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 95066728c8..8bdc7bb67b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2001-06-01 Federico Mena Quintero <federico@ximian.com>
+
+ * folder-browser.h (FolderBrowser): Added fields for the
+ GalViewMenus and GalViewCollection, since we need to keep them
+ around while the component is active.
+
+ * folder-browser-factory.c (folder_browser_setup_view_menus): Plug
+ leaks; unref the spec and factory. Set the view collection and
+ the view menus on the FolderBrowser object.
+ (folder_browser_discard_view_menus): New function.
+ (control_deactivate): Discard the menus.
+
+ * folder-browser.c (folder_browser_destroy): Destroy the view
+ collection and the view menus.
+
2001-06-01 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (evolution_mail_LDADD): Add `$(DB3_LDADD)'.