aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index a63e8dce56..5411d1fbc1 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,12 @@
2001-12-03 Jon Trowbridge <trow@ximian.com>
+ * backend/ebook/e-destination.c (e_destination_equal): Make address
+ comparisons case-insensitive. (Fixes 11776)
+
+ * backend/ebook/e-card.c (e_card_email_match_single_string): Make address
+ host comparisons case-insensitive. (Fixes 11776)
+
+
* gui/component/select-names/e-select-names-manager.c (focus_out_cb): Clean
ESelectNamesModel on focus-out. (Half of a fix for 15656)