aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-10-01 23:01:57 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-10-01 23:01:57 +0800
commit789887c10263b1f81f1dd91bf0d69e6ced1ee0e4 (patch)
tree7f5684f88192f37742e8f45ab5dafd1f6154a33c /calendar/ChangeLog
parent1172430c0cacb388cace35cba714432e493b8ca0 (diff)
downloadgsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.gz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.bz2
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.lz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.xz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.zst
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.zip
fixes 257649.
svn path=/trunk/; revision=30464
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 3ada63611e..3ccf847896 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-01 Viren.L <lviren@novell.com>
+
+ Fixes #257649
+ * gui/e-calendar-view.h:
+ Added E_CAL_VIEW_MOVE_PAGE_UP & E_CAL_VIEW_MOVE_PAGE_DOWN to ECalViewMoveDirection.
+ * gui/e-week-view.c (e_week_view_do_key_press), (e_week_view_scroll_a_step):
+ Handled PageUp & PageDown cases and compute new value for
+ adjustment using the current page size value.
+
2005-10-01 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #244981