diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-27 23:39:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-27 23:39:26 +0800 |
commit | 1b033e82e839d7ce9e11f0791974eee7791c52b6 (patch) | |
tree | 8e4791a746821847864e6de0a2e4a9694020fa71 /calendar/ChangeLog | |
parent | 5944eda9faeea50696b6d7da5ac04a952752ad58 (diff) | |
download | gsoc2013-evolution-1b033e82e839d7ce9e11f0791974eee7791c52b6.tar.gz gsoc2013-evolution-1b033e82e839d7ce9e11f0791974eee7791c52b6.tar.zst gsoc2013-evolution-1b033e82e839d7ce9e11f0791974eee7791c52b6.zip |
touch on lookup (check_for_slow_setting): write touched only if slow sync
2001-10-27 JP Rosevear <jpr@ximian.com>
* conduits/todo/todo-conduit.c (local_record_from_comp): touch on
lookup
(check_for_slow_setting): write touched only if slow sync
(match): touch on lookup
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
touch the record on lookup
(check_for_slow_setting): write touched only if slow sync
(pre_sync): don't touch on lookup
(match): touch on lookup
svn path=/trunk/; revision=14210
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a3691c90aa..d57bffcc59 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,12 +1,25 @@ +2001-10-27 JP Rosevear <jpr@ximian.com> + + * conduits/todo/todo-conduit.c (local_record_from_comp): touch on + lookup + (check_for_slow_setting): write touched only if slow sync + (match): touch on lookup + + * conduits/calendar/calendar-conduit.c (local_record_from_comp): + touch the record on lookup + (check_for_slow_setting): write touched only if slow sync + (pre_sync): don't touch on lookup + (match): touch on lookup + 2001-10-26 JP Rosevear <jpr@ximian.com> - * conduits/calendar/e-calendar.conduit.in: remove the merges as valid sync - types + * conduits/calendar/e-calendar.conduit.in: remove the merges as + valid sync types * conduits/todo/e-todo.conduit.in: as above - * conduits/calendar/calendar-conduit.c (pre_sync): write out only the - touched records if we are doing copies + * conduits/calendar/calendar-conduit.c (pre_sync): write out only + the touched records if we are doing copies * conduits/todo/todo-conduit.c: as above |