summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-14 03:09:43 +0100
committerBruno Haible <bruno@clisp.org>2019-02-14 03:09:43 +0100
commit851085879fb16ca7ad1156e86bc1064c295a5208 (patch)
tree8cddc9cc197ce6a3d71c669267ef19cfd98babd3 /ChangeLog
parentd0b1a2e059fe3b2773ddf797bcab9893b225590a (diff)
downloadlibunistring-851085879fb16ca7ad1156e86bc1064c295a5208.tar.gz
doc: Fix hyperlinks to table of contents in HTML doc.
Reported by Akim Demaille <akim.demaille@gmail.com>. * doc/Makefile.am (libunistring_toc.html): Replace references to libunistring.html with references to libunistring_toc.html.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8d72f2..f993738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-02-13 Bruno Haible <bruno@clisp.org>
+ doc: Fix hyperlinks to table of contents in HTML doc.
+ Reported by Akim Demaille <akim.demaille@gmail.com>.
+ * doc/Makefile.am (libunistring_toc.html): Replace references to
+ libunistring.html with references to libunistring_toc.html.
+
+2019-02-13 Bruno Haible <bruno@clisp.org>
+
doc: Make function declarations easier to read.
* doc/uni*.texi: Inside the argument list of function declarations, use
no-break spaces instead of spaces, except directly after a comma.