diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-12-17 12:40:38 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-12-17 12:40:38 +0800 |
commit | adac6994268794b434973701ed5f20386eed02c9 (patch) | |
tree | c611807515f7815b4d5ac8a7be5069b2bf012461 /calendar/ChangeLog | |
parent | 52f6c4b4fe2c9ed4bed484b9e9d20a378275de61 (diff) | |
download | gsoc2013-evolution-adac6994268794b434973701ed5f20386eed02c9.tar.gz gsoc2013-evolution-adac6994268794b434973701ed5f20386eed02c9.tar.zst gsoc2013-evolution-adac6994268794b434973701ed5f20386eed02c9.zip |
Rewrote the old and broken alarm system. It never actually worked
1998-12-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
Rewrote the old and broken alarm system. It never actually
worked properly. Now it works properly, and I figured a nice way
to get the Audio alarm do something nicer (it is now like an alarm
clock :-).
* gnome-cal.c (calendar_notify): Now we take a CalendarAlarm to
actually distinguish which alarm was triggered.
* alarm.c (alarm_ready): The code was only activating the first
alarm. Reschedule the timer upon delivery of an alarm.
svn path=/trunk/; revision=535
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b7a83c1b83..4d3f0404ca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +1998-12-16 Miguel de Icaza <miguel@nuclecu.unam.mx> + + Rewrote the old and broken alarm system. It never actually + worked properly. Now it works properly, and I figured a nice way + to get the Audio alarm do something nicer (it is now like an alarm + clock :-). + + * gnome-cal.c (calendar_notify): Now we take a CalendarAlarm to + actually distinguish which alarm was triggered. + + * alarm.c (alarm_ready): The code was only activating the first + alarm. Reschedule the timer upon delivery of an alarm. + 1998-12-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c (idle_handler): Use the allocation size instead of |