diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f3cd8e7fa7..bc10c02523 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2000-09-02 Ettore Perazzoli <ettore@helixcode.com> + + * folder-browser.c (etable_key): Make the `Home' key to move to + the beginning of the list and `End' to the end of it, using + `message_list_home()' and `message_list_end()'. + + * message-list.c (message_list_home): New. + (message_list_end): New. + + * folder-browser.c (folder_browser_new): Don't ref the shell here. + (folder_browser_destroy): Don't unref the shell. Instead, + `CORBA_free()' the object reference. + + * folder-browser-factory.c (control_activate): Bind "Open in New + Window" to `Ctrl-O'. + 2000-09-02 Lauris Kaplinski <lauris@helixcode.com> * mail-config-gui.c: Use e_utf8 wrappers |