summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2003-12-05 20:09:34 +0000
committerManish Singh <yosh@src.gnome.org>2003-12-05 20:09:34 +0000
commit267031000f9f787bb321dd78ad0920975180d1c6 (patch)
treeeb0c36fc01b22396e43ea82982f3a24014f4c614 /ChangeLog.pre-2-4
parent45b15909233c5a07d2c35e39c0321cf4b45cfcc1 (diff)
fix gint/gsize confusion.
Fri Dec 5 12:09:13 2003 Manish Singh <yosh@gimp.org> * glib/gunidecomp.c (_g_utf8_normalize_wc): fix gint/gsize confusion.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-46
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 301d0fa77..e64c25f90 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Fri Dec 5 12:09:13 2003 Manish Singh <yosh@gimp.org>
+
+ * glib/gunidecomp.c (_g_utf8_normalize_wc): fix gint/gsize confusion.
+
2003-12-04 Noah Levitt <nlevitt@columbia.edu>
* glib/gunidecomp.c: Add hangul composition and decomposition to
@@ -29,7 +33,7 @@ Wed Nov 26 16:45:16 2003 Roozbeh Pournader <roozbeh@sharif.edu>
* tests/strtod-test.c: Fixed the tests to catch the above.
-Sat Nov 22 14:16:51.15 2003 Andrew Lanoix <alanoix@umich.edu>
+Sat Nov 22 14:16:51.15 2003 Andrew Lanoix <alanoix@umich.edu>
* glib/giowin32.c: Bind inter-thread comminication
sockets to INADDR_LOOPBACK instead of INADDR_ANY.