diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-01 23:01:57 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-01 23:01:57 +0800 |
commit | 789887c10263b1f81f1dd91bf0d69e6ced1ee0e4 (patch) | |
tree | 7f5684f88192f37742e8f45ab5dafd1f6154a33c /calendar/ChangeLog | |
parent | 1172430c0cacb388cace35cba714432e493b8ca0 (diff) | |
download | gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.gz 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/ChangeLog | 9 |
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 |