aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorAndrew Wu <Yang.Wu@sun.com>2003-08-12 16:48:19 +0800
committerBolian Yin <byin@src.gnome.org>2003-08-12 16:48:19 +0800
commit7001706f5f99bb007006659b5cceb9a546d29b5a (patch)
tree051c98088b89867f82b1840f421fd6c2d8322722 /calendar/ChangeLog
parent4692d881f316f6e09c3825790df5d8145a414332 (diff)
downloadgsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar.gz
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar.bz2
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar.lz
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar.xz
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.tar.zst
gsoc2013-evolution-7001706f5f99bb007006659b5cceb9a546d29b5a.zip
In the WeekView, Navigation through days with arrow keys.
2003-08-12 Andrew Wu <Yang.Wu@sun.com> * gui/e-week-view.c (e_week_view_on_key_up): (e_week_view_on_key_down): (e_week_view_on_key_left): (e_week_view_on_key_right): In the WeekView, Navigation through days with arrow keys. svn path=/trunk/; revision=22184
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 29d0750a44..a1556e285a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2003-08-12 Andrew Wu <Yang.Wu@sun.com>
+
+ * gui/e-week-view.c
+ (e_week_view_on_key_up):
+ (e_week_view_on_key_down):
+ (e_week_view_on_key_left):
+ (e_week_view_on_key_right):
+ In the WeekView, Navigation through days with arrow keys.
+
2003-08-12 Harry Lu <harry.lu@sun.com>
** fixes #47464.