From 39dc8f4fc8a9e459689ee61a197270d8e23e68de Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 24 Nov 2000 20:41:01 +0000 Subject: Use the new libical external iterators (icalcomponent_begin_component() 2000-11-24 Federico Mena Quintero * pcs/cal-backend-file.c (scan_vcalendar): Use the new libical external iterators (icalcomponent_begin_component() and friends); the internal iterators are deprecated. * cal-util/test-recur.c (generate_occurrences): Likewise. * gui/e-itip-control.c (pstream_load): Likewise. * gui/e-meeting-edit.c (e_meeting_edit): Likewise. * pcs/cal-backend.c (cal_backend_log_entry): Plug leak. (cal_backend_log_sync): Free the entry->uid. * util/icalendar-save.[ch]: * util/icalendar-test.c: * util/icalendar.[ch]: Removed obsolete files. svn path=/trunk/; revision=6660 --- calendar/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 439e6c777e..68698a4f0f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2000-11-24 Federico Mena Quintero + + * pcs/cal-backend-file.c (scan_vcalendar): Use the new libical + external iterators (icalcomponent_begin_component() and friends); + the internal iterators are deprecated. + + * cal-util/test-recur.c (generate_occurrences): Likewise. + + * gui/e-itip-control.c (pstream_load): Likewise. + + * gui/e-meeting-edit.c (e_meeting_edit): Likewise. + + * pcs/cal-backend.c (cal_backend_log_entry): Plug leak. + (cal_backend_log_sync): Free the entry->uid. + + * util/icalendar-save.[ch]: + * util/icalendar-test.c: + * util/icalendar.[ch]: Removed obsolete files. + 2000-11-21 Federico Mena Quintero * gui/task.xpm: Remove the check because it makes it look like the -- cgit v1.2.3