summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-05-29 18:48:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-05-29 18:48:29 +0000
commit466305d0ca11da051e6d1be823681fd54c831c08 (patch)
tree7107625f66e72a22e8ab9eb8dd02acea987b3797 /ChangeLog
parent1fe02b28ad2e689d5d93cf389eeafa3d84f5fea6 (diff)
downloadglib-466305d0ca11da051e6d1be823681fd54c831c08.tar.gz
Add function to get the codeset name for the current locale.
Mon May 29 14:10:35 2000 Owen Taylor <otaylor@redhat.com> * gutils.c (g_locale_get_codeset): Add function to get the codeset name for the current locale. * configure.in acconfig.h: Add check for nl_langinfo(CODESET);
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c419aeb..ba5352d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 29 14:10:35 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gutils.c (g_locale_get_codeset): Add function to get the
+ codeset name for the current locale.
+
+ * configure.in acconfig.h: Add check for nl_langinfo(CODESET);
+
Fri May 19 11:39:29 2000 Tim Janik <timj@gtk.org>