summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-18 14:55:24 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-18 14:55:24 +0000
commitddbb2ea440c537a88d55761ad2bc5fbd23149b6a (patch)
tree9e3ea046b964b13ca6a8f5f191dde0441f2cefb8 /ChangeLog.pre-2-10
parent86ce799cdf3502979e1e1ca0f5e902fa946812f4 (diff)
Implement g_ucs4_to_utf8 which was in
Mon Sep 18 10:58:21 2000 Owen Taylor <otaylor@redhat.com> * gutf8.c: Implement g_ucs4_to_utf8 which was in
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1013
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 60fe94ead..e567127d9 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,6 +1,15 @@
+Mon Sep 18 10:58:21 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gutf8.c: Implement g_ucs4_to_utf8 which was in
+ the header file but not implemented.
+
Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com>
- * glib.h configure.in: Define g_alloca() as an alloca-that-works-anywhere.
- * gconvert.c: Fix warnings which could have caused problems on 64-bit platforms.
+
+ * glib.h configure.in: Define g_alloca() as an
+ alloca-that-works-anywhere.
+
+ * gconvert.c: Fix warnings which could have caused problems on
+ 64-bit platforms.
Sun Sep 10 12:37:40 2000 Owen Taylor <otaylor@redhat.com>