From bba515a79c91c90e413403d1f03251cf0ed33457 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 11 Aug 2000 17:49:53 +0000 Subject: Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise. 2000-08-11 Federico Mena Quintero * cal-util/cal-component.c (scan_property): Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise. (cal_component_get_percent): Likewise. (cal_component_set_percent): Likewise. (cal_component_free_percent): Likewise. (scan_property): Handle the PRIORITY property. (free_icalcomponent): Likewise. (cal_component_get_priority): Likewise. (cal_component_set_priority): Likewise. (cal_component_free_priority): Likewise. * cal-util/cal-component.h (CalComponentField): New enumeration with the list of fields we support for ETable. svn path=/trunk/; revision=4745 --- calendar/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2340a641b8..9a77279239 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2000-08-11 Federico Mena Quintero + + * cal-util/cal-component.c (scan_property): Handle the + PERCENT-COMPLETE property. + (free_icalcomponent): Likewise. + (cal_component_get_percent): Likewise. + (cal_component_set_percent): Likewise. + (cal_component_free_percent): Likewise. + (scan_property): Handle the PRIORITY property. + (free_icalcomponent): Likewise. + (cal_component_get_priority): Likewise. + (cal_component_set_priority): Likewise. + (cal_component_free_priority): Likewise. + + * cal-util/cal-component.h (CalComponentField): New enumeration + with the list of fields we support for ETable. + 2000-08-10 Dan Winship * gui/component-factory.c (owner_set_cb): Update prototype. -- cgit