From dded739f636bb8f75a6779bc31673e4f8b994225 Mon Sep 17 00:00:00 2001 From: Russell Steinthal Date: Fri, 12 Nov 1999 17:11:02 +0000 Subject: The long-awaited audio alarm timeout patch. Implements wishlist bug #3089. Note: Per discussion on calendar-list, checks to see that timeout value is reasonable, i.e. between 1 and MAX_AALARM_TIMEOUT (set to 3600 seconds). Check is enforced by GtkSpinButton in property box and the patch when loading from disk. svn path=/trunk/; revision=1384 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 139434da4c..050baea228 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1999-11-12 Russell Steinthal + + * prop.c: Config code for timeout, make Alarms property page use a + vbox instead of an hbox so that the propbox stays a reasonable width. + + * gnome-cal.c, main.[ch]: Add timeout for audio alarms, code to load + from config file + + * eventedit.c: Give some static functions external linkage so they + can be used elsewhere (make_spin_button); add some prototypes to + appease gcc. + 1999-11-11 Russell Steinthal * calendar.c (calendar_day_change): Add call to -- cgit v1.2.3