aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorKidd Wang <kiddwang@src.gnome.org>2004-03-29 14:16:47 +0800
committerKidd Wang <kiddwang@src.gnome.org>2004-03-29 14:16:47 +0800
commitfa9c9db0a6b3281b62b2fd38c536872df4206c60 (patch)
tree7816df223d795b97416373253e6e7330fdd00d62 /calendar/ChangeLog
parentd4b41af00d2cee605499381395af3c19ba2a3081 (diff)
downloadgsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar.gz
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar.bz2
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar.lz
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar.xz
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.tar.zst
gsoc2013-evolution-fa9c9db0a6b3281b62b2fd38c536872df4206c60.zip
remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.
* gui/e-calendar-view.c: (e_calendar_view_class_init): remove the EVENT_MOVE signal which was binded to Alt + Arrows. * gui/e-calendar-view.h: ditto. * gui/e-day-view.c: (e_day_view_class_init), (e_day_view_do_key_press), (e_day_view_event_move): handle Alt + Arrows in the more general place e_day_view_do_key_press so that we can avoid the conflicting accessible key. When an appointment is selected, pressing Alt + Arrows causes it to be moved around. Otherwise, pressing Alt + LEFT/RIGHT will move the focus to the same day in the previous/next week. * gui/e-week-view.c: (e_week_view_class_init), (e_week_view_event_move), (e_week_view_do_key_press): ditto. svn path=/trunk/; revision=25219
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e3e41de86f..0eb4e2b263 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+2004-03-29 Kidd Wang <kidd.wang@sun.com>
+
+ * gui/e-calendar-view.c: (e_calendar_view_class_init): remove the
+ EVENT_MOVE signal which was binded to Alt + Arrows.
+ * gui/e-calendar-view.h: ditto.
+ * gui/e-day-view.c: (e_day_view_class_init),
+ (e_day_view_do_key_press), (e_day_view_event_move): handle Alt + Arrows
+ in the more general place e_day_view_do_key_press so that we can avoid
+ the conflicting accessible key. When an appointment is selected,
+ pressing Alt + Arrows causes it to be moved around. Otherwise, pressing
+ Alt + LEFT/RIGHT will move the focus to the same day in the
+ previous/next week.
+ * gui/e-week-view.c: (e_week_view_class_init),
+ (e_week_view_event_move), (e_week_view_do_key_press): ditto.
+
2004-03-26 JP Rosevear <jpr@ximian.com>
* gui/e-cal-model.c (update_e_cal_view_for_client): guard against