diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-27 08:22:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-27 08:22:02 +0800 |
commit | 7728e7dbd26fd0140cf493a190c424105902fd7c (patch) | |
tree | 14aca4dc5c002bc13158e267c5442af04f03696a /addressbook/ChangeLog | |
parent | abec8da1928f0fb1d20adcd532eeed038b97b71b (diff) | |
download | gsoc2013-evolution-7728e7dbd26fd0140cf493a190c424105902fd7c.tar.gz gsoc2013-evolution-7728e7dbd26fd0140cf493a190c424105902fd7c.tar.zst gsoc2013-evolution-7728e7dbd26fd0140cf493a190c424105902fd7c.zip |
Added category searching to the file backend.
2001-06-26 Christopher James Lahey <clahey@ximian.com>
* backend/pas/pas-backend-file.c (compare_category): Added
category searching to the file backend.
* gui/component/addressbook.c (addressbook_query_changed): Added
category searching to the search bar.
svn path=/trunk/; revision=10520
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 09c75a89e0..74a723d4fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2001-06-26 Christopher James Lahey <clahey@ximian.com> + + * backend/pas/pas-backend-file.c (compare_category): Added + category searching to the file backend. + + * gui/component/addressbook.c (addressbook_query_changed): Added + category searching to the search bar. + 2001-06-25 Peter Williams <peterw@ximian.com> * conduit/Makefile.am (INCLUDES): Fix for srcdir != builddir. |