aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-07-02 09:35:29 +0800
committerBolian Yin <byin@src.gnome.org>2003-07-02 09:35:29 +0800
commit1e9a3832fd634237c97f8e5bd90bb68897b789ca (patch)
tree8da777dc63d939debab07e4175d42c8c7f3f05ee /calendar/ChangeLog
parentee0d3c326ba3825b4c12a15d20d5c5692df2f629 (diff)
downloadgsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar.gz
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar.bz2
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar.lz
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar.xz
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.tar.zst
gsoc2013-evolution-1e9a3832fd634237c97f8e5bd90bb68897b789ca.zip
Fixes #45328, #45329
2003-06-30 Bolian Yin <bolian.yin@sun.com> 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 15 insertions, 2 deletions
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 <bolian.yin@sun.com>
+
+ 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 <rodrigo@ximian.com>
Fixes #45524
@@ -10,9 +23,9 @@
2003-07-01 Bolian Yin <bolian.yin@sun.com>
- 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 <rodrigo@ximian.com>