aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-15 08:56:01 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-15 08:56:01 +0800
commitfa82ca2af9a36c7ff4f9589b938291b38b117c8e (patch)
tree61219e0c277e22d817c2c8624cf39f3f8e6873d8 /calendar/ChangeLog
parentb443bfde5cb76c9d4a49abdc694729c217670169 (diff)
downloadgsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar.gz
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar.bz2
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar.lz
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar.xz
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.tar.zst
gsoc2013-evolution-fa82ca2af9a36c7ff4f9589b938291b38b117c8e.zip
New internal represntation for alarm components. We really don't map them
2000-07-14 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (CalComponentAlarm): New internal represntation for alarm components. We really don't map them to a CalComponent because it is more convenient to handle them as "child" structures. (make_alarm): New function to create a CalComponentAlarm from an icalcomponent representing a VALARM. (scan_alarm_property): New function to scan a property from an alarm component. We support ACTION. (cal_component_get_first_alarm): New function to start an iterator over the alarms in a calendar component. (cal_component_alarm_get_action): New function. (cal_component_alarm_set_action): New function. svn path=/trunk/; revision=4173
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7e244ce6f5..f5fd91ce1c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+2000-07-14 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-util/cal-component.c (CalComponentAlarm): New internal
+ represntation for alarm components. We really don't map them to a
+ CalComponent because it is more convenient to handle them as
+ "child" structures.
+ (make_alarm): New function to create a CalComponentAlarm from an
+ icalcomponent representing a VALARM.
+ (scan_alarm_property): New function to scan a property from an
+ alarm component. We support ACTION.
+ (cal_component_get_first_alarm): New function to start an iterator
+ over the alarms in a calendar component.
+ (cal_component_alarm_get_action): New function.
+ (cal_component_alarm_set_action): New function.
+
2000-07-13 Seth Alves <alves@hungry.com>
* conduits/todo/todo-conduit.c: conduit based on the calendar conduit.