diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-26 06:55:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-26 06:55:58 +0800 |
commit | 2f5e7395814b03ddfc2f612e5cd962be50f38c27 (patch) | |
tree | a0dc3dd0984cf516d9bf11840df199c43ebe8a72 /calendar/ChangeLog | |
parent | 1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5 (diff) | |
download | gsoc2013-evolution-2f5e7395814b03ddfc2f612e5cd962be50f38c27.tar.gz gsoc2013-evolution-2f5e7395814b03ddfc2f612e5cd962be50f38c27.tar.zst gsoc2013-evolution-2f5e7395814b03ddfc2f612e5cd962be50f38c27.zip |
Uncomment debug code.
2000-08-25 JP Rosevear <jpr@helixcode.com>
* gui/e-calendar-table.c (e_calendar_table_init): Uncomment
debug code.
* gui/calendar-model.c (set_complete): Set the completed
date to the current date
(calendar_model_set_value_at): Handle complete field
svn path=/trunk/; revision=5044
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d9bb24774b..9c4e077705 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2000-08-25 JP Rosevear <jpr@helixcode.com> + * gui/e-calendar-table.c (e_calendar_table_init): Uncomment + debug code. + + * gui/calendar-model.c (set_complete): Set the completed + date to the current date + (calendar_model_set_value_at): Handle complete field + +2000-08-25 JP Rosevear <jpr@helixcode.com> + * gui/calendar-model.c (get_is_complete): Don't attempt to free this if its null (calendar_model_duplicate_value): Implement for summary field |