aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-01 16:24:43 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-01 16:24:43 +0800
commitec8bc2a47c2847190b12a77f6598a9f93d157791 (patch)
tree60a4037ea951489e7f3cb8fa7db9ad11294f24a3 /calendar/ChangeLog
parentee429c5adad0323daf057fb4b437fc7703273c24 (diff)
downloadgsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar.gz
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar.bz2
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar.lz
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar.xz
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.tar.zst
gsoc2013-evolution-ec8bc2a47c2847190b12a77f6598a9f93d157791.zip
Handle the DESCRIPTION property. There can be multiple descriptions with
2000-07-01 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (cal_component_get_description_list): Handle the DESCRIPTION property. There can be multiple descriptions with parameters each, so we deal with a list instead of a single structure. (cal_component_set_description_list): Ditto. (cal_component_free_description_list): Ditto. (scan_property): Ditto. (scan_description): Ditto. svn path=/trunk/; revision=3845
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4f701d937a..aa1083db08 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,22 @@
+2000-07-01 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-util/cal-component.c (cal_component_get_description_list):
+ Handle the DESCRIPTION property. There can be multiple
+ descriptions with parameters each, so we deal with a list instead
+ of a single structure.
+ (cal_component_set_description_list): Ditto.
+ (cal_component_free_description_list): Ditto.
+ (scan_property): Ditto.
+ (scan_description): Ditto.
+
+2000-06-30 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-util/cal-component.c (cal_component_get_summary): To avoid
+ passing a million parameters to setters/getters for properties
+ that support parameters, we now pass client-side structures
+ instead. Here we use CalComponentPropSummary.
+ (cal_component_set_summary): Ditto.
+
2000-06-29 Christopher James Lahey <clahey@helixcode.com>
* gui/component-factory.c: Make calendar die when evolution quits.