aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 01f2a00ee4..7cfe4e7346 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,15 @@
2000-07-02 Federico Mena Quintero <federico@helixcode.com>
+ * cal-util/cal-component.c (scan_categories): Handle CATEGORIES.
+ This can appear multiple times, so we maintain a list. We
+ compress them later to a single property with multiple values.
+ (cal_component_get_categories_list): Ditto.
+ (cal_component_set_categories_list): Ditto.
+ (cal_component_free_categories_list): Ditto.
+ (free_icalcomponent): Properly free the mappings.
+
+2000-07-02 Federico Mena Quintero <federico@helixcode.com>
+
* cal-util/cal-component.c (scan_datetime): Handle date/time and
timezone pairs.
(scan_property): Handle DTSTART and DTEND.