diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-07-03 10:24:27 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-03 10:24:27 +0800 |
commit | 9ec7ff026c599c7e28b22e1f5cb8cb73b62cde9d (patch) | |
tree | fd7368330fdac022a4b5e458acb7f7be40397269 /calendar/ChangeLog | |
parent | 38ec332283a06e014f2b73161a8eaf03464549d3 (diff) | |
download | gsoc2013-evolution-9ec7ff026c599c7e28b22e1f5cb8cb73b62cde9d.tar.gz gsoc2013-evolution-9ec7ff026c599c7e28b22e1f5cb8cb73b62cde9d.tar.zst gsoc2013-evolution-9ec7ff026c599c7e28b22e1f5cb8cb73b62cde9d.zip |
Handle CATEGORIES. This can appear multiple times, so we maintain a list.
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.
svn path=/trunk/; revision=3868
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
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. |