aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-28 15:44:18 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-28 15:44:18 +0800
commit2839143b0b274ce88a7495a005109ab7d89e676d (patch)
tree423c14505a862be28748dce9bb83b86886509c27 /addressbook/ChangeLog
parentf4fbfa9176edc5ec4890d2e934d524bda1669ff4 (diff)
downloadgsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar.gz
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar.bz2
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar.lz
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar.xz
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.tar.zst
gsoc2013-evolution-2839143b0b274ce88a7495a005109ab7d89e676d.zip
[ fixes #20348 ] deprecate "categories" in favor of "category". evolution
2002-08-28 Chris Toshok <toshok@ximian.com> [ fixes #20348 ] * backend/pas/evolutionperson.schema: deprecate "categories" in favor of "category". evolution no longer uses "categories". * backend/pas/pas-backend-ldap.c (category_populate): new function, "category" is the new name, and it's multivalued so we need the complex-prop stuff.. (category_ber): new function, same. (category_compare): new function, same. * gui/component/addressbook.c (addressbook_search_activated): the text is "Category is" so we should use "is" instead of "contains" for the query. svn path=/trunk/; revision=17885
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4137340ab6..f9bf8ad0e6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,19 @@
+2002-08-28 Chris Toshok <toshok@ximian.com>
+
+ [ fixes #20348 ]
+ * backend/pas/evolutionperson.schema: deprecate "categories" in
+ favor of "category". evolution no longer uses "categories".
+
+ * backend/pas/pas-backend-ldap.c (category_populate): new
+ function, "category" is the new name, and it's multivalued so we
+ need the complex-prop stuff..
+ (category_ber): new function, same.
+ (category_compare): new function, same.
+
+ * gui/component/addressbook.c (addressbook_search_activated): the
+ text is "Category is" so we should use "is" instead of "contains"
+ for the query.
+
2002-08-27 Chris Toshok <toshok@ximian.com>
[ Fixes #14835 ]