aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-23 06:05:04 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-23 06:05:04 +0800
commitb41b85209fa0c88142a77b719041dcd101876f1d (patch)
tree500dd5fb2d2742daf7691b00fc381b90e3ac34e6 /addressbook/ChangeLog
parent3cb2a48944aaea3cb6e37a468a25d76c65ce544c (diff)
downloadgsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar.gz
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar.bz2
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar.lz
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar.xz
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.tar.zst
gsoc2013-evolution-b41b85209fa0c88142a77b719041dcd101876f1d.zip
lots of changes. flesh out the remove/modify/create functions. add another
2000-09-22 Chris Toshok <toshok@helixcode.com> * backend/pas/pas-backend-ldap.c: lots of changes. flesh out the remove/modify/create functions. add another flag for the property table, PROP_DN, which makes it easy for us to determine when we need to create a new DN for a record when we're modifying. also add a ber_func to the table for PROP_TYPE_LIST fields, which fills in the list of bvalues that we send to the ldap server. The add/modify/delete stuff hasn't been tested yet, and it hopelessly complex (yay ldap). (ldap_search_handler): act synchronous when ldap_search responds with -1. (view_destroy): use pas_book_view_notify_status_message. (ldap_op_process_current): same (ldap_op_process): same (poll_ldap): same (ldap_search_handler): same svn path=/trunk/; revision=5555
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e3db709b8a..58ebc73c11 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,23 @@
2000-09-22 Chris Toshok <toshok@helixcode.com>
+ * backend/pas/pas-backend-ldap.c: lots of changes. flesh out the
+ remove/modify/create functions. add another flag for the property
+ table, PROP_DN, which makes it easy for us to determine when we
+ need to create a new DN for a record when we're modifying. also
+ add a ber_func to the table for PROP_TYPE_LIST fields, which fills
+ in the list of bvalues that we send to the ldap server. The
+ add/modify/delete stuff hasn't been tested yet, and it hopelessly
+ complex (yay ldap).
+ (ldap_search_handler): act synchronous when ldap_search responds
+ with -1.
+ (view_destroy): use pas_book_view_notify_status_message.
+ (ldap_op_process_current): same
+ (ldap_op_process): same
+ (poll_ldap): same
+ (ldap_search_handler): same
+
+2000-09-22 Chris Toshok <toshok@helixcode.com>
+
* backend/ebook/e-card-simple.h: add E_CARD_SIMPLE_FIELD_FAMILY_NAME to the enum.
* backend/ebook/e-card-simple.c (field_data): add E_CARD_SIMPLE_FIELD_FAMILY_NAME.