aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>