summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-12-11 03:16:16 +0100
committerBruno Haible <bruno@clisp.org>2017-12-11 03:16:42 +0100
commit66423d10dedd2e1391cac7031bb00271694fafcb (patch)
tree09240fc93dadfa82ff93e7a69526db5ffcd5cc83 /ChangeLog
parentb227d76bef2ac9939548d2ed0b3cba8ac5a9ef3c (diff)
downloadlibunistring-66423d10dedd2e1391cac7031bb00271694fafcb.tar.gz
Documentation updates.
Mostly based on feedback by Richard Stallman <rms@gnu.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a09ef60..f8c4408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2017-12-10 Bruno Haible <bruno@clisp.org>
+
+ Documentation updates.
+ Mostly based on feedback by Richard Stallman <rms@gnu.org>.
+ * doc/wchar_t.texi: New file, extracted from doc/libunistring.texi.
+ * doc/Makefile.am (libunistring_TEXINFOS): Add it.
+ * doc/libunistring.texi: Move "The wchar_t mess" section to an appendix.
+ * doc/unitypes.texi: Explain difference between uint32_t and ucs4_t.
+ * doc/unistr.texi (Elementary string functions,
+ Elementary string functions on NUL terminated strings): Add subsection
+ structure.
+ * doc/unictype.texi (Object oriented API): Explain each general category
+ once only.
+ * doc/unistdio.texi, doc/uninorm.texi, doc/unicase.texi: Small changes.
+
2017-11-30 Daiki Ueno <ueno@gnu.org>
* version.sh: Bump version number and date.