diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
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 |