From 1998629bf7362303a2a1b7b961a95f07ddd01df5 Mon Sep 17 00:00:00 2001 From: Bolian Yin Date: Thu, 19 Jun 2003 02:41:49 +0000 Subject: Fixes #44682, Shift+F10 to active popup menu on day/week view 2003-06-10 Bolian Yin 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 --- calendar/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'calendar/ChangeLog') 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 + + 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 Fixes #41582 -- cgit v1.2.3