From 91841270f1f436fa751a89fcd131bcb9afb9aa43 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 10 Aug 2004 14:04:20 +0000 Subject: re-added 'Make this occurrence movable' menu item, gone by mistake. 2004-08-09 Rodrigo Moya * gui/e-calendar-view.c: re-added 'Make this occurrence movable' menu item, gone by mistake. (on_unrecur_appointment): new callback for the new menu item. svn path=/trunk/; revision=26861 --- calendar/ChangeLog | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f3d8cc9184..2c7594b6df 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,31 +1,37 @@ +2004-08-09 Rodrigo Moya + + * gui/e-calendar-view.c: re-added 'Make this occurrence movable' menu + item, gone by mistake. + (on_unrecur_appointment): new callback for the new menu item. + 2004-08-06 JP Rosevear - Fixes #62452 + Fixes #62452 - * gui/e-itip-control.c (find_my_address): take option to retrieve - current status as well, actually look for the delegator in the - list so we can retrieve status there as well - (show_current_event): use find_my_address to get the status so we - properly handle not finding the address in the list of attendees - (show_current): pass extra param - (ok_clicked_cb): ditto + * gui/e-itip-control.c (find_my_address): take option to retrieve + current status as well, actually look for the delegator in the + list so we can retrieve status there as well + (show_current_event): use find_my_address to get the status so we + properly handle not finding the address in the list of attendees + (show_current): pass extra param + (ok_clicked_cb): ditto 2004-08-06 JP Rosevear - Fixes #62021 + Fixes #62021 - * gui/dialogs/event-page.c (source_changed_cb): set the default - timezone + * gui/dialogs/event-page.c (source_changed_cb): set the default + timezone - * gui/e-itip-control.c (start_calendar_server): set the default - timezone - - * gui/calendar-component.c (setup_create_ecal): set the default - timezone, as the component view is not alive and hence has not set - it + * gui/e-itip-control.c (start_calendar_server): set the default + timezone + * gui/calendar-component.c (setup_create_ecal): set the default + timezone, as the component view is not alive and hence has not set + it + * gui/tasks-component.c (setup_create_ecal): ditto - + 2004-08-05 Parthasarathi S A Fix for bug #61673. -- cgit