diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 108f241953..16343be8b2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2001-04-26 Federico Mena Quintero <federico@ximian.com> + + * gui/calendar-model.c (get_is_overdue): Replace "<" by "<=" in + the comparison for due dates against the current time. This makes + tasks appear immediately as red when you click Now in the due date + popup field. + + This is not a complete solution to the more general problem of + tasks staying the same color even if they become overdue while the + task list remains the same on the screen. This has been logged as + bug #2399. + 2001-04-26 Ettore Perazzoli <ettore@ximian.com> * gui/dialogs/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'. |