From 4eafda3a143763df58f3375c8e8517efb305a2f9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 4 May 1998 00:57:21 +0000 Subject: Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. 1998-05-03 Miguel de Icaza * gncal-day-panel.c (update): Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. (gncal_day_panel_new): Switch day on double clicks, not on single clicks. * calobj.c (ical_object_compute_end): Removed debug messages. svn path=/trunk/; revision=205 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8b76a9df4f..f77733a32d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1998-05-03 Miguel de Icaza + + * gncal-day-panel.c (update): Draw the day at startup. + (gncal_day_panel_set): Fix selected-day display. + (gncal_day_panel_new): Switch day on double clicks, not on single + clicks. + + * calobj.c (ical_object_compute_end): Removed debug messages. + 1998-04-30 Miguel de Icaza * prop.c (prop_apply): Do not call prop_cancel, ths is now using -- cgit