aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-26 02:37:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-26 02:37:46 +0000
commit1410e233beb7335731df346dd18704e5acebf20d (patch)
treee5e4a2e1485b5b0d3bdcf989e8b373fe72c7cfd7 /ChangeLog
parent876f9634403d1ab7ff1860c285bfe098d81b7d04 (diff)
downloadglibc-1410e233beb7335731df346dd18704e5acebf20d.zip
glibc-1410e233beb7335731df346dd18704e5acebf20d.tar.gz
glibc-1410e233beb7335731df346dd18704e5acebf20d.tar.bz2
Update.
2000-10-25 Bruno Haible <haible@clisp.cons.org> * manual/charset.texi: Fix spelling of __GCONV_FULL_OUTPUT. * manual/message.texi (Translation with gettext): Remove paragraph about macros contained in libintl.h. (bind_textdomain_codeset): Describe codeset argument. (Using gettextized software): Add setlocale call to sample code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c7b505..711fc9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-25 Bruno Haible <haible@clisp.cons.org>
+
+ * manual/charset.texi: Fix spelling of __GCONV_FULL_OUTPUT.
+ * manual/message.texi (Translation with gettext): Remove paragraph
+ about macros contained in libintl.h.
+ (bind_textdomain_codeset): Describe codeset argument.
+ (Using gettextized software): Add setlocale call to sample code.
+
2000-10-26 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
Yutaka Niibe <gniibe@chroot.org>