diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-08-10 22:04:20 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-08-10 22:04:20 +0800 |
commit | 91841270f1f436fa751a89fcd131bcb9afb9aa43 (patch) | |
tree | d5171f20852e9b28967a4b2c1a49ee2522d452da /calendar/ChangeLog | |
parent | ab6ef39d3fe5e844009c253b4013a28ea265a690 (diff) | |
download | gsoc2013-evolution-91841270f1f436fa751a89fcd131bcb9afb9aa43.tar.gz gsoc2013-evolution-91841270f1f436fa751a89fcd131bcb9afb9aa43.tar.zst gsoc2013-evolution-91841270f1f436fa751a89fcd131bcb9afb9aa43.zip |
re-added 'Make this occurrence movable' menu item, gone by mistake.
2004-08-09 Rodrigo Moya <rodrigo@novell.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 42 |
1 files changed, 24 insertions, 18 deletions
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 <rodrigo@novell.com> + + * 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 <jpr@ximian.com> - 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 <jpr@ximian.com> - 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 <sparthasarathi@novell.com> Fix for bug #61673. |