aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-03-01 04:20:42 +0800
committerChris Toshok <toshok@src.gnome.org>2002-03-01 04:20:42 +0800
commit2d731c96fcbb5b628f14659283217973a988b846 (patch)
tree9c26a716816a76029025681fce1d314c06829d81 /addressbook/ChangeLog
parentfe651a3d8f7a7d2191917877d127e55c1b2c577d (diff)
downloadgsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar.gz
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar.bz2
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar.lz
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar.xz
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.tar.zst
gsoc2013-evolution-2d731c96fcbb5b628f14659283217973a988b846.zip
[fixes bug #20690] the data arg is not GList** anymore, it's
2002-02-27 Chris Toshok <toshok@ximian.com> [fixes bug #20690] * backend/pas/pas-backend-ldap.c (func_and): the data arg is not GList** anymore, it's PASBackendLDAPSExpData*, so use ldap_data->list instead of *list. (func_or): same. (func_not): same. (func_contains): same. (func_is): same. (func_endswith): same. (func_beginswith): same, but also special case the beginswith "fileAs" query type (the one used by the alphabet buttons on the right hand side, so we can deal with entries that don't have fileAs attributes, and return meaningful responses.) (pas_backend_ldap_build_query): initialize the PASBackendLDAPSExpData struct and pass that instead of &list. Also, take the PASBackendLDAP arg to add to the struct in case we need it at some point in the future. (ldap_search_handler): pass in the PASBackendLDAP. svn path=/trunk/; revision=15871
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index ca2944e2fb..78a94b1ec6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,24 @@
+2002-02-27 Chris Toshok <toshok@ximian.com>
+
+ [fixes bug #20690]
+ * backend/pas/pas-backend-ldap.c (func_and): the data arg is not
+ GList** anymore, it's PASBackendLDAPSExpData*, so use
+ ldap_data->list instead of *list.
+ (func_or): same.
+ (func_not): same.
+ (func_contains): same.
+ (func_is): same.
+ (func_endswith): same.
+ (func_beginswith): same, but also special case the beginswith
+ "fileAs" query type (the one used by the alphabet buttons on the
+ right hand side, so we can deal with entries that don't have
+ fileAs attributes, and return meaningful responses.)
+ (pas_backend_ldap_build_query): initialize the
+ PASBackendLDAPSExpData struct and pass that instead of &list.
+ Also, take the PASBackendLDAP arg to add to the struct in case we
+ need it at some point in the future.
+ (ldap_search_handler): pass in the PASBackendLDAP.
+
2002-02-24 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (addressbook_query_changed): only