diff options
author | Kidd Wang <kiddwang@src.gnome.org> | 2004-05-18 14:59:35 +0800 |
---|---|---|
committer | Kidd Wang <kiddwang@src.gnome.org> | 2004-05-18 14:59:35 +0800 |
commit | c0cee1733415e60c43a845c3647917d305ff2ae7 (patch) | |
tree | 3b61d3da1a5a71ae38284712f8e0f15bef7c8c9c /calendar/ChangeLog | |
parent | 68fbde50f89a55d92d8003d90675b35db7f2adb2 (diff) | |
download | gsoc2013-evolution-c0cee1733415e60c43a845c3647917d305ff2ae7.tar.gz gsoc2013-evolution-c0cee1733415e60c43a845c3647917d305ff2ae7.tar.zst gsoc2013-evolution-c0cee1733415e60c43a845c3647917d305ff2ae7.zip |
make the focus movable in week/month view when no events are selected.
* gui/e-week-view.c: (e_week_view_do_cursor_key_up),
(e_week_view_do_cursor_key_down), (e_week_view_do_cursor_key_left),
(e_week_view_do_cursor_key_right), (e_month_view_do_cursor_key_up),
(e_month_view_do_cursor_key_down),
(e_month_view_do_cursor_key_left),
(e_month_view_do_cursor_key_right), (e_week_view_cursor_key_up),
(e_week_view_cursor_key_down), (e_week_view_cursor_key_left),
(e_week_view_cursor_key_right), (e_week_view_do_key_press): make
the focus movable in week/month view when no events are selected.
svn path=/trunk/; revision=25947
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7f870a2e54..6380cd16b5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-05-18 Kidd Wang <kidd.wang@sun.com> + + * gui/e-week-view.c: (e_week_view_do_cursor_key_up), + (e_week_view_do_cursor_key_down), (e_week_view_do_cursor_key_left), + (e_week_view_do_cursor_key_right), (e_month_view_do_cursor_key_up), + (e_month_view_do_cursor_key_down), + (e_month_view_do_cursor_key_left), + (e_month_view_do_cursor_key_right), (e_week_view_cursor_key_up), + (e_week_view_cursor_key_down), (e_week_view_cursor_key_left), + (e_week_view_cursor_key_right), (e_week_view_do_key_press): make + the focus movable in week/month view when no events are selected. + 2004-05-17 Jeffrey Stedfast <fejj@novell.com> * gui/dialogs/event-editor.c: Same. |