diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-10-04 21:06:08 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-10-04 21:06:08 +0800 |
commit | b0bbe73658c3083bfcdcca93831a88972b620f2c (patch) | |
tree | 9a2ad005c5166f38a50715ae3be58097912f177e /addressbook/ChangeLog | |
parent | bdb103a7f2eb7eefa97543f694e4863b54399ee7 (diff) | |
download | gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.gz gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.zst gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.zip |
dded case insensitive compare support etable, and using it for Organization
filed. Fixes #207110. Patch submitted by
"Devashish Sharma <sdevashish@novell.com>"
svn path=/trunk/; revision=30489
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 85740ecb3a..79bbd9abb0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2005-10-04 Devashish Sharma <sdevashish@novell.com> + * gui/widgets/e-addressbook-view.etspec: Changed the compare type for + "Organization" to stringcase. This new type has been defined for + performing case insensitive locale sensitive UTF8 string compares. + Fixes #207110. + +2005-10-04 Devashish Sharma <sdevashish@novell.com> + * gui/widgets/e-addresbook-view.etspec: Changed the compare type for "File As" to "collate", so that proper lexicographical sorting (based on users locale)is employed. Fixes #271594, #273870. |