diff options
author | Anders Carlsson <andersca@src.gnome.org> | 2000-07-08 15:18:47 +0800 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2000-07-08 15:18:47 +0800 |
commit | 2219b51a72c7c598777a64f1b39f329c12a7e9c6 (patch) | |
tree | a58246cb8ae77146198382c7ad8e8037531e7551 /calendar/ChangeLog | |
parent | d93826e6b32b5ab3fde15eaa5746df1fbff76a60 (diff) | |
download | gsoc2013-evolution-2219b51a72c7c598777a64f1b39f329c12a7e9c6.tar.gz gsoc2013-evolution-2219b51a72c7c598777a64f1b39f329c12a7e9c6.tar.zst gsoc2013-evolution-2219b51a72c7c598777a64f1b39f329c12a7e9c6.zip |
Add mouse wheel scrolling support to the calendar day and week views
svn path=/trunk/; revision=3971
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 9bf6623cf1..8c54a4caed 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-07-08 Anders Carlsson <andersca@gnu.org> + + * gui/e-week-view.c (e_week_view_on_button_press): Handle mouse wheel scrolling. + + * gui/e-day-view.c (e_day_view_on_time_canvas_button_press): New function to handle + mouse wheel scrolling. + (e_day_view_on_main_canvas_button_press): Handle mouse wheel scrolling. + 2000-07-07 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (scan_property): Handle the SEQUENCE @@ -16,6 +24,7 @@ (cal_component_set_dtend): Ditto. (cal_component_set_due): Ditto. +>>>>>>> 1.434 2000-07-06 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (scan_property): Handle the |