summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-04-03 14:59:39 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-04-03 14:59:39 +0000
commitfd54a90954637b4ae52158c27ca64c97df54bb70 (patch)
tree2c983d347780a6a09a8ba4cb080d57ba63c499eb /ChangeLog
parent7f82bb3196f18bfe9d3c5d360dea959c7c172ff5 (diff)
Bug 525972 - UCS-4 not in the new win_iconv implementation
2008-04-03 Tor Lillqvist <tml@novell.com> Bug 525972 - UCS-4 not in the new win_iconv implementation * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without the hyphen. svn path=/trunk/; revision=6816
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aac81ebd1..b313317f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-03 Tor Lillqvist <tml@novell.com>
+
+ Bug 525972 - UCS-4 not in the new win_iconv implementation
+
+ * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
+ the hyphen.
+
2008-04-03 Matthias Clasen <mclasen@redhat.com>
Bug 448943 – g_timeout_add_seconds() problems