diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-06 09:06:48 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-06 09:06:48 +0800 |
commit | 114f5b7f916184cf8269b36a06b74b74bb7b18e2 (patch) | |
tree | eb0fe5dcdda6dae6727c5f616e3e418cd6c9d65f /calendar/ChangeLog | |
parent | e8648e48175c1b6d26bff5316c2c7d738245a63c (diff) | |
download | gsoc2013-evolution-114f5b7f916184cf8269b36a06b74b74bb7b18e2.tar.gz gsoc2013-evolution-114f5b7f916184cf8269b36a06b74b74bb7b18e2.tar.zst gsoc2013-evolution-114f5b7f916184cf8269b36a06b74b74bb7b18e2.zip |
Kill all exdates if there are no dates in the box
2000-09-05 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c (dialog_to_comp_object): Kill all exdates if
there are no dates in the box
* cal-util/cal-recur.c (generate_instances_for_year): Add a
special
case for when there are exceptions but no rrules or rdates.
(cal_obj_remove_exceptions): Use date only compare func
(cal_obj_date_only_compare_func): New compare function that
compares the date only, not the time.
* gui/event-editor.c (dialog_to_comp_object): Need a break for the
yearly recurrence type
(dialog_to_comp_object): We need to allocate icaltimetypes for the
exdate list
(fill_widgets): Handle a weekly recurrence with no particular day
set
(dialog_to_comp_object): Kill all rrules if "None" is selected as
the recurrence type by the user
svn path=/trunk/; revision=5218
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index af7e292b09..05574bd69d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2000-09-05 JP Rosevear <jpr@helixcode.com> + + * gui/event-editor.c (dialog_to_comp_object): Kill all exdates if + there are no dates in the box + + * cal-util/cal-recur.c (generate_instances_for_year): Add a special + case for when there are exceptions but no rrules or rdates. + (cal_obj_remove_exceptions): Use date only compare func + (cal_obj_date_only_compare_func): New compare function that + compares the date only, not the time. + + * gui/event-editor.c (dialog_to_comp_object): Need a break for the + yearly recurrence type + (dialog_to_comp_object): We need to allocate icaltimetypes for the + exdate list + (fill_widgets): Handle a weekly recurrence with no particular day set + (dialog_to_comp_object): Kill all rrules if "None" is selected as + the recurrence type by the user + 2000-09-06 Damon Chaplin <damon@helixcode.com> * gui/e-calendar-table.c (e_calendar_table_open_task): uses the new |