diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-10-10 08:40:30 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-10-10 08:40:30 +0800 |
commit | 423268bfa266e80902f28a84da8de637afd841a1 (patch) | |
tree | baff5e5f54e32e19ae933849e243be85077f4c11 /calendar/ChangeLog | |
parent | 45a3bf8c4557eea71a77afd8a6efcc01416ecdef (diff) | |
download | gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.gz gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.bz2 gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.lz gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.xz gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.zst gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.zip |
Fixes bug #884.
2001-10-09 Federico Mena Quintero <federico@ximian.com>
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
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 <federico@ximian.com> + + 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 <jpr@ximian.com> * gui/itip-utils.c (get_address): util function to get address |