From 2839143b0b274ce88a7495a005109ab7d89e676d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 28 Aug 2002 07:44:18 +0000 Subject: [ fixes #20348 ] deprecate "categories" in favor of "category". evolution 2002-08-28 Chris Toshok [ 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 --- addressbook/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'addressbook/ChangeLog') 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 + + [ 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 [ Fixes #14835 ] -- cgit v1.2.3