[latex3-commits] [git/LaTeX3-latex3-latex2e] hook-args: Merge branch 'develop' into hook-args (c112dd8a)
PhelypeOleinik
phelype.oleinik at latex-project.org
Thu Apr 6 16:58:07 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : hook-args
Link : https://github.com/latex3/latex2e/commit/c112dd8ac46f20d546b7f2cacab9c57898dd1909
>---------------------------------------------------------------
commit c112dd8ac46f20d546b7f2cacab9c57898dd1909
Merge: 0da0463e 7a63ead3
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Thu Apr 6 11:58:07 2023 -0300
Merge branch 'develop' into hook-args
>---------------------------------------------------------------
c112dd8ac46f20d546b7f2cacab9c57898dd1909
base/build.lua | 1 +
base/changes.txt | 33 ++++-
base/cmfonts.fdd | 2 +-
base/doc.dtx | 4 +-
base/doc/fntguide.tex | 17 +--
base/doc/ltnews20.tex | 2 +-
base/doc/ltnews21.tex | 2 +-
base/doc/ltnews30.tex | 2 +-
base/doc/ltnews31.tex | 2 +-
base/doc/ltnews32.tex | 2 +-
base/doc/ltnews33.tex | 2 +-
base/doc/ltnews34.tex | 2 +-
base/doc/ltnews35.tex | 4 +-
base/doc/ltnews36.tex | 2 +-
base/doc/ltnews37.tex | 73 ++++++++-
base/ltclass.dtx | 8 +-
base/ltcmd.dtx | 2 +-
base/ltcmdhooks.dtx | 5 +-
base/ltfilehook.dtx | 2 +-
base/ltfinal.dtx | 21 +--
base/ltfssbas.dtx | 13 +-
base/lthooks.dtx | 2 +-
base/ltmarks.dtx | 5 +-
base/ltmeta.dtx | 5 +-
base/ltnews.cls | 2 +-
base/ltpara.dtx | 5 +-
base/ltplain.dtx | 40 ++++-
base/ltshipout.dtx | 2 +-
base/ltspace.dtx | 4 +-
base/ltxdoc.dtx | 14 +-
base/ltxguide.cls | 2 +-
base/minimal.cls | 2 +-
base/slifonts.fdd | 2 +-
base/testfiles/github-0944.tlg | 2 +-
base/testfiles/github-0981.lvt | 13 ++
.../github-0401.tlg => testfiles/github-0981.tlg} | 0
base/testfiles/github-1015.lvt | 21 +++
.../github-0675.tlg => testfiles/github-1015.tlg} | 6 +-
base/testfiles/github-1021.lvt | 24 +++
.../github-0675.tlg => testfiles/github-1021.tlg} | 4 +-
base/testfiles/github-1022.lvt | 32 ++++
base/testfiles/{tlb2105.tlg => github-1022.tlg} | 12 +-
.../testfiles/github-1028.luatex.tlg | 75 +++++-----
base/testfiles/github-1028.lvt | 42 ++++++
base/testfiles/github-1028.tlg | 87 +++++++++++
.../{tlb3492.tlg => github-1028.xetex.tlg} | 54 ++++---
base/testfiles/m3expl009.lvt | 2 +-
base/tulm.fdd | 2 +-
required/latex-lab/latex-lab-new-or-1.dtx | 6 +-
required/tools/changes.txt | 12 +-
required/tools/multicol.dtx | 28 +++-
required/tools/testfiles/github-0698.lvt | 65 ++++++++
.../tools/testfiles/github-0698.tlg | 5 +-
texmf/tex/latex/l3kernel/expl3-code.tex | 164 ++++++++++++++++++---
texmf/tex/latex/l3kernel/expl3-generic.tex | 2 +-
texmf/tex/latex/l3kernel/expl3.ltx | 2 +-
texmf/tex/latex/l3kernel/expl3.sty | 2 +-
57 files changed, 771 insertions(+), 177 deletions(-)
diff --cc base/changes.txt
index 4bceca17,334a1a34..9099f63b
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,15 -6,32 +6,41 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+2023-04-06 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * lthooks.dtx, ltcmdhooks.dtx:
+ Add support for providing and using arguments in hooks:
+ - Modify hook data structures to allow access to arguments;
+ - Add commands to declare hooks with arguments;
+ - Add commands to add code that references hook arguments;
+ - Add commands to use hooks with arguments.
+
+ 2023-04-01 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltfssbas.dtx: locally reset frozen mathversions when the math
+ version changes. (gh/1028)
+
+ 2023-03-28 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltclass.dtx:
+ Add \IfFileAtLeastTF (gh/1015)
+
+ 2023-03-28 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltxdoc.dtx (section{Options}):
+ Define \cs if doc is rolled back to v2 (gh/981)
+
+ 2023-03-28 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltfinal.dtx: Restore groups to \MakeUppercase and
+ \MakeLowercase, and add a group to \MakeTitlecase. (gh/1021)
+
+ 2023-03-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltspace.dtx:
+ Add \predisplaypenalty setting of 10000 to \samepage in case
+ that was changed (gh/1022)
+
2023-03-11 Yukai Chou <muzimuzhi at gmail.com>
* ltcmd.dtx (subsubsection{Showing the definition of a command}),
More information about the latex3-commits
mailing list.