diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7305230be9..3c818d2c88 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2000-07-26 Federico Mena Quintero <federico@helixcode.com> + + * 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 + incremented since the RFC requires it. + (scan_property): Handle the EXDATE property. + (scan_exdate): Likewise. + (free_icalcomponent): Likewise. + (cal_component_get_exdate_list): Likewise. + (cal_component_set_exdate_list): Likewise. + (cal_component_free_exdate_list): Likewise. + 2000-07-26 Jeffrey Stedfast <fejj@helixcode.com> * gui/Makefile.am: Fixed a typo |