From 1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 17 Aug 2000 02:54:37 +0000 Subject: Rework gnome-cal.c - alarms are a tad broken ATM so this will need more 2000-08-16 JP Rosevear Rework gnome-cal.c - alarms are a tad broken ATM so this will need more cleaning later. * gui/gnome-cal.c (snooze): Use CalComponent instead of iCalObject (edit): ditto (audio_notification): ditto (display_notification_cb): Use CalComponent member of alarm_notify_closure rather than iCalObject (display_notification): ditto (trigger_alarm_cb): ditto. Use CalComponent alarm types (gnome_calendar_tag_calendar_cb): New cal_client_generate_instances callback to mark_gtk_calendar_day's (gnome_calendar_tag_calendar): Use above callback (save_ical_object_cb): Use CalComponent instead of iCalObject (gnome_calendar_edit_object): ditto (gnome_calendar_new_appointment): ditto svn path=/trunk/; revision=4861 --- calendar/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index eb26f487f9..eb8943a03e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2000-08-16 JP Rosevear + + Rework gnome-cal.c - alarms are a tad broken ATM so this + will need more cleaning later. + + * gui/gnome-cal.c (snooze): Use CalComponent instead of + iCalObject + (edit): ditto + (audio_notification): ditto + (display_notification_cb): Use CalComponent member of + alarm_notify_closure rather than iCalObject + (display_notification): ditto + (trigger_alarm_cb): ditto. Use CalComponent alarm types + (gnome_calendar_tag_calendar_cb): New + cal_client_generate_instances callback to + mark_gtk_calendar_day's + (gnome_calendar_tag_calendar): Use above callback + (save_ical_object_cb): Use CalComponent instead of + iCalObject + (gnome_calendar_edit_object): ditto + (gnome_calendar_new_appointment): ditto + 2000-08-15 JP Rosevear * gui/mark.c (mark_month_item_cb): Callback used to mark every -- cgit v1.2.3