summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/ChangeLog
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-19 08:43:57 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-19 08:43:57 +0000
commit392722d6043c2ebbecdb215ca953b477b2829d45 (patch)
treee2871ff00166d93e4890c1a2dfe5f6e5b2e15989 /Build/source/texk/makeindexk/ChangeLog
parent07310d6f9b9d530827e154620141a9c62cac5eda (diff)
makeindex: improve detection of page number types
git-svn-id: svn://tug.org/texlive/trunk@60547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/ChangeLog')
-rw-r--r--Build/source/texk/makeindexk/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/makeindexk/ChangeLog b/Build/source/texk/makeindexk/ChangeLog
index f722fb766ad..05ce7ab80b9 100644
--- a/Build/source/texk/makeindexk/ChangeLog
+++ b/Build/source/texk/makeindexk/ChangeLog
@@ -1,3 +1,14 @@
+2021-09-19 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * mkind.h, scanid.[ch], scanst.c:
+ Fix a bug about detection of page number types.
+ Default string "rnaRA" for page_precedence was not initialized.
+ Improve heuristic detection of page number types.
+ * tests/makeindex.test, tests/range.idx, tests/range[123].{ind,ist},
+ tests/pprec[AB].idx, tests/pprec[01234].ist, tests/pprec[AB]-[01234].ind:
+ Add new tests. These are compatible with (up)mendex.
+ * configure.ac, mkind.h: Bump version to 2.16
+
2019-11-01 Karl Berry <karl@tug.org>
* mkindex: "quote" arguments, doc tweaks.