aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card-compare.c
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2002-01-11 14:02:51 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-11 14:02:51 +0800
commit7f1950793858a168674fd9859b25864dd47cbc21 (patch)
tree0687f6bd6ff7484cacc58e5c72c36a3bc6a16b41 /addressbook/backend/ebook/e-card-compare.c
parent8e77db8f29c085033d8a8466370a68dcb4ce69cc (diff)
downloadgsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.gz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.bz2
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.lz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.xz
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.tar.zst
gsoc2013-evolution-7f1950793858a168674fd9859b25864dd47cbc21.zip
ChangeLog change.
svn path=/trunk/; revision=15293
Diffstat (limited to 'addressbook/backend/ebook/e-card-compare.c')
-rw-r--r--addressbook/backend/ebook/e-card-compare.c3
1 files changed, 3 insertions, 0 deletions
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 }
};