summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-09-22 23:07:24 +0200
committerBruno Haible <bruno@clisp.org>2021-09-22 23:18:07 +0200
commit25ce2d6b5fad4726ea1fc4d9bdf492505de0086e (patch)
treec4e207313218da840a0beff96036efc201c44562 /ChangeLog
parent5d88f131091542816326a470e9dab945b763538d (diff)
downloadgnulib-25ce2d6b5fad4726ea1fc4d9bdf492505de0086e.tar.gz
doc: Don't assume that the output format is TeX-based or info.
Reported by Dietmar Schindler in <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>. * doc/regex.texi (Collating Elements vs. Characters): Assume a texinfo version that groks UTF-8 encoded ISO-8859-1 characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a641418208..6cdba97f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-09-22 Bruno Haible <bruno@clisp.org>
+
+ doc: Don't assume that the output format is TeX-based or info.
+ Reported by Dietmar Schindler in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>.
+ * doc/regex.texi (Collating Elements vs. Characters): Assume a texinfo
+ version that groks UTF-8 encoded ISO-8859-1 characters.
+
2021-09-21 Paul Eggert <eggert@cs.ucla.edu>
regex: sync with glibc