summaryrefslogtreecommitdiffstats
path: root/sync/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sync/ChangeLog')
-rw-r--r--sync/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/sync/ChangeLog b/sync/ChangeLog
index f4c7e7b..1ad9538 100644
--- a/sync/ChangeLog
+++ b/sync/ChangeLog
@@ -1,3 +1,32 @@
+2006-08-03 Chris Lord,,, <chris@openedhand.com>
+
+ * src/Makefile.am:
+ * src/sync_collection.c:
+ * src/sync_collection.h:
+ Write a class that allows simultaneous synchronisation of multiple
+ SyncGroup's
+
+ * src/sync_evo2_item.c:
+ * src/sync_file_item.c:
+ * src/sync_syncml_item.c:
+ Adapt to changes in SyncItem class
+
+ * src/sync_group.c: (sync_group_set_item1), (sync_group_set_item2):
+ Adapt to changes in SyncItem class
+
+ * src/sync_item.c: (sync_item_set_property),
+ (sync_item_get_property):
+ * src/sync_item.h:
+ Don't extend GInitiallyUnknown, change methods slightly to allow
+ SyncItem's to be placed in multiple SyncGroup's
+
+ * src/sync_main.c: (sync_clean_backup), (sync_item_activated_cb),
+ (main):
+ * src/sync_main.h:
+ Use SyncCollection instead of SyncGroup for synchronisation,
+ synchronise contacts, events and tasks simultaneously when doing a
+ SyncML synchronisation
+
2006-08-02 Chris Lord,,, <chris@openedhand.com>
* data/sync.glade: