diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-01 01:27:03 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-01 01:27:03 +0800 |
commit | de036a207d367c7bf607b493ff3113bfb62ca69b (patch) | |
tree | 866cc5c68a48e056e11c61a7848d41028230fe42 /calendar/ChangeLog | |
parent | b9492ecae5619216a3d48c590f517e61c640ec63 (diff) | |
download | gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar.gz gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar.bz2 gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar.lz gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar.xz gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.tar.zst gsoc2013-evolution-de036a207d367c7bf607b493ff3113bfb62ca69b.zip |
Debug message cleanups (get_ical_day): Fix off-by-one error which affected
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
(nth_weekday): function taken from event-editor.c that encodes BYDAY
values - this needs to be in libical really.
(comp_from_remote_record): Don't set the description if the pilot note
is null. Rejig so that we don't have to free objects.
svn path=/trunk/; revision=6738
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f1efbc254b..c30990a93e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +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 + (nth_weekday): function taken from event-editor.c that encodes BYDAY + values - this needs to be in libical really. + (comp_from_remote_record): Don't set the description if the pilot note + is null. Rejig so that we don't have to free objects. + 2000-11-28 Federico Mena Quintero <federico@helixcode.com> Upgrade of the alarm framework. We now access alarms by a unique |