[latex3-commits] [git/LaTeX3-latex3-latex2e] input-nobreakspace: Merge branch 'develop' into input-nobreakspace (0ac67abd)
PhelypeOleinik
phelype.oleinik at latex-project.org
Wed Apr 21 15:34:06 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : input-nobreakspace
Link : https://github.com/latex3/latex2e/commit/0ac67abd1972db5814b13029a6d97811cc773a4d
>---------------------------------------------------------------
commit 0ac67abd1972db5814b13029a6d97811cc773a4d
Merge: aad3ea7a bf6bf12c
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Wed Apr 21 10:34:06 2021 -0300
Merge branch 'develop' into input-nobreakspace
>---------------------------------------------------------------
0ac67abd1972db5814b13029a6d97811cc773a4d
base/build.lua | 10 +-
base/changes.txt | 28 +-
base/doc/{ltpara-code.tex => ltcmdhooks-code.tex} | 2 +-
base/doc/{ltpara-doc.tex => ltcmdhooks-doc.tex} | 2 +-
base/doc/ltnews33.tex | 67 +-
base/doc/source2e.tex | 4 +-
base/format.ins | 5 +-
base/latexrelease.ins | 1 +
base/ltcmd.dtx | 27 +-
base/ltcmdhooks.dtx | 1079 ++++++++++++++++++++
base/ltdefns.dtx | 5 +-
base/ltexpl.dtx | 37 +-
base/ltfiles.dtx | 11 +-
base/lthooks.dtx | 834 ++++++++++-----
base/ltmath.dtx | 8 +-
base/ltpictur.dtx | 5 +-
base/lttab.dtx | 10 +-
base/testfiles-lthooks/ltcmdhooks-001.lvt | 44 +
.../{lthooks-021.tlg => ltcmdhooks-001.tlg} | 166 ++-
base/testfiles-lthooks/ltcmdhooks-002.lvt | 32 +
base/testfiles-lthooks/ltcmdhooks-002.tlg | 109 ++
base/testfiles-lthooks/ltcmdhooks-003.lvt | 70 ++
base/testfiles-lthooks/ltcmdhooks-003.tlg | 282 +++++
base/testfiles-lthooks/ltcmdhooks-004.lvt | 45 +
base/testfiles-lthooks/ltcmdhooks-004.tlg | 116 +++
base/testfiles-lthooks/ltcmdhooks-005.lvt | 31 +
.../ltcmdhooks-005.tlg} | 19 +-
base/testfiles-lthooks/ltcmdhooks-005a.lvt | 33 +
.../ltcmdhooks-005a.tlg} | 19 +-
base/testfiles-lthooks/ltcmdhooks-006.lvt | 43 +
base/testfiles-lthooks/ltcmdhooks-006.tlg | 9 +
base/testfiles-lthooks/ltcmdhooks-007.lvt | 43 +
base/testfiles-lthooks/ltcmdhooks-007.tlg | 7 +
base/testfiles-lthooks/ltcmdhooks-008.lvt | 68 ++
base/testfiles-lthooks/ltcmdhooks-008.tlg | 196 ++++
base/testfiles-lthooks/ltcmdhooks-009.lvt | 19 +
base/testfiles-lthooks/ltcmdhooks-009.tlg | 9 +
base/testfiles-lthooks/ltcmdhooks-010.lvt | 80 ++
base/testfiles-lthooks/ltcmdhooks-010.tlg | 62 ++
base/testfiles-lthooks/lthooks-013.tlg | 4 +-
base/testfiles-lthooks/lthooks-028.tlg | 31 +-
base/testfiles-lthooks/lthooks-doc-examples.lvt | 56 +
base/testfiles-lthooks/lthooks-doc-examples.tlg | 119 +++
base/testfiles-lthooks2/lthooks2-004.lvt | 2 +-
base/testfiles-lthooks2/lthooks2-006.tlg | 11 +-
base/testfiles/github-0479-often.luatex.tlg | 111 +-
base/testfiles/github-0479-often.tlg | 11 +-
base/testfiles/github-0479-often.xetex.tlg | 11 +-
base/testfiles/github-0548.luatex.tlg | 19 +
base/testfiles/github-0548.lvt | 20 +
base/testfiles/github-0548.tlg | 19 +
.../tlb-latexrelease-rollback-003-often.luatex.tlg | 94 +-
.../tlb-latexrelease-rollback-003-often.tlg | 22 +-
.../tlb-latexrelease-rollback-003-often.xetex.tlg | 22 +-
base/testfiles/tlb-rollback-004-often.luatex.tlg | 98 +-
base/testfiles/tlb-rollback-004-often.tlg | 11 +-
base/testfiles/tlb-rollback-004-often.xetex.tlg | 11 +-
...ften.luatex.tlg => tlb-rollback-005.luatex.tlg} | 147 ++-
base/testfiles/tlb-rollback-005.lvt | 24 +
...{github-0479-often.tlg => tlb-rollback-005.tlg} | 41 +-
...-often.xetex.tlg => tlb-rollback-005.xetex.tlg} | 41 +-
base/update-lthooks-tests.sh | 15 +-
base/update-rollback-tests.sh | 1 +
required/amsmath/amsmath.dtx | 5 +-
required/amsmath/changes.txt | 7 +-
required/tools/array.dtx | 5 +-
required/tools/changes.txt | 8 +-
support/texlive.sh | 3 +
68 files changed, 3950 insertions(+), 656 deletions(-)
diff --cc base/changes.txt
index 9b6cbeca,79816327..9d1bd999
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,11 -6,31 +6,36 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+ 2021-04-20 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltexpl.dtx (subsection{Loader}): Don't empty kernel hooks on rollback
+
+ * ltcmd.dtx (subsection{Utilities}):
+ Renamed \__cmd_cmd_if_xparse:NTF to \__kernel_cmd_if_xparse:NTF
+ for cross-module usage
+
+ * ltcmdhooks.dtx: Module added to provide support for cmd hooks
+
+ * lthooks.dtx: Support for cmd hooks added
+
+
+ 2021-04-20 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * lttab.dtx (subsection{array and tabular environments}):
+ Use \protected for \\ variant (gh/548)}
+
+ * ltmath.dtx (subsection{Math Environments}):
+ Use \protected for \\ variant (gh/548)}
+
+ * ltpictur.dtx (section{Picture Mode}):
+ Use \protected for \\ variant (gh/548)}
+
+
+2021-04-18 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * ltfilehook.dtx:
+ Ensure that ~ expands to the character ~ in file names.
+
2021-04-18 Phelype Oleinik <phelype.oleinik at latex-project.org>
* ltplain.dtx:
diff --cc base/testfiles/github-0479-often.luatex.tlg
index 0182c2b0,7e8267ad..743d0ed0
--- a/base/testfiles/github-0479-often.luatex.tlg
+++ b/base/testfiles/github-0479-often.luatex.tlg
@@@ -654,7 -661,7 +661,7 @@@ Applying: [....-..-..] float order in 2
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] Reset language for hyphenation on input line ....
Already applied: [....-..-..] Reset language for hyphenation on input line ...
- 9.
-2.
++3.
Applying: [....-..-..] float order in 2-column on input line ....
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] float order in 2-column on input line ....
@@@ -679,9 -686,9 +686,9 @@@ Applying: [....-..-..] Extended Allocat
Already applied: [....-..-..] Extended Allocation on input line ....
Applying: [....-..-..] Start of XeTeX class allocator on input line ....
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 4.
-7.
++8.
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 1.
-4.
++5.
Removing `tracingstacklevels' from `input_level_string'.
Skipping: [....-..-..] Lua trace_stack_levels function on input line ....
Applying: [....-..-..] Lua trace_stack_levels function on input line ....
diff --cc base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
index 0e1c2ba1,1f315e13..4bb24b94
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
@@@ -1129,7 -1145,7 +1145,7 @@@ Applying: [....-..-..] float order in 2
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] Reset language for hyphenation on input line ....
Already applied: [....-..-..] Reset language for hyphenation on input line ...
- 9.
-2.
++3.
Applying: [....-..-..] float order in 2-column on input line ....
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] float order in 2-column on input line ....
@@@ -1154,9 -1170,9 +1170,9 @@@ Applying: [....-..-..] Extended Allocat
Already applied: [....-..-..] Extended Allocation on input line ....
Applying: [....-..-..] Start of XeTeX class allocator on input line ....
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 4.
-7.
++8.
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 1.
-4.
++5.
Skipping: [....-..-..] Lua trace_stack_levels function on input line ....
Applying: [....-..-..] Lua trace_stack_levels function on input line ....
Applying: [....-..-..] XeTeX character classes on input line ....
diff --cc base/testfiles/tlb-rollback-004-often.luatex.tlg
index 04d56132,0ddd28cf..591abbca
--- a/base/testfiles/tlb-rollback-004-often.luatex.tlg
+++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg
@@@ -644,7 -652,7 +652,7 @@@ Applying: [....-..-..] float order in 2
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] Reset language for hyphenation on input line ....
Already applied: [....-..-..] Reset language for hyphenation on input line ...
- 9.
-2.
++3.
Applying: [....-..-..] float order in 2-column on input line ....
Already applied: [....-..-..] float order in 2-column on input line ....
Applying: [....-..-..] float order in 2-column on input line ....
@@@ -669,9 -677,9 +677,9 @@@ Applying: [....-..-..] Extended Allocat
Already applied: [....-..-..] Extended Allocation on input line ....
Applying: [....-..-..] Start of XeTeX class allocator on input line ....
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 4.
-7.
++8.
Already applied: [....-..-..] Start of XeTeX class allocator on input line ...
- 1.
-4.
++5.
Removing `tracingstacklevels' from `input_level_string'.
Skipping: [....-..-..] Lua trace_stack_levels function on input line ....
Applying: [....-..-..] Lua trace_stack_levels function on input line ....
More information about the latex3-commits
mailing list.