From b4680776083616beb63924706995a321622cd1cc Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 2 Dec 2000 18:10:20 +0000 Subject: Fixes bug #918. 2000-12-01 Federico Mena Quintero Fixes bug #918. * gui/weekday-picker.c (WeekdayPickerPrivate): Added a field for a set of blocked days. (weekday_picker_set_blocked_days): New function to configure a set of days that cannot be modified by the user. (weekday_picker_get_blocked_days): Query function for the above. (day_event_cb): Block the appropriate days from being modified. * gui/event-editor.c (get_start_weekday_mask): New function to compute a day mask for the start day of a calendar component. (set_recur_special_defaults): New function to set sane defaults for the recurrence special widgets. (fill_recurrence_widgets): Use set_recur_special_defaults(). (make_recur_weekly_special): Block the appropriate days. svn path=/trunk/; revision=6767 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c1dbf721c4..858e4f6e78 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-12-01 Federico Mena Quintero + + Fixes bug #918. + + * gui/weekday-picker.c (WeekdayPickerPrivate): Added a field for a + set of blocked days. + (weekday_picker_set_blocked_days): New function to configure a set + of days that cannot be modified by the user. + (weekday_picker_get_blocked_days): Query function for the above. + (day_event_cb): Block the appropriate days from being modified. + + * gui/event-editor.c (get_start_weekday_mask): New function to + compute a day mask for the start day of a calendar component. + (set_recur_special_defaults): New function to set sane defaults + for the recurrence special widgets. + (fill_recurrence_widgets): Use set_recur_special_defaults(). + (make_recur_weekly_special): Block the appropriate days. + 2000-12-01 Federico Mena Quintero * gui/control-factory.c (set_prop): Removed debugging message. -- cgit v1.2.3