From aca022a441730b3707c26a6385d8e3c7c492e2cf Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Thu, 5 Oct 2000 00:02:56 +0000 Subject: when the user types in a new event, don't create it until the user hits 2000-10-05 Damon Chaplin * gui/e-day-view.c: * gui/e-week-view.c: when the user types in a new event, don't create it until the user hits Return or switches focus. Removed the editing_new_event flags. * cal-util/test-recur.c: rewritten to work on ics files. Now I can start testing the recurrence code. * cal-util/cal-recur.c: a few fixes. * gui/e-day-view.c (e_day_view_check_if_new_event_fits): fixed to return TRUE for long events, not FALSE. svn path=/trunk/; revision=5729 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6591a9a8ba..78283abdd3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-10-05 Damon Chaplin + + * gui/e-day-view.c: + * gui/e-week-view.c: when the user types in a new event, don't create + it until the user hits Return or switches focus. Removed the + editing_new_event flags. + + * cal-util/test-recur.c: rewritten to work on ics files. Now I can + start testing the recurrence code. + + * cal-util/cal-recur.c: a few fixes. + + * gui/e-day-view.c (e_day_view_check_if_new_event_fits): fixed to + return TRUE for long events, not FALSE. + 2000-10-04 Federico Mena Quintero * gui/print.c (print_todo_details): As a temporary solution to the -- cgit v1.2.3