aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 10:40:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 10:40:08 +0000
commit08638d7460a3d5180ba1825cca37ff4ec04b7191 (patch)
tree553e31ccc0122136c335c43e44cac8dd20b77e3c /ChangeLog
parenta8951213805924a73114984e43d50899cefb6f4d (diff)
removed locale-dependent tolower().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@465 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 500a2fab..855543db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-04
+ * src/utils.c: replaced tolower() with g_ascii_tolower().
+
+2005-08-04
+
* src/compose.c
src/main.c
src/utils.c
@@ -44,7 +48,7 @@
src/addr_compl.c
src/procmsg.c
src/procmime.c
- src/quoted-printable.c: replaced incorrect locale-independent ctype
+ src/quoted-printable.c: replaced incorrect locale-dependent ctype
functions with GLib's. Corrected signedness mismatch.
* src/about.c: set focus to the OK button.