From 4cd07c4e96046f0151528ba585de8d4472e0fbe5 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 17 Feb 2000 21:30:09 +0000 Subject: moved CalendarFormat type def here * cal-backend.h: moved CalendarFormat type def here * cal-backend.c (cal_backend_load): if extension suggests an ical file, attempt to load an iCal file. (cal_get_type_from_filename): returns CAL_ICAL if file extension is 'ics' or 'ifb', else returns CAL_VCAL (icalendar_calendar_load): moved this here from icalendar.c because it needs to call the static function add_object. svn path=/trunk/; revision=1831 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 679107d985..d952624d20 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2000-02-17 Seth Alves + + * cal-backend.h: moved CalendarFormat type def here + + * cal-backend.c (cal_backend_load): if extension suggests + an ical file, attempt to load an iCal file. + (cal_get_type_from_filename): returns CAL_ICAL if file + extension is 'ics' or 'ifb', else returns CAL_VCAL + (icalendar_calendar_load): moved this here from + icalendar.c because it needs to call the static function + add_object. + 2000-02-17 Federico Mena Quintero * cal-client.c (cal_client_remove_object): Implemented. -- cgit