aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1bb358058f..4771486a02 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2001-05-07 Dan Winship <danw@ximian.com>
+
+ * folder-browser.c (my_folder_browser_init): Connect to
+ key_press_event on the GtkHTML widget.
+ (etree_key): Only handle space/backspace here, pass the rest off
+ to on_key_press.
+ (on_key_press): Handle Delete/N/P/Menu in either MessageList or
+ MailDisplay.
+
+ * message-list.c (message_list_select): Grab focus if we don't
+ have it.
+
2001-05-03 Dan Winship <danw@ximian.com>
* message-list.c: #include <camel/camel-file-utils.h>