diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-06 05:48:56 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-06 05:48:56 +0800 |
commit | 54a6d12d79b8d2e761866594e4f18dcd751125be (patch) | |
tree | fc92226d319816971c6f138ed2f4860e5c1d6bf3 /calendar/ChangeLog | |
parent | dc2a0341af6c842fb7ca675417bf721cd705239f (diff) | |
download | gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar.gz gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar.bz2 gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar.lz gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar.xz gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.tar.zst gsoc2013-evolution-54a6d12d79b8d2e761866594e4f18dcd751125be.zip |
The exdate and rdate lists are a list of icaltimetypes, not
2000-09-05 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-recur.c (generate_instances_for_year): The exdate
and rdate lists are a list of icaltimetypes, not
CalComponentPeriods
*gui/e-day-view.c (e_day_view_on_delete_occurrence): The exdate
list
is a list of icaltimetypes, not CalComponentDateTimes
svn path=/trunk/; revision=5211
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0fbbdf3f4f..9a6b9e155e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,8 +1,16 @@ 2000-09-05 JP Rosevear <jpr@helixcode.com> + * cal-util/cal-recur.c (generate_instances_for_year): The exdate + and rdate lists are a list of icaltimetypes, not CalComponentPeriods + + *gui/e-day-view.c (e_day_view_on_delete_occurrence): The exdate list + is a list of icaltimetypes, not CalComponentDateTimes + +2000-09-05 JP Rosevear <jpr@helixcode.com> + * gui/e-day-view.c (e_day_view_on_delete_occurrence): Append the exdate to the list AFTER we create the date value. - + 2000-09-05 JP Rosevear <jpr@helixcode.com> * cal-util/cal-component.c (cal_component_free_recur_list): Free |