diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6a020f12f9..387baf8e4f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-07-29 Rodrigo Moya <rodrigo@ximian.com> + + Fixes all "alarm daemon doesn't start with session" + + * gui/alarm-notify/notify-main.c (main): use LIBGNOMEUI_MODULE + instead of LIBGNOME_MODULE so that the default session client + is created in gnome_program_init. + 2003-07-29 Harry Lu <harry.lu@sun.com> Fixes #46769 @@ -7,17 +15,17 @@ a task. 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): |