diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7c16d1c666..74247c578b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-02-05 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (modify_card_handler): switch to + ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated. + (build_mods_from_ecards): don't include the mod if the value is "" + - this isn't valid on schema checking ldap servers. + (homephone_populate): new function. + (homephone_ber): new function. + (homephone_compare): new function. + (create_card_handler): add spew when adding cards so I can see + what's going on. + 2001-02-05 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook-config.c (table_add_elem): Save the |