diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-07-27 03:52:50 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-27 03:52:50 +0800 |
commit | 582e76a02e8fe748e439701d697d2731d35ab8f1 (patch) | |
tree | f753a00240d51fa810852997a87eb81711f9228d /calendar/ChangeLog | |
parent | 305f2fe00235b6945031286ec198edced967c332 (diff) | |
download | gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar.gz gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar.bz2 gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar.lz gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar.xz gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.tar.zst gsoc2013-evolution-582e76a02e8fe748e439701d697d2731d35ab8f1.zip |
OK, it seems that we have all the interesting properties for single-user
2000-07-26 Federico Mena Quintero <federico@helixcode.com>
OK, it seems that we have all the interesting properties for
single-user calendars now. RFC 2445 can bite me.
* cal-util/cal-component.c (scan_property): Handle the RRULE
property. Yay!.
(scan_recur): Likewise, yow!
(get_recur_list): Likewise, yeehaw!
(get_recur_list): Likewise, honk honk!
(set_recur_list): Likewise, booooga booooga!
(cal_component_get_rrule_list): Likewise, squeek squeek!
(cal_component_set_rrule_list): That's it, I ran out of sounds.
(cal_component_free_recur_list): Likewise.
(scan_property): Handle the EXRULE property.
(free_icalcomponent): Likewise.
(cal_component_get_exrule_list): Likewise.
(cal_component_set_exrule_list): Likewise.
(set_period_list): Oops, free the old properties as well as
removing them.
(set_text_list): Ditto.
(cal_component_set_exdate_list): Ditto.
svn path=/trunk/; revision=4361
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3c818d2c88..2df1fbd84c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,26 @@ 2000-07-26 Federico Mena Quintero <federico@helixcode.com> + OK, it seems that we have all the interesting properties for + single-user calendars now. RFC 2445 can bite me. + + * cal-util/cal-component.c (scan_property): Handle the RRULE + property. Yay!. + (scan_recur): Likewise, yow! + (get_recur_list): Likewise, yeehaw! + (get_recur_list): Likewise, honk honk! + (set_recur_list): Likewise, booooga booooga! + (cal_component_get_rrule_list): Likewise, squeek squeek! + (cal_component_set_rrule_list): That's it, I ran out of sounds. + (cal_component_free_recur_list): Likewise. + (scan_property): Handle the EXRULE property. + (free_icalcomponent): Likewise. + (cal_component_get_exrule_list): Likewise. + (cal_component_set_exrule_list): Likewise. + (set_period_list): Oops, free the old properties as well as + removing them. + (set_text_list): Ditto. + (cal_component_set_exdate_list): Ditto. + * cal-util/cal-component.c: Put all the functions used to free returned values all together. (cal_component_set_rdate_list): Oops, mark SEQUENCE property to be |