aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog21
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