diff options
author | Chris Toshok <toshok@src.gnome.org> | 2003-05-20 04:30:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-20 04:30:24 +0800 |
commit | ab8f20f873299e4364899bdcd3e6be518ffd4ffc (patch) | |
tree | 5a51bdfda30d0815685a30f3151c0ff110cec1d4 /addressbook/ChangeLog | |
parent | 6052618948ddc67076b41c4fe9b14f44ad9a727b (diff) | |
download | gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar.gz gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar.bz2 gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar.lz gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar.xz gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.tar.zst gsoc2013-evolution-ab8f20f873299e4364899bdcd3e6be518ffd4ffc.zip |
i2003-05-19 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (func_beginswith): use the more
convoluted (but more correct) query if evolutionPerson is
supported. Fixes #42825.
svn path=/trunk/; revision=21270
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 71cb31aa2a..b1c12cb82f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2003-05-19 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (func_beginswith): use the more + convoluted (but more correct) query if evolutionPerson is + supported. Fixes #42825. + +2003-05-19 Chris Toshok <toshok@ximian.com> + * backend/ebook/e-destination.c (use_default_book_cb): handle the case where @book == NULL, which can happen if there was a problem opening the default book. Should fix #43005. |