From e45e270823acb300fd0fc17e685aecb075f1a0b7 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 26 Feb 2001 20:21:53 +0000 Subject: Create a little stand-alone library for the low-level alarm trigger 2001-02-26 Federico Mena Quintero * gui/alarm-notify/Makefile.am (libalarm_a_SOURCES): Create a little stand-alone library for the low-level alarm trigger mechanism. This is so that the GUI parts of the calendar can use it in addition to the alarm daemon. * gui/main.c: #include "alarm-notify/alarm.h". * gui/calendar-summary.c: Likewise. (alarm_fn): Do not remove the previous alarm; it is removed automatically when it is triggered. * gui/Makefile.am (evolution_calendar_SOURCES): Removed alarm.[ch] from the sources. * gui/alarm.[ch]: Removed obsolete files. svn path=/trunk/; revision=8394 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 98ba329e37..2a6624471b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2001-02-26 Federico Mena Quintero + + * gui/alarm-notify/Makefile.am (libalarm_a_SOURCES): Create a + little stand-alone library for the low-level alarm trigger + mechanism. This is so that the GUI parts of the calendar can use + it in addition to the alarm daemon. + + * gui/main.c: #include "alarm-notify/alarm.h". + + * gui/calendar-summary.c: Likewise. + (alarm_fn): Do not remove the previous alarm; it is removed + automatically when it is triggered. + + * gui/Makefile.am (evolution_calendar_SOURCES): Removed alarm.[ch] + from the sources. + + * gui/alarm.[ch]: Removed obsolete files. + 2001-02-23 Federico Mena Quintero * gui/alarm-notify/alarm-notify.c (AlarmNotify_addCalendar): -- cgit v1.2.3