diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-04-12 00:04:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-04-12 00:04:48 +0800 |
commit | b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba (patch) | |
tree | 31d8869c82c54f495b40d234ad1cd34187145e1d /ChangeLog | |
parent | 562afc46d5e83393978d94c80025aa49557d8f26 (diff) | |
download | gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar.gz gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar.bz2 gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar.lz gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar.xz gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.tar.zst gsoc2013-evolution-b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba.zip |
new function for searching all email addresses of a contact.
* addressbook/backend/pas/pas-backend-file.c
(compare_email): new function for searching all email addresses of
a contact.
(compare_phone): new function for searching all phone numbers of a
contact.
(compare_address): new function for searching all addresses of a
contact (unimplemented as yet).
(entry_compare): add support for searching the list items "email",
"phone" and "address".
svn path=/trunk/; revision=2393
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -10,9 +10,19 @@ function. (func_is): new function, implementing "is" for searches. (endswith_helper): new function. - (func_endswith) new function, implementing "endswith" for searches. + (func_endswith) new function, implementing "endswith" for + searches. (beginswith_helper): new function. - (func_beginswith): new function, implementing "beginswith" for searches. + (func_beginswith): new function, implementing "beginswith" for + searches. + (compare_email): new function for searching all email addresses of + a contact. + (compare_phone): new function for searching all phone numbers of a + contact. + (compare_address): new function for searching all addresses of a + contact (unimplemented as yet). + (entry_compare): add support for searching the list items "email", + "phone" and "address". 2000-04-11 Christopher James Lahey <clahey@helixcode.com> |