From 0275405513ce108f32cd11f5f69c70fd2853427f Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 26 Mar 2000 07:39:52 +0000 Subject: add initial work on file pas backend, using db(3). svn path=/trunk/; revision=2167 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e22f47993f..11deaea7df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-03-26 Chris Toshok + + * addressbook/backend/pas/pas-backend-file.c + (pas_backend_file_process_create_card): add db calls to flesh out + the interface. hardcoded id that needs to change, once we decide + how we're going to create it. + (pas_backend_file_process_remove_card): add db calls to flesh out + the interface. + (pas_backend_file_process_modify_card): likewise + (pas_backend_file_process_check_connection): likewise + (pas_backend_file_get_vcard): likewise + (pas_backend_file_load_uri): likewise + 2000-03-26 Christopher James Lahey * addressbook/backend/ebook/e-book.c: Set the card id properly -- cgit