From 43f902781ba5f22478f966a2f7687baf1a2eccdd Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 3 Jul 2000 22:59:07 +0000 Subject: Renamed from cal_component_free_description_list(). We can share this 2000-07-03 Federico Mena Quintero * cal-util/cal-component.c (cal_component_free_text_list): Renamed from cal_component_free_description_list(). We can share this function since both comments and descriptions have the same form. (scan_text): Ditto. (get_text_list): New function. (set_text_list): New function. (cal_component_get_description_list): Use get_text_list(). (cal_component_set_description_list): Use set_text_list(). (cal_component_set_uid): Add sanity check. (cal_component_get_summary): Ditto. (cal_component_get_description_list): Ditto. (cal_component_get_dtstart): Ditto. (cal_component_get_dtend): Ditto. (cal_component_get_due): Ditto. (scan_property): Handle the COMMENT property. (cal_component_get_comment_list): Ditto. (cal_component_set_comment_list): Ditto. svn path=/trunk/; revision=3875 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7cfe4e7346..199b355241 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2000-07-03 Federico Mena Quintero + + * cal-util/cal-component.c (cal_component_free_text_list): Renamed + from cal_component_free_description_list(). We can share this + function since both comments and descriptions have the same form. + (scan_text): Ditto. + (get_text_list): New function. + (set_text_list): New function. + (cal_component_get_description_list): Use get_text_list(). + (cal_component_set_description_list): Use set_text_list(). + (cal_component_set_uid): Add sanity check. + (cal_component_get_summary): Ditto. + (cal_component_get_description_list): Ditto. + (cal_component_get_dtstart): Ditto. + (cal_component_get_dtend): Ditto. + (cal_component_get_due): Ditto. + (scan_property): Handle the COMMENT property. + (cal_component_get_comment_list): Ditto. + (cal_component_set_comment_list): Ditto. + 2000-07-02 Federico Mena Quintero * cal-util/cal-component.c (scan_categories): Handle CATEGORIES. -- cgit v1.2.3