aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-11-15 03:54:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-11-15 03:54:48 +0800
commit151829030a4aa8ee9cc98438c6a809b5889f3c3e (patch)
treedcd41a117c9e588d48bcdf63956d1d3c13c256ec /mail/ChangeLog
parent9e4e84a941e10ee4cef1ebc73e6b2381da3cf298 (diff)
downloadgsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar.gz
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar.bz2
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar.lz
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar.xz
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.tar.zst
gsoc2013-evolution-151829030a4aa8ee9cc98438c6a809b5889f3c3e.zip
Removed.
2003-11-14 Jeffrey Stedfast <fejj@ximian.com> * folder-browser-factory.[c,h]: Removed. * mail-component.c (folder_selected_cb): Don't create a new view anymore, simply set the new folder uri on the folder browser. This makes the mailer use a lot less memory than in 1.x (view_control_activate_cb): Moved here from folder-browser-factory.c (impl_createControls): Connect to the activate signal on the view control. svn path=/trunk/; revision=23360
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 17a38d9be6..32c12a7581 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,8 +1,14 @@
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>
+ * folder-browser-factory.[c,h]: Removed.
+
* mail-component.c (folder_selected_cb): Don't create a new view
anymore, simply set the new folder uri on the folder browser. This
makes the mailer use a lot less memory than in 1.x
+ (view_control_activate_cb): Moved here from
+ folder-browser-factory.c
+ (impl_createControls): Connect to the activate signal on the view
+ control.
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>