[latex3-commits] [git/LaTeX3-latex3-latex2e] gh1052: \changes, changes.txt, and file version (7c87f360)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed Apr 19 05:49:09 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh1052
Link       : https://github.com/latex3/latex2e/commit/7c87f360d56b4d96affeb08fda07256e3b3b8efc

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

commit 7c87f360d56b4d96affeb08fda07256e3b3b8efc
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Apr 19 00:49:09 2023 -0300

    \changes, changes.txt, and file version


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

7c87f360d56b4d96affeb08fda07256e3b3b8efc
 base/changes.txt | 5 +++++
 base/lthooks.dtx | 8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 5b27c516..39990c78 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-19  Phelype Oleinik  <phelype.oleinik at latex-project.org>
+
+	* lthooks.dtx (subsection{Specifying code for next invocation}):
+	Initialise hook structure when adding 'next' code (gh/1052)
+
 2023-04-16  Phelype Oleinik  <phelype.oleinik at latex-project.org>
 
 	* lthooks.dtx (subsubsection{Setting hooks up}):
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index da484d19..8306b1b0 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
 %%% From File: lthooks.dtx
 %
 %    \begin{macrocode}
-\def\lthooksversion{v1.1b}
-\def\lthooksdate{2023/04/16}
+\def\lthooksversion{v1.1c}
+\def\lthooksdate{2023/04/19}
 %    \end{macrocode}
 %
 %<*driver>
@@ -6311,6 +6311,8 @@
 %   execution token list.
 % \changes{v1.1a}{2023/04/06}
 %         {Changes to add hook arguments (hook-args).}
+% \changes{v1.1c}{2023/04/19}
+%         {Initialise hook structure when adding 'next' code (gh/1052).}
 %    \begin{macrocode}
 %<latexrelease>\IncludeInRelease{2023/06/01}{\@@_gput_next_do:nn}
 %<latexrelease>                 {Hooks~with~args}
@@ -6779,6 +6781,8 @@
 %   \cs{@@_next\textvisiblespace\meta{hook}} are empty.
 % \changes{v1.1a}{2023/04/06}
 %         {Changes to add hook arguments (hook-args).}
+% \changes{v1.1c}{2023/04/19}
+%         {Simpler and faster version (gh/1052).}
 %    \begin{macrocode}
 %<latexrelease>\IncludeInRelease{2023/06/01}{\hook_if_empty:n}
 %<latexrelease>                 {Hooks~with~args}





More information about the latex3-commits mailing list.