diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-11 17:07:24 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-11 17:07:24 +0800 |
commit | 25317085c402d37406b4ecbd4a13289a09c9385e (patch) | |
tree | 5a81db73505858bee8d1bc1656bec2238dd71851 /calendar/ChangeLog | |
parent | 08e459d65f1d1895bf6d6d8dad15bec33b733550 (diff) | |
download | gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.gz gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.bz2 gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.lz gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.xz gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.tar.zst gsoc2013-evolution-25317085c402d37406b4ecbd4a13289a09c9385e.zip |
fixes #266144, #317575.
svn path=/trunk/; revision=30503
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7e8b09867b..1c471f51d4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2005-10-10 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #266144, 317575. + * gui/alarm-notify/alarm-queue.c: (remove_queued_alarm), + (add_component_alarms), (lookup_comp_queued_alarms), (remove_comp), + (query_objects_changed_cb), (compare_ids), + (alarm_queue_add_client), (add_id_cb), (remove_client_alarms), + (update_cqa): + * gui/e-cal-model.c (search_by_id_and_client):Use ECalComponentId. + (e_cal_view_objects_added_cb), (e_cal_view_objects_modified_cb), + (e_cal_view_objects_removed_cb), + (e_cal_model_get_component_for_uid), + (e_cal_model_set_instance_times): set the proper timezone. + * gui/e-cal-model.h: + * gui/e-calendar-view.c: (delete_event): Do not remove the + recurrence id. + * gui/e-calendar-table.c (hide_completed_rows), + (show_completed_rows): Use ECalComponentId to get a component + for model. + * gui/gnome-cal.c: (dn_e_cal_view_objects_removed_cb): + 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar.error.xml: Added accels to the Disard new event/ |