diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-09 13:12:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-09 13:12:19 +0800 |
commit | 37f85438b274e6285335f8484031f06522ce1fe2 (patch) | |
tree | 15df7f73f1c59b06c0366376de4caa37f02d9fb4 /addressbook/ChangeLog | |
parent | e367caf0428dd69039dedcea8d2376dcba94101d (diff) | |
download | gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar.gz gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar.bz2 gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar.lz gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar.xz gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.tar.zst gsoc2013-evolution-37f85438b274e6285335f8484031f06522ce1fe2.zip |
use x-evolution-any-field.
2000-08-08 Chris Toshok <toshok@helixcode.com>
* gui/component/e-addressbook-model.c (e_addressbook_model_init):
use x-evolution-any-field.
* gui/component/addressbook.c (search_entry_activated): use
x-evolution-any-field.
(change_view_type): same.
* gui/minicard/e-minicard-view.c (e_minicard_view_init): set query
to x-evolution-any-field.
* backend/pas/pas-backend-ldap.c (func_contains): support
x-evolution-any-field for matching any evolution supported field.
* backend/pas/pas-backend-file.c (compare_email): switch to using
ECardSimple calls.
(compare_phone): same.
(compare_address): same.
(entry_compare): switch to using ECardSimple calls, and support a
'x-evolution-any-field' wildcard field.
(vcard_matches_search): use an ECardSimple.
svn path=/trunk/; revision=4626
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cb8e0f1580..5beb02afaf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,26 @@ +2000-08-08 Chris Toshok <toshok@helixcode.com> + + * gui/component/e-addressbook-model.c (e_addressbook_model_init): + use x-evolution-any-field. + + * gui/component/addressbook.c (search_entry_activated): use + x-evolution-any-field. + (change_view_type): same. + + * gui/minicard/e-minicard-view.c (e_minicard_view_init): set query + to x-evolution-any-field. + + * backend/pas/pas-backend-ldap.c (func_contains): support + x-evolution-any-field for matching any evolution supported field. + + * backend/pas/pas-backend-file.c (compare_email): switch to using + ECardSimple calls. + (compare_phone): same. + (compare_address): same. + (entry_compare): switch to using ECardSimple calls, and support a + 'x-evolution-any-field' wildcard field. + (vcard_matches_search): use an ECardSimple. + 2000-08-07 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor.c: Removed the next and prev |