aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e124f18f83..d9ef0a83bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-03-26 Chris Toshok <toshok@laptoph.xtoph.org>
+
+ * addressbook/backend/pas/pas-backend-file.c
+ (pas_backend_file_create_unique_id): new function.
+ (pas_backend_file_process_create_card): call
+ pas_backend_file_create_unique_id and pas_book_notify_add (if the
+ db->put was successful). also, sync out db.
+ (pas_backend_file_process_remove_card): call
+ pas_book_notify_remove if the db->del was successful, and sync out
+ db.
+ (pas_backend_file_process_modify_card): call
+ pas_book_notify_change if db->put was successful, and sync out db.
+
2000-03-26 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/test-client.c: Load an ECard instead