aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-03 10:25:18 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-03 10:25:18 +0800
commited11afdec64d889fbb515ef11897fec3862fe31b (patch)
tree0647ad2fffdfc6e803228bf194184a0a0ab8bc95 /calendar/ChangeLog
parent6516e4bbf5dc4f758f82bf98469743456ba5b914 (diff)
downloadgsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar.gz
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar.bz2
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar.lz
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar.xz
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.tar.zst
gsoc2013-evolution-ed11afdec64d889fbb515ef11897fec3862fe31b.zip
Support for ATTACH, DESCRIPTION properties in alarm components.
2001-07-02 Federico Mena Quintero <federico@ximian.com> Support for ATTACH, DESCRIPTION properties in alarm components. * cal-util/cal-component.c (scan_alarm_property): Deal with ATTACH, DESCRIPTION properties. (cal_component_alarm_get_attach): New function. Libical is actually bogus; supposedly icalattachtype structures are refcounted but the property functions return them by value. (cal_copmonent_alarm_set_attach): New function. (cal_component_alarm_get_description): New function. (cal_component_alarm_set_description): New function. svn path=/trunk/; revision=10714
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 a969c0d5b3..5a0043bf51 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,18 @@
2001-07-02 Federico Mena Quintero <federico@ximian.com>
+ Support for ATTACH, DESCRIPTION properties in alarm components.
+
+ * cal-util/cal-component.c (scan_alarm_property): Deal with
+ ATTACH, DESCRIPTION properties.
+ (cal_component_alarm_get_attach): New function. Libical is
+ actually bogus; supposedly icalattachtype structures are
+ refcounted but the property functions return them by value.
+ (cal_copmonent_alarm_set_attach): New function.
+ (cal_component_alarm_get_description): New function.
+ (cal_component_alarm_set_description): New function.
+
+2001-07-02 Federico Mena Quintero <federico@ximian.com>
+
Support for repeat/duration properties in alarm components.
* cal-util/cal-component.h (CalAlarmRepeat): New structure that