aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-12 00:04:48 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-12 00:04:48 +0800
commitb4cea26ae4136cd260aa232dfc2ac79ef54fb0ba (patch)
tree31d8869c82c54f495b40d234ad1cd34187145e1d /ChangeLog
parent562afc46d5e83393978d94c80025aa49557d8f26 (diff)
downloadgsoc2013-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--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fa9a730cb..9b87ea6c5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>