From fb19241a191ae47984e19ae43f0e6acff96cbb1a Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 11 Oct 2000 18:03:52 +0000 Subject: fixed to recalculate min_cell_width/height in case the show_week_numbers 2000-10-11 Damon Chaplin * e-calendar-item.c (e_calendar_item_recalc_sizes): fixed to recalculate min_cell_width/height in case the show_week_numbers option is changed. * e-dateedit.c: added support for hiding the date field, and added get/set_time_of_day() functions to get/set just the time. svn path=/trunk/; revision=5854 --- widgets/misc/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index d86cfd08eb..422ca071aa 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2000-10-11 Damon Chaplin + + * e-calendar-item.c (e_calendar_item_recalc_sizes): fixed to + recalculate min_cell_width/height in case the show_week_numbers option + is changed. + + * e-dateedit.c: added support for hiding the date field, and added + get/set_time_of_day() functions to get/set just the time. + 2000-09-30 Damon Chaplin * e-calendar-item.c: -- cgit