From b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 11 Apr 2000 16:04:48 +0000 Subject: 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 --- ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'ChangeLog') 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 -- cgit