diff options
author | Chris Toshok <toshok@ximian.com> | 2001-02-07 12:39:00 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-02-07 12:39:00 +0800 |
commit | da047e354753eb84640f24229c15bc7941a5b9fb (patch) | |
tree | 803e6334e8e78e34333a9f9bbaf86a381678ae1d /addressbook/ChangeLog | |
parent | c7b13889e7d76ec99ffe31b9e4e030c24d574727 (diff) | |
download | gsoc2013-evolution-da047e354753eb84640f24229c15bc7941a5b9fb.tar.gz gsoc2013-evolution-da047e354753eb84640f24229c15bc7941a5b9fb.tar.zst gsoc2013-evolution-da047e354753eb84640f24229c15bc7941a5b9fb.zip |
return TRUE if equal, FALSE otherwise. (business_compare): same.
2001-02-06 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (email_compare): return TRUE if
equal, FALSE otherwise.
(business_compare): same.
(homephone_compare): same.
(email_ber): return NULL if there are no elements in our list.
(homephone_ber): same.
(business_ber): same.
(build_mods_from_ecards): add smarts to handle list elements
properly (like email, business_phone, home_phone.) now we'll
properly send updates if any element in the list changes.
svn path=/trunk/; revision=8047
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index db1e0020a8..870ba3ca63 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-02-06 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (email_compare): return TRUE if + equal, FALSE otherwise. + (business_compare): same. + (homephone_compare): same. + (email_ber): return NULL if there are no elements in our list. + (homephone_ber): same. + (business_ber): same. + (build_mods_from_ecards): add smarts to handle list elements + properly (like email, business_phone, home_phone.) now we'll + properly send updates if any element in the list changes. + 2001-02-06 Christopher James Lahey <clahey@ximian.com> * gui/widgets/Makefile.am (INCLUDES): Added |