aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-13 15:03:15 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-13 15:03:15 +0800
commit03de91fc551154b1db685c19faa4c051278d17e1 (patch)
treea4e60d0d899743ba5cbefaa22a61a2ace79a4309 /ChangeLog
parentfcc1befdb11ab47dcd5c334b3ddf0342ff762b8a (diff)
downloadgsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar.gz
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar.bz2
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar.lz
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar.xz
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.tar.zst
gsoc2013-evolution-03de91fc551154b1db685c19faa4c051278d17e1.zip
new function that polls ldap for more search responses.
* addressbook/backend/pas/pas-backend-ldap.c (poll_ldap): new function that polls ldap for more search responses. (pas_backend_ldap_search): use the async search interface and register an idle call to poll for the responses. svn path=/trunk/; revision=2414
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01d650b173..2d2de2df2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-13 Chris Toshok <toshok@helixcode.com>
+
+ * addressbook/backend/pas/pas-backend-ldap.c (poll_ldap): new
+ function that polls ldap for more search responses.
+ (pas_backend_ldap_search): use the async search interface and
+ register an idle call to poll for the responses.
+
2000-04-12 Chris Toshok <toshok@helixcode.com>
* addressbook/backend/pas/pas-backend-file.c (entry_compare):