[latex3-commits] [latex3/latex2e] gh1089: Fix lthooks rollback labels and dates (a6f9485e)
github at latex-project.org
github at latex-project.org
Fri Jun 16 05:13:10 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1089
Link : https://github.com/latex3/latex2e/commit/a6f9485eb598d1ea2cdc577e6ffe532b378a3a6d
>---------------------------------------------------------------
commit a6f9485eb598d1ea2cdc577e6ffe532b378a3a6d
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Fri Jun 16 00:13:10 2023 -0300
Fix lthooks rollback labels and dates
Fixes #1089
>---------------------------------------------------------------
a6f9485eb598d1ea2cdc577e6ffe532b378a3a6d
base/changes.txt | 5 +++++
base/lthooks.dtx | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 5d243c86..3eef0d01 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-06-16 Phelype Oleinik <Joseph.Wright at latex-project.org>
+
+ * lthooks.dtx
+ Correct some rollback labels and dates.
+
2023-06-09 Joseph Wright <Joseph.Wright at latex-project.org>
* usrguide.tex
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 3807d25c..c0a2e3d1 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
%%% From File: lthooks.dtx
%
% \begin{macrocode}
-\def\lthooksversion{v1.1e}
-\def\lthooksdate{2023/06/06}
+\def\lthooksversion{v1.1f}
+\def\lthooksdate{2023/06/16}
% \end{macrocode}
%
%<*driver>
@@ -3534,7 +3534,7 @@
% \changes{v1.1a}{2023/04/06}
% {Add \cs{hook_gput_code_with_args:nnn} (hook-args).}
% \begin{macrocode}
-%<latexrelease>\IncludeInRelease{2023/06/01}{\hook_gput_code_with_args:nnn}
+%<latexrelease>\IncludeInRelease{2023/06/01}{\hook_gput_code:nnn}
%<latexrelease> {Hooks~with~args}
\cs_new_protected:Npn \hook_gput_code:nnn #1 #2 #3
{
@@ -4386,7 +4386,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-%<latexrelease>\IncludeInRelease{2023/06/01}{\hook_gremove_code:nn}
+%<latexrelease>\IncludeInRelease{2020/10/01}{\hook_gremove_code:nn}
%<latexrelease> {Hooks~with~args}
%<latexrelease>\cs_new_protected:Npn \@@_gremove_code:nn #1 #2
%<latexrelease> {
@@ -7365,7 +7365,7 @@
\NewDocumentCommand \NewMirroredHookPairWithArguments { mmm }
{ \hook_new_pair_with_args:nnn {#1} {#2} {#3} }
%<latexrelease>\EndIncludeInRelease
-%<latexrelease>\IncludeInRelease{2023/06/01}{\NewHookWithArguments}
+%<latexrelease>\IncludeInRelease{2020/10/01}{\NewHookWithArguments}
%<latexrelease> {Hooks~with~args}
%<latexrelease>\cs_new_protected:Npn \NewHookWithArguments #1 #2 { }
%<latexrelease>\cs_new_protected:Npn \NewReversedHookWithArguments #1 #2 { }
More information about the latex3-commits
mailing list.