[latex3-commits] [latex3/latex2e] newlabel: Merge branch 'develop' into newlabel (074218fc)
github at latex-project.org
github at latex-project.org
Tue May 16 12:47:10 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : newlabel
Link : https://github.com/latex3/latex2e/commit/074218fce80ab79ca64df3e9ed2dadfaedd51288
>---------------------------------------------------------------
commit 074218fce80ab79ca64df3e9ed2dadfaedd51288
Merge: f6cd16e7 b6335024
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue May 16 12:47:10 2023 +0200
Merge branch 'develop' into newlabel
>---------------------------------------------------------------
074218fce80ab79ca64df3e9ed2dadfaedd51288
base/changes.txt | 23 +
base/doc/clsguide.tex | 43 +
base/doc/ltnews37.tex | 248 ++-
base/doc/tlc3.err | 829 ++++++++
base/doc/usrguide.tex | 41 +-
base/ltfinal.dtx | 75 +-
base/lthooks.dtx | 33 +-
base/ltmath.dtx | 23 +-
base/manifest.txt | 3 +
base/testfiles-lthooks/filehook-005.tlg | 2 +-
base/testfiles-lthooks/github-1052.lvt | 39 +
base/testfiles-lthooks/github-1052.tlg | 89 +
base/testfiles-lthooks/ltcmdhooks-001.tlg | 2 +-
base/testfiles-lthooks/lthooks-rollback-args.tlg | 2 +
base/testfiles/github-0414.tlg | 2 +-
base/testfiles/github-0479-often.luatex.tlg | 2 +
base/testfiles/github-0479-often.tlg | 2 +
base/testfiles/github-0479-often.xetex.tlg | 2 +
base/testfiles/github-0944.tlg | 2 +-
base/testfiles/github-1059.lvt | 25 +
base/testfiles/github-1059.tlg | 8 +
.../tlb-latexrelease-rollback-003-often.luatex.tlg | 4 +
.../tlb-latexrelease-rollback-003-often.tlg | 4 +
.../tlb-latexrelease-rollback-003-often.xetex.tlg | 4 +
...tlb-latexrelease-rollback-2020-10-01.luatex.tlg | 2 +
.../tlb-latexrelease-rollback-2020-10-01.tlg | 2 +
.../tlb-latexrelease-rollback-2020-10-01.xetex.tlg | 2 +
...tlb-latexrelease-rollback-2021-06-01.luatex.tlg | 2 +
.../tlb-latexrelease-rollback-2021-06-01.tlg | 2 +
.../tlb-latexrelease-rollback-2021-06-01.xetex.tlg | 2 +
...tlb-latexrelease-rollback-2021-11-15.luatex.tlg | 2 +
.../tlb-latexrelease-rollback-2021-11-15.tlg | 2 +
.../tlb-latexrelease-rollback-2021-11-15.xetex.tlg | 2 +
...tlb-latexrelease-rollback-2022-06-01.luatex.tlg | 2 +
.../tlb-latexrelease-rollback-2022-06-01.tlg | 2 +
.../tlb-latexrelease-rollback-2022-06-01.xetex.tlg | 2 +
...tlb-latexrelease-rollback-2022-11-01.luatex.tlg | 2 +
.../tlb-latexrelease-rollback-2022-11-01.tlg | 2 +
.../tlb-latexrelease-rollback-2022-11-01.xetex.tlg | 2 +
base/testfiles/tlb-rollback-004-often.luatex.tlg | 2 +
base/testfiles/tlb-rollback-004-often.tlg | 2 +
base/testfiles/tlb-rollback-004-often.xetex.tlg | 2 +
base/testfiles/tlb-rollback-005.luatex.tlg | 6 +-
base/testfiles/tlb-rollback-005.tlg | 6 +-
base/testfiles/tlb-rollback-005.xetex.tlg | 6 +-
required/amsmath/amsmath.dtx | 9 +-
required/amsmath/changes.txt | 5 +
required/graphics/testfiles/github-0776.tlg | 4 +-
required/graphics/testfiles/github-0776b.lvt | 2 +-
required/latex-lab/footref-tagging-approach.tex | 4 +-
required/latex-lab/latex-lab-mathtagging.dtx | 5 +-
.../testfiles-mathtagging/mathcapture-tag-001.tpf | 150 +-
required/tools/changes.txt | 4 +
required/tools/shellesc.dtx | 11 +-
.../tools/testfiles/tlb-shellesc-001.luatex.tlg | 6 +-
texmf/tex/latex/l3kernel/expl3-code.tex | 2150 ++++++--------------
texmf/tex/latex/l3kernel/expl3-generic.tex | 2 +-
texmf/tex/latex/l3kernel/expl3.ltx | 2 +-
texmf/tex/latex/l3kernel/expl3.sty | 2 +-
texmf/tex/latex/l3kernel/l3debug.def | 2 +-
60 files changed, 2196 insertions(+), 1723 deletions(-)
diff --cc base/changes.txt
index 5be1dbf0,186c1fb9..05442a95
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -5,11 -5,30 +5,34 @@@ It is provided for convenience only. I
completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2023-05-12 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * ltxref.dtx
+ extend \label to store five values and add a hook with argument
+
+ 2023-05-13 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltmath.dtx: Add \ignorespaces to \eqno (gh/1059)
+
+ 2023-04-19 Joseph Wright <joseph.wright at latex-project.org>
+
+ * ltfinal.dtx (subsection{Lccodes and uccodes}):
+ Add \DeclareLowercaseMapping, \DeclareTitlecaseMapping and
+ \DeclareUppercaseMapping (gh/1033)
+
+ 2023-04-19 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * lthooks.dtx (subsection{Specifying code for next invocation}):
+ Initialise hook structure when adding 'next' code (gh/1052)
+
+ 2023-04-17 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltfinal.dtx (subsubsection{Lccodes and uccodes}):
+ Add \BCPdata (gh/1035)
+ Adapt \MakeLowercase, \MakeTitlecase and \MakeLowercase
+ to use \BCPdata for locale info
+
2023-04-16 Phelype Oleinik <phelype.oleinik at latex-project.org>
* lthooks.dtx (subsubsection{Setting hooks up}):
diff --cc required/tools/changes.txt
index 6e377ada,db99755b..fc1a9fc0
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@@ -4,10 -4,11 +4,14 @@@ It is provided for convenience only. I
completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2023-05-11 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * showkeys.dtx: Use label hook if format new enough.
+ 2023-04-15 David Carlisle <David.Carlisle at latex-project.org>
+
+ * shellesc.dtx: Normalise use of "." in messages. github/1008
+
2023-03-30 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* multicol.dtx (subsection{The output routines}]):
More information about the latex3-commits
mailing list.