[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh441: Step file versions and add changes.txt entries (e5034299)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Dec 17 22:32:43 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : hotfix/gh441
Link       : https://github.com/latex3/latex2e/commit/e503429972a04ba8131ec109702446ea2b3d14cb

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

commit e503429972a04ba8131ec109702446ea2b3d14cb
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Dec 17 18:32:43 2020 -0300

    Step file versions and add changes.txt entries


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

e503429972a04ba8131ec109702446ea2b3d14cb
 base/changes.txt | 17 +++++++++++++++++
 base/ltclass.dtx |  2 +-
 base/lthooks.dtx |  4 ++--
 3 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 2fef6e39..3d46f074 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,6 +10,23 @@ are not part of the distribution.
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
+2020-12-17  Phelype Oleinik  <phelype.oleinik at latex-project.org>
+
+	* lthooks.dtx:
+	Moved 'top-level' code label at the very end of hooks.
+	- In reverse hooks, 'top-level' goes at the beginning.
+	- 'top-level' cannot be used as a label outside of the top-level.
+	- The label for the 'top-level' cannot be changed.
+	- Simplified internal managing of default label.
+	Renamed \DeclareDefaultHookLabel to \SetDefaultHookLabel (the old name
+		will be kept until the next release).
+	Provide \PushDefaultHookLabel and \PopDefaultHookLabel.
+	Fixed a small bug in \ShowHook and \LogHook.
+
+	* ltclass.dtx:
+	Remove \@expl@@@hook at curr@name at push@@n from \@pushfilename to
+		follow changes to lthooks.dtx.
+
 2020-11-24  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* latexrelease.ins:
diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 475f5044..c62136c3 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltclass.dtx}
-             [2020/12/14 v1.3v LaTeX Kernel (Class & Package Interface)]
+             [2020/12/17 v1.3v LaTeX Kernel (Class & Package Interface)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltclass.dtx}
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 90b899af..9af00aac 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
 %%% From File: lthooks.dtx
 %
 %    \begin{macrocode}
-\def\lthooksversion{v1.0f}
-\def\lthooksdate{2020/11/30}
+\def\lthooksversion{v1.0g}
+\def\lthooksdate{2020/12/17}
 %    \end{macrocode}
 %
 %<*driver>





More information about the latex3-commits mailing list.