[latex3-commits] [latex3/latex2e] develop: Merge branch 'ltproperties' into develop (b2e0c803)
github at latex-project.org
github at latex-project.org
Tue Sep 12 15:37:25 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/b2e0c803cfccc04516dd5f36aa42c75d2f4ad6d9
>---------------------------------------------------------------
commit b2e0c803cfccc04516dd5f36aa42c75d2f4ad6d9
Merge: 053006e2 e28c64ba
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 12 14:37:25 2023 +0100
Merge branch 'ltproperties' into develop
>---------------------------------------------------------------
b2e0c803cfccc04516dd5f36aa42c75d2f4ad6d9
base/changes.txt | 7 +
base/doc/ltnews38.tex | 56 ++
base/doc/ltproperties-code.tex | 5 +
base/doc/ltproperties-doc.tex | 8 +
base/doc/source2e.tex | 2 +
base/format.ins | 1 +
base/latexrelease.ins | 1 +
base/ltmiscen.dtx | 71 +-
base/ltproperties.dtx | 925 +++++++++++++++++++++
base/testfiles-lthooks/lthooks-rollback-args.tlg | 6 +
base/testfiles/github-0479-often.luatex.tlg | 6 +
base/testfiles/github-0479-often.tlg | 6 +
base/testfiles/github-0479-often.xetex.tlg | 6 +
base/testfiles/properties-001.lvt | 76 ++
base/testfiles/properties-001.tlg | 323 +++++++
base/testfiles/properties-002-multiply.luatex.tlg | 76 ++
base/testfiles/properties-002-multiply.lvt | 40 +
base/testfiles/properties-002-multiply.tlg | 71 ++
base/testfiles/properties-002-multiply.xetex.tlg | 71 ++
base/testfiles/properties-003-rerun.lvt | 18 +
base/testfiles/properties-003-rerun.tlg | 20 +
base/testfiles/properties-004-predeclare.lvt | 38 +
base/testfiles/properties-004-predeclare.tlg | 46 +
base/testfiles/properties-005-test.lvt | 89 ++
base/testfiles/properties-005-test.tlg | 58 ++
base/testfiles/properties-006-warn.lvt | 68 ++
base/testfiles/properties-006-warn.tlg | 75 ++
base/testfiles/properties-007-new.lvt | 56 ++
base/testfiles/properties-007-new.tlg | 39 +
.../tlb-latexrelease-rollback-003-often.luatex.tlg | 12 +
.../tlb-latexrelease-rollback-003-often.tlg | 12 +
.../tlb-latexrelease-rollback-003-often.xetex.tlg | 12 +
...tlb-latexrelease-rollback-2020-10-01.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2020-10-01.tlg | 6 +
.../tlb-latexrelease-rollback-2020-10-01.xetex.tlg | 6 +
...tlb-latexrelease-rollback-2021-06-01.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2021-06-01.tlg | 6 +
.../tlb-latexrelease-rollback-2021-06-01.xetex.tlg | 6 +
...tlb-latexrelease-rollback-2021-11-15.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2021-11-15.tlg | 6 +
.../tlb-latexrelease-rollback-2021-11-15.xetex.tlg | 6 +
...tlb-latexrelease-rollback-2022-06-01.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2022-06-01.tlg | 6 +
.../tlb-latexrelease-rollback-2022-06-01.xetex.tlg | 6 +
...tlb-latexrelease-rollback-2022-11-01.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2022-11-01.tlg | 6 +
.../tlb-latexrelease-rollback-2022-11-01.xetex.tlg | 6 +
...tlb-latexrelease-rollback-2023-06-01.luatex.tlg | 6 +
.../tlb-latexrelease-rollback-2023-06-01.tlg | 6 +
.../tlb-latexrelease-rollback-2023-06-01.xetex.tlg | 6 +
base/testfiles/tlb-rollback-004-often.luatex.tlg | 6 +
base/testfiles/tlb-rollback-004-often.tlg | 6 +
base/testfiles/tlb-rollback-004-often.xetex.tlg | 6 +
base/testfiles/tlb-rollback-005.luatex.tlg | 6 +
base/testfiles/tlb-rollback-005.tlg | 6 +
base/testfiles/tlb-rollback-005.xetex.tlg | 6 +
56 files changed, 2441 insertions(+), 3 deletions(-)
diff --cc base/changes.txt
index ff6f6a52,84a86ba9..8d2a0923
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,25 -6,12 +6,32 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+ 2023-09-05 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * ltproperties.dtx:
+ First implementation of properties module
+ * ltmiscen.dtx:
+ add test to \enddocument for changes in property values.
+2023-09-01 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltcmd.dtx
+ Collect \endlinechar as \obeyedline
+ * ltmiscen.dtx
+ Provide global definition for active tab
+ * usrguide.tex
+ Document use of \obeyedline in +v arguments
+
+2023-06-15 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltmiscen.dtx
+ Refinements to tab support
+
+2023-06-14 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltmiscen.dtx, ltspace.dtx
+ Support (visible) tabs in verbatim material
+
++2023-08-19 Joseph Wright <Joseph.Wright at latex-project.org>
+
2023-08-19 Joseph Wright <Joseph.Wright at latex-project.org>
* ltcmd.dtx, usrguide.tex
diff --cc base/ltmiscen.dtx
index 7603ba04,e3d24888..2fb551c6
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@@ -32,7 -32,7 +32,7 @@@
%<*driver>
% \fi
\ProvidesFile{ltmiscen.dtx}
- [2023/09/01 v1.2c LaTeX Kernel (Misc. Environments)]
- [2023/09/06 v1.2b LaTeX Kernel (Misc. Environments)]
++ [2023/09/06 v1.2c LaTeX Kernel (Misc. Environments)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltmiscen.dtx}
More information about the latex3-commits
mailing list.