From 9067afb3f8bce172638d12a6f926ab82547590e6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Aug 2018 22:18:02 +0000 Subject: l3 (24aug18) git-svn-id: svn://tug.org/texlive/trunk@48476 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/l3experimental/CHANGELOG.md | 49 +++++++++++++++++++++ .../texmf-dist/doc/latex/l3experimental/README.md | 11 ++++- .../doc/latex/l3experimental/l3color/l3color.pdf | Bin 350165 -> 349985 bytes .../latex/l3experimental/l3draw/l3draw-code.pdf | Bin 606133 -> 606122 bytes .../doc/latex/l3experimental/l3draw/l3draw.pdf | Bin 487422 -> 487165 bytes .../latex/l3experimental/l3str/l3str-convert.pdf | Bin 399844 -> 399665 bytes .../latex/l3experimental/l3str/l3str-format.pdf | Bin 345170 -> 344984 bytes .../l3experimental/l3sys-shell/l3sys-shell.pdf | Bin 0 -> 311864 bytes .../doc/latex/l3experimental/xcoffins/xcoffins.pdf | Bin 372538 -> 372362 bytes .../doc/latex/l3experimental/xgalley/l3galley.pdf | Bin 386255 -> 386072 bytes .../doc/latex/l3experimental/xgalley/xgalley.pdf | Bin 286079 -> 285895 bytes Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 17 ++++++- Master/texmf-dist/doc/latex/l3kernel/README.md | 2 +- Master/texmf-dist/doc/latex/l3kernel/expl3.pdf | Bin 585864 -> 585429 bytes .../texmf-dist/doc/latex/l3kernel/interface3.pdf | Bin 1533530 -> 1534586 bytes .../texmf-dist/doc/latex/l3kernel/interface3.tex | 2 +- .../texmf-dist/doc/latex/l3kernel/l3docstrip.pdf | Bin 263786 -> 263347 bytes .../texmf-dist/doc/latex/l3kernel/l3obsolete.txt | 11 +++++ .../texmf-dist/doc/latex/l3kernel/l3styleguide.pdf | Bin 280479 -> 280068 bytes .../texmf-dist/doc/latex/l3kernel/l3styleguide.tex | 2 +- .../doc/latex/l3kernel/l3syntax-changes.pdf | Bin 228223 -> 227794 bytes .../doc/latex/l3kernel/l3syntax-changes.tex | 2 +- Master/texmf-dist/doc/latex/l3kernel/source3.pdf | Bin 5560570 -> 5573063 bytes Master/texmf-dist/doc/latex/l3kernel/source3.tex | 2 +- .../texmf-dist/doc/latex/l3packages/CHANGELOG.md | 31 +++++++++++++ Master/texmf-dist/doc/latex/l3packages/README.md | 4 +- .../doc/latex/l3packages/l3keys2e/l3keys2e.pdf | Bin 327517 -> 327139 bytes Master/texmf-dist/doc/latex/l3packages/xfp/xfp.pdf | Bin 307691 -> 307356 bytes .../doc/latex/l3packages/xfrac/xfrac.pdf | Bin 481710 -> 481373 bytes .../doc/latex/l3packages/xparse/xparse.pdf | Bin 475404 -> 475075 bytes .../doc/latex/l3packages/xtemplate/xtemplate.pdf | Bin 416766 -> 416436 bytes 31 files changed, 122 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf create mode 100644 Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md new file mode 100644 index 00000000000..0872d5d5987 --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog +All notable changes to the `l3experimental` bundle since the start of 2018 +will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +this project uses date-based 'snapshot' version identifiers. + +## [Unreleased] + +## [2018-08-24] + +### Fixed +- Actually distribute `l3sys-shell` + +## [2018-08-23] + +### Added +- `CHANGELOG.md` (fixes #460) +- `l3sys-shell` for experimental shell functions + +## [2018-05-12] + +### Changed +- Track changes in primitive naming in `l3kernel` + +## [2018-04-30] + +### Changed +- Switch to ISO date format +- Improve cross-module use of internal functions + +## [2018-03-05] + +### Added +- Several new functions added to `l3draw` + +## [2018-02-21] + +### Added +- New `l3color` module using `xcolor`-like expression syntax +- New `l3draw` module, based on `pgf` layer of the TikZ system + +[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-24...HEAD +[2018-08-24]: https://github.com/latex3/latex3/compare/2018-08-23...2018-08-24 +[2018-08-23]: https://github.com/latex3/latex3/compare/2018-05-12...2018-08-23 +[2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12 +[2018-04-30]: https://github.com/latex3/latex3/compare/2018-03-05...2018-04-30 +[2018-03-05]: https://github.com/latex3/latex3/compare/2018-02-21...2018-03-05 +[2018-02-21]: https://github.com/latex3/latex3/compare/2017-12-16...2018-02-21 diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md index 22cf1e85332..860d51d815f 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/README.md +++ b/Master/texmf-dist/doc/latex/l3experimental/README.md @@ -1,7 +1,7 @@ Experimental LaTeX3 Concepts ============================ -Release 2018-05-12 +Release 2018-08-24 Overview -------- @@ -24,6 +24,7 @@ bundles: * `l3color` * `l3draw` * `l3str` +* `l3sys-shell` * `xcoffins` * `xgalley` @@ -51,6 +52,12 @@ category code 10 ('space'). The `l3str` bundle consists of two parts. The first is `l3str` itself. This is a collection of functions to act on strings, including for manipulations such as UTF8 mappings in pdfTeX. +`l3sys-shell` +------------- + +This module provides abstractions for common shell functions, e.g. file +deletion and copying. + `xcoffins` ---------- @@ -77,7 +84,7 @@ Discussion Discussion concerning the approach, suggestions for improvements, changes, additions, _etc._ should be addressed to the list -[LaTeX-L](http://news.gmane.org/group/gmane.comp.tex.latex.latex3). +[LaTeX-L](https://listserv.uni-heidelberg.de/cgi-bin/wa?A0=LATEX-L). You can subscribe to this list by sending mail to diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf index de0af500332..6ba4eee99ad 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf index 9d8c50507da..b3ace373421 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf index 9ebe81d2a57..79f1061d3fb 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf index b8a12ce16be..5bdeea477a6 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf index 7d406f7655b..c0d3fb50e43 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf new file mode 100644 index 00000000000..dfd6f65424e Binary files /dev/null and b/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf index 5d369b97688..74451ab9b75 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf index 644ad7cbb80..196ef3faaf4 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf index d9c70bf3260..2b4ba6bcb0e 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 002fbfee61b..d3441e2afd8 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,18 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2018-08-23] + +### Added +- `\lua_escape:e`, `\lua_now:e` and `\lua_shipout_e:n` +- `\str_case_e:nn(TF)` and `\str_if_eq:ee(TF)` +- `\sys_if_platform_unix:(TF)` and `\sys_if_platform_windows:(TF)` +- `\tl_(g)set_from_shell:Nnn` + +### Deprecated +- `\lua_escape_x:n`, `\lua_now_x:n` and `\lua_shipout_x:n` +- `\str_case_x:nn(TF)` and `\str_if_eq_x:nn(TF)` + ## [2018-06-14] ### Added @@ -110,8 +122,9 @@ this project uses date-based 'snapshot' version identifiers. - Step func­tions have been added for dim vari­ables, e.g. `\dim_step_in­line:nnnn` -[Unreleased]: https://github.com/latex3/latex3/compare/2018-06-14...HEAD -[2018-06-01]: https://github.com/latex3/latex3/compare/2018-06-01...2018-06-14 +[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-23...HEAD +[2018-08-23]: https://github.com/latex3/latex3/compare/2018-06-14...2018-08-23 +[2018-06-14]: https://github.com/latex3/latex3/compare/2018-06-01...2018-06-14 [2018-06-01]: https://github.com/latex3/latex3/compare/2018-05-13...2018-06-01 [2018-05-13]: https://github.com/latex3/latex3/compare/2018-05-12...2018-05-13 [2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12 diff --git a/Master/texmf-dist/doc/latex/l3kernel/README.md b/Master/texmf-dist/doc/latex/l3kernel/README.md index 91f8125d4cd..a12b92d0dd2 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/README.md +++ b/Master/texmf-dist/doc/latex/l3kernel/README.md @@ -1,7 +1,7 @@ LaTeX3 Programming Conventions ============================== -Release 2018-06-14 +Release 2018-08-23 Overview -------- diff --git a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf index 17c5518c8be..6e4a52b0341 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf index 3fc0de93a37..6cfb021f727 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.tex b/Master/texmf-dist/doc/latex/l3kernel/interface3.tex index 448805aabe7..3fef7a4217c 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/interface3.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/interface3.tex @@ -52,7 +52,7 @@ {latex-team@latex-project.org}% }% } -\date{Released 2018-06-14} +\date{Released 2018-08-23} \pagenumbering{roman} \maketitle diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf index 7758775d500..8f30b7a38a1 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt b/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt index 5c1989b9657..3c588bc2c7d 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt +++ b/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt @@ -53,11 +53,22 @@ Function Expires end \ior_log_streams: 2018 \iow_list_streams: 2018 \iow_log_streams: 2018 +\lua_escape_x:n 2019 +\lua_now_x:n 2019 +\lua_shipout_x:n 2019 \luatex_...:D 2019 \pdftex_...:D 2019 \ptex_...:D 2019 \sort_ordered: 2018 \sort_reversed: 2018 +\str_case_x:nn 2019 +\str_case_x:nnF 2019 +\str_case_x:nnT 2019 +\str_case_x:nnTF 2019 +\str_if_eq_x:nnF 2019 +\str_if_eq_x:nnT 2019 +\str_if_eq_x:nnTF 2019 +\str_if_eq_x_p:nn 2019 \tl_show_analysis:N 2019 \tl_show_analysis:n 2019 \token_new:Nn 2018 diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf index bdf47e1f3af..ba19c87acc0 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex index 0e0d8ff54fa..82003bc95c1 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex @@ -30,7 +30,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2018-06-14} +\date{Released 2018-08-23} \begin{document} diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf index 819c02fe482..add9b78ecf0 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex index 281575ff7b0..d21a6a11e27 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex @@ -30,7 +30,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2018-06-14} +\date{Released 2018-08-23} \newcommand{\TF}{\textit{(TF)}} diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf index 21661ecef0b..679c2147284 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.tex b/Master/texmf-dist/doc/latex/l3kernel/source3.tex index 308681f810d..e3e1bc280f6 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/source3.tex @@ -51,7 +51,7 @@ {latex-team@latex-project.org}% }% } -\date{Released 2018-06-14} +\date{Released 2018-08-23} \pagenumbering{roman} \maketitle diff --git a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md new file mode 100644 index 00000000000..bb08e570834 --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog +All notable changes to the `l3packages` bundle since the start of 2018 +will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +this project uses date-based 'snapshot' version identifiers. + +## [Unreleased] + +## [2018-08-23] + +### Added +- `CHANGELOG.md` (fixes #460) + +## [2018-05-12] + +### Changed +- Track changes in primitive naming in `l3kernel` + +## [2018-04-30] + +### Changed +- `xparse`: allow spaces before trailing optional arguments, + with new "!" modifier to control behavior +- Switch to ISO date format +- Improve cross-module use of internal functions + +[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-23...HEAD +[2018-08-23]: https://github.com/latex3/latex3/compare/2018-05-12...2018-08-23 +[2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12 +[2018-04-30]: https://github.com/latex3/latex3/compare/2017-12-16...2018-04-30 diff --git a/Master/texmf-dist/doc/latex/l3packages/README.md b/Master/texmf-dist/doc/latex/l3packages/README.md index f25647911ea..5438f53d160 100644 --- a/Master/texmf-dist/doc/latex/l3packages/README.md +++ b/Master/texmf-dist/doc/latex/l3packages/README.md @@ -1,7 +1,7 @@ LaTeX3 High-Level Concepts ========================== -Release 2018-05-12 +Release 2018-08-23 Overview -------- @@ -71,7 +71,7 @@ Discussion Discussion concerning the approach, suggestions for improvements, changes, additions, _etc._ should be addressed to the list -[LaTeX-L](http://news.gmane.org/group/gmane.comp.tex.latex.latex3). +[LaTeX-L](https://listserv.uni-heidelberg.de/cgi-bin/wa?A0=LATEX-L). You can subscribe to this list by sending mail to diff --git a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf index 6d026a570b4..2331453c43d 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf and b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xfp/xfp.pdf b/Master/texmf-dist/doc/latex/l3packages/xfp/xfp.pdf index 0edc93d272c..4dfe95883c2 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xfp/xfp.pdf and b/Master/texmf-dist/doc/latex/l3packages/xfp/xfp.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf index aeadcad7c40..eba375d6ec8 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf and b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf index d42394e5988..e58a84dacde 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf and b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf index cd4fa30ec22..2787c0fee69 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf and b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf differ -- cgit v1.2.3