summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/libunistring.texi1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff3cb58..a6dbd09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2018-05-17 Bruno Haible <bruno@clisp.org>
+ doc: Fix @menu structure (regression from 2017-12-10).
+ * doc/libunistring.texi (Introduction): Fix @menu.
+
+2018-05-17 Bruno Haible <bruno@clisp.org>
+
Allow use of automake-1.16.
* autogen.sh: Update comments.
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index 6a1d662..cb5abdd 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -348,7 +348,6 @@ internal in-memory representation.
* Locale encodings:: What is a locale encoding?
* In-memory representation:: How to represent strings in memory?
* char * strings:: What to keep in mind with @code{char *} strings
-* The wchar_t mess:: Why @code{wchar_t *} strings are useless
* Unicode strings:: How are Unicode strings represented?
@end menu