From 8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 20 Aug 2007 09:45:44 +0000 Subject: 2007-08-20 mcrha Fix for bug #262226 svn path=/trunk/; revision=34043 --- calendar/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f746e9e7f0..1a3517067e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,26 @@ +2007-08-20 Milan Crha + + ** Fix for bug #262226 + + * gui/e-calendar-view.h: + * gui/e-calendar-view.c: (e_calendar_view_new_appointment_full): + Changed meaning of the last parameter: no_past_date to indicate if + we accept past dates (we do not for File->New->items). + Also changed behavior: when don't need all_day event and there are + 24 hours selected, then change start/end to actual time in actual day, + or to 'day begins' from pereferences for other selected days, + instead of setting all_day event to TRUE. + * gui/calendar-component.c: (create_new_event): + Don't force all day event. + * gui/e-week-view.c: (e_week_view_on_button_press): + Changing call of 'e_calendar_view_new_appointment_full'. + + * gui/dialogs/event-page.c: (clear_widgets): + Fixed critical warning when no default_address set. + * gui/dialogs/event-page.c: (event_page_finalize), + (event_page_select_organizer): Free memory when no longer needed. + * gui/dialogs/event-page.c: (event_page_init): There was twice the same. + 2007-08-17 Chenthill Palanisamy Fixes #420492 -- cgit