diff options
Diffstat (limited to 'Build/source/texk/upmendex/ChangeLog')
-rw-r--r-- | Build/source/texk/upmendex/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/texk/upmendex/ChangeLog b/Build/source/texk/upmendex/ChangeLog index e0f393401a5..0fe73dda5b0 100644 --- a/Build/source/texk/upmendex/ChangeLog +++ b/Build/source/texk/upmendex/ChangeLog @@ -1,3 +1,33 @@ +2024-11-09 TANAKA Takuji <ttk@t-lab.opal.ne.jp> + + * version 1.10 Stable version. + * configure.ac: Bump version. + * {mendex,var,exvar}.h, fread.c, fwrite.c, sort.c, styfile.c: + Support for indices with four sublevels, + conventionally two sublevels. + Thanks to upll request by Sergei Golovan. + https://github.com/t-tk/upmendex-package/pull/9 + * fread.c: Improve error message when reading index entries. + https://github.com/t-tk/upmendex-package/issues/13 + * sort.c: Extend RULEBUFSIZE to adjust ICU 76.1. + Revise to avoid compiler warnings. + * convert.c: Tweak comment. + * tests/{upmendex,pprec,icu}.test: Split test scripts. + * tests/nest.test, tests/nested{,3}.{ist,idx,ind}, + tests/toodeep.idx: Add new tests for nested depth. + * tests/upmendex.test, tests/tort{,W}.idx, tests/ok-tort.ind: + Add new tests for error/warning. + * Makefile.am: Adjust. + +2024-07-06 TANAKA Takuji <ttk@t-lab.opal.ne.jp> + + * version 1.09 Stable version. + * configure.ac: Bump version. + * fwrite.c: + Improve heading of Ö,ö,Ő,ő,Ü,ü,Ű,ű in Hungarian. + Thanks to @hair-splitter for the report. + https://github.com/t-tk/upmendex-package/issues/10 + 2024-03-10 Karl Berry <karl@tug.org> * TL'24 release. |