diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-25 00:23:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-25 00:23:51 +0800 |
commit | 946ca213c46263ed2cb214193c67d367ebb15a03 (patch) | |
tree | 0d9d18bd98975aec02bea1883b9f787024d0e2e3 /mail/ChangeLog | |
parent | 2ab420a8580625decbc551ce4a0808ee0facb78b (diff) | |
download | gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar.gz gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar.bz2 gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar.lz gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar.xz gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.tar.zst gsoc2013-evolution-946ca213c46263ed2cb214193c67d367ebb15a03.zip |
Add accelerators to the context menu. (on_right_click): Use
* folder-browser.c: Add accelerators to the context menu.
(on_right_click): Use e_tree_get_cell_geometry and a
GtkMenuPositionFunc when responding to a Menu-key press so we can
line the menu up with the selected row rather than the cursor.
* message-browser.c: include <gal/util/e-util.h> for E_MAKE_TYPE.
svn path=/trunk/; revision=9547
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1088a86345..0a24a5aed6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-04-24 Dan Winship <danw@ximian.com> + + * folder-browser.c: Add accelerators to the context menu. + (on_right_click): Use e_tree_get_cell_geometry and a + GtkMenuPositionFunc when responding to a Menu-key press so we can + line the menu up with the selected row rather than the cursor. + + * message-browser.c: include <gal/util/e-util.h> for E_MAKE_TYPE. + 2001-04-23 Jon Trowbridge <trow@ximian.com> * mail-display.c (html_button_press_event): Check for mailto: |