aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-10-04 21:06:08 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-10-04 21:06:08 +0800
commitb0bbe73658c3083bfcdcca93831a88972b620f2c (patch)
tree9a2ad005c5166f38a50715ae3be58097912f177e /e-util/ChangeLog
parentbdb103a7f2eb7eefa97543f694e4863b54399ee7 (diff)
downloadgsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar
gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.gz
gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.bz2
gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.lz
gsoc2013-evolution-b0bbe73658c3083bfcdcca93831a88972b620f2c.tar.xz
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 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 3aa33477a0..f8c63cea64 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-04 Devashish Sharma <sdevashish@novell.com>
+
+ * e-util.c (g_str_case_compare): added a function for case insensitive
+ and locale sensitive UTF8 string compare. See #207110.
+
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp()