diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-17 10:54:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-17 10:54:37 +0800 |
commit | 1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e (patch) | |
tree | 62f25d91a14cf324d51f3737d0c6bcf3ab8f9d5e /calendar/ChangeLog | |
parent | 8ed0efc700ea11aeb010054abae65dd961084bf5 (diff) | |
download | gsoc2013-evolution-1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e.tar.gz gsoc2013-evolution-1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e.tar.zst gsoc2013-evolution-1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e.zip |
Rework gnome-cal.c - alarms are a tad broken ATM so this will need more
2000-08-16 JP Rosevear <jpr@helixcode.com>
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 <jpr@helixcode.com> + + 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 <jpr@helixcode.com> * gui/mark.c (mark_month_item_cb): Callback used to mark every |