aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-06-19 10:41:49 +0800
committerBolian Yin <byin@src.gnome.org>2003-06-19 10:41:49 +0800
commit1998629bf7362303a2a1b7b961a95f07ddd01df5 (patch)
treefd1e484af5d7ace2f5daa23b24b83f6385e901a7 /calendar/ChangeLog
parent243441287ff8b44896fe5d8bc26b81a8fad9eeb2 (diff)
downloadgsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar.gz
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar.bz2
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar.lz
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar.xz
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.tar.zst
gsoc2013-evolution-1998629bf7362303a2a1b7b961a95f07ddd01df5.zip
Fixes #44682, Shift+F10 to active popup menu on day/week view
2003-06-10 Bolian Yin <bolian.yin@sun.com> Fixes #44682, Shift+F10 to active popup menu on day/week view * gui/e-day-view.c (e_day_view_key_press, e_day_view_do_key_press): When the key press is not handled, give keybindings the chance. (e_day_view_popup_menu, e_day_view_show_popup_menu, e_day_view_on_event_right_click ): popup menu will be activated from both keyboard and mouse. * gui/e-week-view.c (e_week_view_key_press, e_week_view_do_key_press): When the key press is not handled, give keybindings the chance. (e_week_view_popup_menu): popup menu can be activated from keyboard svn path=/trunk/; revision=21473
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a6c0e0eded..57c238949e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2003-06-10 Bolian Yin <bolian.yin@sun.com>
+
+ Fixes #44682, Shift+F10 to active popup menu on day/week view
+
+ * gui/e-day-view.c (e_day_view_key_press, e_day_view_do_key_press):
+ When the key press is not handled, give keybindings the chance.
+ (e_day_view_popup_menu, e_day_view_show_popup_menu,
+ e_day_view_on_event_right_click ): popup menu will be activated from
+ both keyboard and mouse.
+
+ * gui/e-week-view.c (e_week_view_key_press, e_week_view_do_key_press):
+ When the key press is not handled, give keybindings the chance.
+ (e_week_view_popup_menu): popup menu can be activated from keyboard
+
2003-06-10 Rodrigo Moya <rodrigo@ximian.com>
Fixes #41582