From a4768bf6b4c80e7dca746097251702a0d1d8020a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 1 Nov 2000 00:15:23 +0000 Subject: Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with 2000-10-31 Federico Mena Quintero * gui/event-editor.c (count_by_xxx): Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with it. (fill_recurrence_widgets): Likewise. (simple_recur_to_comp_object): Fixed incorrect assertion. The weekday picker is not the immediate child of the recurrence special container. (fill_recurrence_widgets): Call make_recurrence_special() after setting the recurrence period type. (fill_ending_date): Call make_recurrence_ending_special(). This would be so much nicer if GTK+ were model/view all over. svn path=/trunk/; revision=6305 --- calendar/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c8b2859dad..d791ff1eef 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2000-10-31 Federico Mena Quintero + + * gui/event-editor.c (count_by_xxx): Hmmm. SHRT_MAX changed to + ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with it. + (fill_recurrence_widgets): Likewise. + (simple_recur_to_comp_object): Fixed incorrect assertion. The + weekday picker is not the immediate child of the recurrence + special container. + (fill_recurrence_widgets): Call make_recurrence_special() after + setting the recurrence period type. + (fill_ending_date): Call make_recurrence_ending_special(). This + would be so much nicer if GTK+ were model/view all over. + 2000-10-31 JP Rosevear * conduits/todo/todo-conduit.h: Remove add/del/mod hashes and -- cgit v1.2.3