diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-10 05:37:33 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-10 05:37:33 +0800 |
commit | 0a3ef04d1b421df60ad6876c9bae6265e9ba85da (patch) | |
tree | 89f383feb971b6191bf48bec642f5943db8ac8e0 /calendar/ChangeLog | |
parent | 3ad4def2b79353a0b154e58c39b026c76817397f (diff) | |
download | gsoc2013-evolution-0a3ef04d1b421df60ad6876c9bae6265e9ba85da.tar.gz gsoc2013-evolution-0a3ef04d1b421df60ad6876c9bae6265e9ba85da.tar.zst gsoc2013-evolution-0a3ef04d1b421df60ad6876c9bae6265e9ba85da.zip |
New interface for the alarm notification system.
2001-01-09 Federico Mena Quintero <federico@helixcode.com>
* idl/evolution-calendar.idl (AlarmNotify): New interface for the
alarm notification system.
* gui/alarm-notify: New directory for the alarm notification
daemon and its auxiliary stuff.
* gui/alarm-notify/alarm.[ch]: Moved over from gui/alarm.[ch].
* gui/alarm-notify/alarm-queue.[ch]: Moved over from
gui/alarm-notify.[ch]. Renamed functions from alarm_notify_*() to
alarm_queue_*().
* gui/alarm-notify/alarm-notify.[ch]: Implementation of the
GNOME::Evolution::Calendar::AlarmNotify interface.
* gui/Makefile.am (evolution_calendar_LDADD): Removed the
LINK_FLAGS variable and reordered the libraries to remove some
duplicated ones.
(SUBDIRS): Added the alarm-notify directory.
svn path=/trunk/; revision=7338
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 ae94af05d0..fe4ef7d5ba 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2001-01-09 Federico Mena Quintero <federico@helixcode.com> + + * idl/evolution-calendar.idl (AlarmNotify): New interface for the + alarm notification system. + + * gui/alarm-notify: New directory for the alarm notification + daemon and its auxiliary stuff. + + * gui/alarm-notify/alarm.[ch]: Moved over from gui/alarm.[ch]. + + * gui/alarm-notify/alarm-queue.[ch]: Moved over from + gui/alarm-notify.[ch]. Renamed functions from alarm_notify_*() to + alarm_queue_*(). + + * gui/alarm-notify/alarm-notify.[ch]: Implementation of the + GNOME::Evolution::Calendar::AlarmNotify interface. + + * gui/Makefile.am (evolution_calendar_LDADD): Removed the + LINK_FLAGS variable and reordered the libraries to remove some + duplicated ones. + (SUBDIRS): Added the alarm-notify directory. + 2001-01-08 Iain Holmes <iain@helixcode.com> * gui/calendar-summary.c (generate_html_summary): Get the tasks |