diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-06-21 12:36:23 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-21 12:36:23 +0800 |
commit | abd592ea8ca85828357e47a01ac9c433741b9825 (patch) | |
tree | b048e483631d619fb3276d47c15bbc13475f899c /calendar/ChangeLog | |
parent | 259ccb8fe525a279b9c0ed74fdad16b332888e4a (diff) | |
download | gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.gz gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.zst gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.zip |
changed so it keeps the selection range. It just moves it on one day/week
2000-06-21 Damon Chaplin <damon@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_direction): changed so it keeps the
selection range. It just moves it on one day/week etc. This makes
it very handy for the keyboard shortcut code.
* gui/calendar-commands.c (calendar_control_activate): fixed bug
setting the radio button active.
* gui/e-day-view.[hc]: added support for keyboard navigation and
selection of the time range.
svn path=/trunk/; revision=3665
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 311222464c..63b953e4e0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2000-06-21 Damon Chaplin <damon@helixcode.com> + + * gui/gnome-cal.c (gnome_calendar_direction): changed so it keeps the + selection range. It just moves it on one day/week etc. This makes + it very handy for the keyboard shortcut code. + + * gui/calendar-commands.c (calendar_control_activate): fixed bug + setting the radio button active. + + * gui/e-day-view.[hc]: added support for keyboard navigation and + selection of the time range. + +2000-06-19 Damon Chaplin <damon@helixcode.com> + + * gui/event-editor-dialog.glade: tidied up dialog a bit, adding + space etc. + + * gui/e-week-view.c (e_week_view_reshape_events): removed debug msg. + 2000-06-18 Ettore Perazzoli <ettore@helixcode.com> * cal-util/Makefile.am (INCLUDES): Include from |