diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
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> |