diff options
author | 7 <jpr@helixcode.com> | 2000-10-28 00:53:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-28 00:53:30 +0800 |
commit | c0de1438d0af9580cb84957f668638ffb30f04ad (patch) | |
tree | 393bf0e453831547dfc6e1e4e3d3d4d9412fe5e9 /calendar/ChangeLog | |
parent | 8864045271b4540d8e5a4acbd681da8bf39c7eac (diff) | |
download | gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar.gz gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar.bz2 gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar.lz gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar.xz gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.tar.zst gsoc2013-evolution-c0de1438d0af9580cb84957f668638ffb30f04ad.zip |
Check boundary case of fast sync
2000-10-27 <jpr@helixcode.com>
* conduits/calendar/calendar-conduit.c (check_for_slow_setting):
Check boundary case of fast sync
* conduits/todo/todo-conduit.c (check_for_slow_setting): ditto
svn path=/trunk/; revision=6233
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 33792350bf..34e0ce59a3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2000-10-27 <jpr@helixcode.com> + * conduits/calendar/calendar-conduit.c (check_for_slow_setting): + Check boundary case of fast sync + + * conduits/todo/todo-conduit.c (check_for_slow_setting): ditto + +2000-10-27 <jpr@helixcode.com> + * conduits/calendar/calendar-conduit.c (add_archive_record): Remove invalid test. (local_record_from_comp): If the event is all day, mark it as timeless |