aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-27 02:12:29 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-27 02:12:29 +0800
commit04122bc68e4432acb7b578c9ec9677289b1a13f8 (patch)
treea94d757d58a9ae13b77270945e6309449ef0ecb7 /calendar/ChangeLog
parent9a02c84d3a161d16beba8116f646a925334c25e8 (diff)
downloadgsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar.gz
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar.bz2
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar.lz
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar.xz
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.tar.zst
gsoc2013-evolution-04122bc68e4432acb7b578c9ec9677289b1a13f8.zip
Put all the functions used to free returned values all together.
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. svn path=/trunk/; revision=4353
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
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