From 1e9a3832fd634237c97f8e5bd90bb68897b789ca Mon Sep 17 00:00:00 2001 From: Bolian Yin Date: Wed, 2 Jul 2003 01:35:29 +0000 Subject: Fixes #45328, #45329 2003-06-30 Bolian Yin Fixes #45328, #45329 * gui/e-day-view.c (e_day_view_do_key_press): Do not process PageUp/PageDown, .. when the Alt key is pressed (give key binding set the chance). * gui/gnome-cal.h : define new enum type, GNOME_CAL_GOTO_DATE_TYPE. * gui/gnome-cal.c (gnome_calendar_class_init): define new signal "goto_date". Add key bindings for "Alt+PageUp/PageDown", "Alt+Home/End". (gnome_calendar_goto_date): Impl. signal handler for "goto_date". svn path=/trunk/; revision=21717 --- calendar/ChangeLog | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2dde0122ed..a1864b90f2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-06-30 Bolian Yin + + Fixes #45328, #45329 + + * gui/e-day-view.c (e_day_view_do_key_press): Do not process + PageUp/PageDown, .. when the Alt key is pressed (give key binding + set the chance). + * gui/gnome-cal.h : define new enum type, GNOME_CAL_GOTO_DATE_TYPE. + * gui/gnome-cal.c (gnome_calendar_class_init): define new signal + "goto_date". Add key bindings for "Alt+PageUp/PageDown", + "Alt+Home/End". + (gnome_calendar_goto_date): Impl. signal handler for "goto_date". + 2003-07-01 Rodrigo Moya Fixes #45524 @@ -10,9 +23,9 @@ 2003-07-01 Bolian Yin - Fixes #45274 + Fixes #45274 - * gui/e-week-view.c: implemented tabbing though events in week view. + * gui/e-week-view.c: implemented tabbing though events in week view. 2003-06-30 Rodrigo Moya -- cgit v1.2.3