[latex3-commits] [git/LaTeX3-latex3-latex2e] gh617: Merge branch 'develop' into gh617 (3cd579a3)
GitHub
noreply at github.com
Mon Jul 19 12:52:27 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh617
Link : https://github.com/latex3/latex2e/commit/3cd579a3620b822cc8e2ad270cbe94a61600541b
>---------------------------------------------------------------
commit 3cd579a3620b822cc8e2ad270cbe94a61600541b
Merge: d78c2410 c7d5bcf7
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon Jul 19 11:52:27 2021 +0100
Merge branch 'develop' into gh617
>---------------------------------------------------------------
3cd579a3620b822cc8e2ad270cbe94a61600541b
base/changes.txt | 13 +++
base/doc/ltnews34.tex | 54 ++++++++++++
base/lterror.dtx | 54 +++++++++++-
base/lthooks.dtx | 17 +++-
base/ltplain.dtx | 20 ++++-
base/testfiles-lthooks/ltcmdhooks-001.tlg | 6 +-
base/testfiles-lthooks/lthooks-000.tlg | 6 +-
base/testfiles-lthooks/lthooks-001.tlg | 12 +--
base/testfiles-lthooks/lthooks-002.tlg | 12 +--
base/testfiles-lthooks/lthooks-003.tlg | 6 +-
base/testfiles-lthooks/lthooks-004.tlg | 6 +-
base/testfiles-lthooks/lthooks-005.tlg | 6 +-
base/testfiles-lthooks/lthooks-006.tlg | 6 +-
base/testfiles-lthooks/lthooks-007.tlg | 12 +--
base/testfiles-lthooks/lthooks-008.tlg | 6 +-
base/testfiles-lthooks/lthooks-009.tlg | 6 +-
base/testfiles-lthooks/lthooks-011.tlg | 24 +++---
base/testfiles-lthooks/lthooks-013.tlg | 6 +-
base/testfiles-lthooks/lthooks-021.tlg | 6 +-
base/testfiles-lthooks/lthooks-legacy.tlg | 6 +-
base/testfiles-lthooks2/lthooks2-002.tlg | 6 +-
base/testfiles-lthooks2/lthooks2-005.tlg | 12 +--
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-0613.lvt | 15 ++++
base/testfiles/github-0613.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 +
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 | 2 +
base/testfiles/tlb-rollback-005.tlg | 2 +
base/testfiles/tlb-rollback-005.xetex.tlg | 2 +
required/tools/array.dtx | 8 +-
required/tools/changes.txt | 6 ++
required/tools/testfiles/github-0614.lvt | 21 +++++
.../tools/testfiles/github-0614.tlg | 97 +++++++++++-----------
support/test209.tex | 1 +
support/test2e.tex | 1 +
texmf/dvips/l3backend/l3backend-dvips.pro | 2 +-
texmf/tex/latex/l3backend/l3backend-dvipdfmx.def | 15 +++-
texmf/tex/latex/l3backend/l3backend-dvips.def | 57 ++++++++++---
texmf/tex/latex/l3backend/l3backend-dvisvgm.def | 13 ++-
texmf/tex/latex/l3backend/l3backend-luatex.def | 13 ++-
texmf/tex/latex/l3backend/l3backend-pdftex.def | 13 ++-
texmf/tex/latex/l3backend/l3backend-xetex.def | 15 +++-
texmf/tex/latex/l3kernel/expl3-code.tex | 15 ++--
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/l3deprecation.def | 58 -------------
54 files changed, 474 insertions(+), 222 deletions(-)
diff --cc base/changes.txt
index ca369b43,461b0b16..0df325ee
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,10 -6,19 +6,23 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+ 2021-07-16 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltplain.dtx (section{Plain \TeX}):
+ Use 2 as value for \tracinglostchars so that one gets at least warnings
- on the terminal (3 would be better as a missing char is an error).
++ on the terminal (3 would be better as a missing char is an error)
++
+2021-07-12 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltclass.dtx: fix for gh/617 prevent expansion in raw option list.
+ 2021-07-11 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * lterror.dtx (subsection{General commands}):
+ Provide \ClassNote and \PackageNote that write information to the
+ terminal but labels it as "Info" and not as "Warning", i.e. a cross
+ between \PackageWarning and \PackageInfo
+
2021-07-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltcounts.dtx (subsection{Environment Counter Macros}):
More information about the latex3-commits
mailing list.