diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-07-29 13:21:39 +0800 |
---|---|---|
committer | Bolian Yin <byin@src.gnome.org> | 2003-07-29 13:21:39 +0800 |
commit | a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea (patch) | |
tree | 2b90ae911c1f9131d784b752ca64f3982e057b19 /calendar/ChangeLog | |
parent | 1448bfd7fc4b3f8d138f9612a08f921975e283db (diff) | |
download | gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar.gz gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar.bz2 gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar.lz gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar.xz gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.tar.zst gsoc2013-evolution-a6a09fd2fd0a92ab4cd27516fe19fee4312d17ea.zip |
Fixes #46847
2003-07-29 Bolian Yin <bolian.yin@sun.com>
Fixes #46847
* gui/e-day-view.c (e_day_view_get_next_tab_event, e_day_view_focus):
add day view widget in the tab loop of events.
* gui/e-week-view.c (e_week_view_get_next_tab_event, e_week_view_focus):
add week view widget in the tab loop of events.
Also: add some comments in gui/e-day-view.c and gui/e-week-view.c
remove two compile warnings in gui/e-day-view.c
svn path=/trunk/; revision=22002
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 72b1ff8cf0..f2c74fca14 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-07-29 Bolian Yin <bolian.yin@sun.com> + + Fixes #46847 + + * gui/e-day-view.c (e_day_view_get_next_tab_event, e_day_view_focus): + add day view widget in the tab loop of events. + * gui/e-week-view.c (e_week_view_get_next_tab_event, e_week_view_focus): + add week view widget in the tab loop of events. + + Also: add some comments in gui/e-day-view.c and gui/e-week-view.c + remove two compile warnings in gui/e-day-view.c + 2003-07-24 Rodrigo Moya <rodrigo@ximian.com> * gui/e-cal-view.[ch] (e_cal_view_delete_selected_occurrence): |