diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-08 03:16:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-08 03:16:05 +0800 |
commit | a8cdef7243983680240647ba30d8cfa8f9815511 (patch) | |
tree | 2195361498ebd9dbc490c2ec7abcb41bc7337d4c /mail/ChangeLog | |
parent | a703c61b47151e7b6897fa657bc22be6e8526c3a (diff) | |
download | gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar.gz gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar.bz2 gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar.lz gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar.xz gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.tar.zst gsoc2013-evolution-a8cdef7243983680240647ba30d8cfa8f9815511.zip |
Connect to key_press_event on the GtkHTML widget. (etree_key): Only handle
* 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.
svn path=/trunk/; revision=9694
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
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> |