[latex3-commits] [latex3/latex2e] hotfix1089: Fix lthooks rollback labels and dates (36c812e5)

github at latex-project.org github at latex-project.org
Sat Jun 17 01:27:02 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : hotfix1089
Link       : https://github.com/latex3/latex2e/commit/36c812e590c46e2e77def65ec9189f2e1974b63a

>---------------------------------------------------------------

commit 36c812e590c46e2e77def65ec9189f2e1974b63a
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


>---------------------------------------------------------------

36c812e590c46e2e77def65ec9189f2e1974b63a
 base/changes.txt | 14 ++++++++++++++
 base/lthooks.dtx | 10 +++++-----
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index a8eabd5d..48215db9 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,10 +6,24 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 ================================================================================
 
+2023-06-09  Joseph Wright  <Joseph.Wright at latex-project.org>
+
+	* usrguide.tex
+	Various refinements to descriptions of \NewDocumentCommand, etc.
+
 ================================================================================
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
+#########################
+# 2023-06-01 PL1 Release
+#########################
+
+2023-06-16  Phelype Oleinik  <Joseph.Wright at latex-project.org>
+
+	* lthooks.dtx
+	Correct some rollback labels and dates.
+
 #########################
 # 2023-06-01 Release
 #########################
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.