diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-01 03:18:24 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-01 03:18:24 +0800 |
commit | 24fdc5f5968e13dcc0501aac8b21d49e616fe5b3 (patch) | |
tree | fd929712dc2fdba085e97a866c185442579f0caf /calendar/ChangeLog | |
parent | 5c542983e4f313c9e2f5b33b9106ed479ef46c23 (diff) | |
download | gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar.gz gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar.bz2 gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar.lz gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar.xz gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.tar.zst gsoc2013-evolution-24fdc5f5968e13dcc0501aac8b21d49e616fe5b3.zip |
Empty by_day entries are no longer indicated by ICAL_RECURRENCE_ARRAY_MAX
2000-11-30 JP Rosevear <jpr@helixcode.com>
* conduits/calendar/calendar-conduit.c (local_record_from_comp): Empty
by_day entries are no longer indicated by ICAL_RECURRENCE_ARRAY_MAX not
SHRT_MAX. Calculate weekly and monthly by date recurrences properly
(get_pilot_day): Convert ical day to corresponding integer for pilot day
svn path=/trunk/; revision=6740
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c30990a93e..cd96b9f05f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2000-11-30 JP Rosevear <jpr@helixcode.com> + * conduits/calendar/calendar-conduit.c (local_record_from_comp): Empty + by_day entries are no longer indicated by ICAL_RECURRENCE_ARRAY_MAX not + SHRT_MAX. Calculate weekly and monthly by date recurrences properly + (get_pilot_day): Convert ical day to corresponding integer for pilot day + +2000-11-30 JP Rosevear <jpr@helixcode.com> + * conduits/calendar/calendar-conduit.c: Debug message cleanups (get_ical_day): Fix off-by-one error which affected weekly occurences. (comp_from_remote_record): Monthly by day and by date were reversed |