From 423268bfa266e80902f28a84da8de637afd841a1 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 10 Oct 2001 00:40:30 +0000 Subject: Fixes bug #884. 2001-10-09 Federico Mena Quintero Fixes bug #884. * gui/alarm-notify/save.[ch]: New files with functions to save/load the last notification time. * gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Save the last notification time. (alarm_queue_init): Load the last notification time when the daemon is inited. (alarm_queue_add_client): Load the alarms that we missed while the alarm daemon was not running. (cal_opened_cb): Likewise. * gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES): Added save.[ch] to the list of sources. svn path=/trunk/; revision=13538 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e0f8951ede..9220f6aae7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2001-10-09 Federico Mena Quintero + + Fixes bug #884. + + * gui/alarm-notify/save.[ch]: New files with functions to + save/load the last notification time. + + * gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Save the last + notification time. + (alarm_queue_init): Load the last notification time when the + daemon is inited. + (alarm_queue_add_client): Load the alarms that we missed while the + alarm daemon was not running. + (cal_opened_cb): Likewise. + + * gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES): + Added save.[ch] to the list of sources. + 2001-10-09 JP Rosevear * gui/itip-utils.c (get_address): util function to get address -- cgit