summaryrefslogtreecommitdiffstats
path: root/sync/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sync/ChangeLog')
-rw-r--r--sync/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/sync/ChangeLog b/sync/ChangeLog
index a1d0120..5d1863f 100644
--- a/sync/ChangeLog
+++ b/sync/ChangeLog
@@ -1,3 +1,26 @@
+2006-12-22 Chris Lord <chris@openedhand.com>
+
+ * configure.ac:
+ * src/Makefile.am:
+ library-ise libsync
+
+ * src/build-test.sh:
+ * src/sync-test.c:
+ Add a small test app for sync between eds and google cal
+
+ * src/sync_group.c: (sync_group_class_init),
+ (sync_group_set_namespace), (sync_group_get_item1),
+ (sync_group_get_item2), (sync_group_get_namespace):
+ Move the dodgy required gconf call to the get_default_env function,
+ make sure the environment (and thus threads) are initialised before
+ trying to create a new group.
+
+ * src/sync_main.c: (main):
+ Remove the dodgy gconf call, is now in libsync
+
+ * src/sync_syncml_item.c: (sync_syncml_item_get_member):
+ Explicitly enable and disable all syncable types
+
2006-12-19 Chris Lord <chris@openedhand.com>
* data/sync.glade: