aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-16 06:58:38 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-16 06:58:38 +0800
commitd5595738ddcaea431f07a9d61956e5f8a96dae3d (patch)
treee40a0ad87e12120a552d287f062dabde5886c2e2 /addressbook/ChangeLog
parent4aee454eba98a1c0052ec400bacc061af72d50cb (diff)
downloadgsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar.gz
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar.bz2
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar.lz
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar.xz
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.tar.zst
gsoc2013-evolution-d5595738ddcaea431f07a9d61956e5f8a96dae3d.zip
split all the ldap operations into 2 halves, a handler, and destructor,
2000-09-15 Chris Toshok <toshok@helixcode.com> * backend/pas/pas-backend-ldap.c: split all the ldap operations into 2 halves, a handler, and destructor, and create a structure containing two function pointers and any data they need. this allows us queue up pending operations (since the LDAP*'s are no longer view specific. there's one per backend.) also, add support for restarting async operations if the SERVER DOWN error isn't communicated until sometime after the handler is called (as is the case with the async search stuff.) svn path=/trunk/; revision=5468
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c2c3e98801..f7835575b2 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,14 @@
+2000-09-15 Chris Toshok <toshok@helixcode.com>
+
+ * backend/pas/pas-backend-ldap.c: split all the ldap operations
+ into 2 halves, a handler, and destructor, and create a structure
+ containing two function pointers and any data they need. this
+ allows us queue up pending operations (since the LDAP*'s are no
+ longer view specific. there's one per backend.) also, add
+ support for restarting async operations if the SERVER DOWN error
+ isn't communicated until sometime after the handler is called (as
+ is the case with the async search stuff.)
+
2000-09-14 Dan Winship <danw@helixcode.com>
* gui/component/addressbook-factory.c (main): Call unicode_init