summaryrefslogtreecommitdiffstats
path: root/sync/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sync/ChangeLog')
-rw-r--r--sync/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync/ChangeLog b/sync/ChangeLog
index 9038bb1..a1d0120 100644
--- a/sync/ChangeLog
+++ b/sync/ChangeLog
@@ -1,5 +1,18 @@
2006-12-19 Chris Lord <chris@openedhand.com>
+ * data/sync.glade:
+ Replace the error label with an error text-view
+
+ * src/sync_collection.c: (sync_collection_conflict_cb),
+ (sync_collection_finished_cb), (sync_collection_failed_cb),
+ (sync_collection_get_groups), (sync_collection_start):
+ Make SyncCollection work serially
+
+ * src/sync_main.c: (sync_item_activated_cb), (main):
+ Enable all three SyncML sync-types, now that they execute serially
+
+2006-12-19 Chris Lord <chris@openedhand.com>
+
* src/sync_collection.c: (sync_collection_class_init):
Fix conflict signal (I think?)