diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <damon@helixcode.com> + + * 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 <federico@helixcode.com> * gui/print.c (print_todo_details): As a temporary solution to the |