aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-04 06:59:07 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-04 06:59:07 +0800
commit43f902781ba5f22478f966a2f7687baf1a2eccdd (patch)
treeaa05588c4177a0d9897bd605e5adab53e4068b32 /calendar/ChangeLog
parent6f709e4fd7d0f3b0e5065be3b593dd8ed4b94ed3 (diff)
downloadgsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar.gz
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar.bz2
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar.lz
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar.xz
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.tar.zst
gsoc2013-evolution-43f902781ba5f22478f966a2f7687baf1a2eccdd.zip
Renamed from cal_component_free_description_list(). We can share this
2000-07-03 Federico Mena Quintero <federico@helixcode.com> * 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog20
1 files changed, 20 insertions, 0 deletions
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 <federico@helixcode.com>
+
+ * 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 <federico@helixcode.com>
* cal-util/cal-component.c (scan_categories): Handle CATEGORIES.