diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
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 ] |