From 7f1950793858a168674fd9859b25864dd47cbc21 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Fri, 11 Jan 2002 06:02:51 +0000 Subject: ChangeLog change. svn path=/trunk/; revision=15293 --- addressbook/backend/ebook/e-card-compare.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/e-card-compare.c b/addressbook/backend/ebook/e-card-compare.c index 4723f95b41..28e2b1e0c6 100644 --- a/addressbook/backend/ebook/e-card-compare.c +++ b/addressbook/backend/ebook/e-card-compare.c @@ -57,6 +57,7 @@ static gchar *name_synonyms[][2] = { { "ian", "iain" }, { "richard", "dick" }, { "william", "bill" }, + { "william", "will" }, { "anthony", "tony" }, { "michael", "mike" }, { "eric", "erik" }, @@ -70,11 +71,13 @@ static gchar *name_synonyms[][2] = { { "amanda", "amy" }, { "amanda", "manda" }, { "jennifer", "jenny" }, + { "christopher", "chris" }, { "rebecca", "becca" }, { "rebecca", "becky" }, { "anderson", "andersen" }, { "johnson", "johnsen" }, /* We could go on and on... */ + /* We should add soundex here. */ { NULL, NULL } }; -- cgit v1.2.3