From cf9536db2b049bd6a0c8f805acfa122ca695f678 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 12 Apr 2000 19:06:04 +0000 Subject: rework this function to use a table mapping search field names to vcard * addressbook/backend/pas/pas-backend-file.c (entry_compare): rework this function to use a table mapping search field names to vcard properties and extra information (such as whether or not the property is a list.) * addressbook/backend/pas/pas-backend-ldap.c (construct_email_list): new function, to build the ECardList for email addresses. (construct_phone_list): new function, to build the ECardList for phone numbers. (pas_backend_ldap_search): use a table mapping ldap attributes to ecard properties, and use the special list construction functions if the property calls for it. general cleanup. added a comment about not calling ber_free if there was a decoding error. svn path=/trunk/; revision=2411 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b9f9cc554..01d650b173 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-04-12 Chris Toshok + + * addressbook/backend/pas/pas-backend-file.c (entry_compare): + rework this function to use a table mapping search field names to + vcard properties and extra information (such as whether or not the + property is a list.) + + * addressbook/backend/pas/pas-backend-ldap.c + (construct_email_list): new function, to build the ECardList for + email addresses. + (construct_phone_list): new function, to build the ECardList for + phone numbers. + (pas_backend_ldap_search): use a table mapping ldap attributes to + ecard properties, and use the special list construction functions + if the property calls for it. general cleanup. added a comment + about not calling ber_free if there was a decoding error. + + 2000-04-12 Matt Loper * art/Makefile.am: Add tigert's contact-dlg-related images. -- cgit