[latex3-commits] [git/LaTeX3-latex3-latex2e] misused-replacing-args: Bookkeeping (cd3bfc38)
PhelypeOleinik
phelype.oleinik at latex-project.org
Mon Apr 17 02:32:50 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : misused-replacing-args
Link : https://github.com/latex3/latex2e/commit/cd3bfc3884fbf0862086fbfc88bf8ca0eae3e20e
>---------------------------------------------------------------
commit cd3bfc3884fbf0862086fbfc88bf8ca0eae3e20e
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sun Apr 16 21:32:50 2023 -0300
Bookkeeping
>---------------------------------------------------------------
cd3bfc3884fbf0862086fbfc88bf8ca0eae3e20e
base/changes.txt | 5 +++++
base/lthooks.dtx | 7 +++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 4efb33aa..5b27c516 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2023-04-16 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * lthooks.dtx (subsubsection{Setting hooks up}):
+ Use \@@_replacing_args_false: in \@@_include_legacy_code_chunk:n.
+
2023-04-15 David Carlisle <David.Carlisle at latex-project.org>
* ltplain.dtx: adjust \extrafloats so it does not error if thousands
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 6eff3056..c83c9399 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
%%% From File: lthooks.dtx
%
% \begin{macrocode}
-\def\lthooksversion{v1.1a}
-\def\lthooksdate{2023/04/06}
+\def\lthooksversion{v1.1b}
+\def\lthooksdate{2023/04/16}
% \end{macrocode}
%
%<*driver>
@@ -3037,6 +3037,9 @@
% \end{macrocode}
% Here we set \cs{@@_replacing_args_false:} because no legacy code
% will reference hook arguments.
+% \changes{v1.1b}{2023/04/16}
+% {\cs{@@_replacing_args_false:} in
+% \cs{@@_include_legacy_code_chunk:n}.}
% \begin{macrocode}
\@@_replacing_args_false:
\use:e
More information about the latex3-commits
mailing list.