[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: fix blunder in docu (b4f1103b)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Mar 26 15:02:24 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/b4f1103b4639dfcd7a2550e8416ec5c36a7b78fd
>---------------------------------------------------------------
commit b4f1103b4639dfcd7a2550e8416ec5c36a7b78fd
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Mar 26 15:02:24 2021 +0100
fix blunder in docu
>---------------------------------------------------------------
b4f1103b4639dfcd7a2550e8416ec5c36a7b78fd
base/changes.txt | 14 +++++++-------
base/ltplain.dtx | 5 +++--
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 3bac8d53..b4669243 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -1,10 +1,3 @@
-2021-03-26 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
-
- * ltplain.dtx (section{Plain \TeX}):
- Allocate \@inputcheck and \@unused early
- so that they are before expl3 allocates more streams.
- In the past this was done in ltfiles (gh/538).
-
================================================================================
This file lists changes to the LaTeX2e files in reverse chronological order of
publication (therefore the dates might be out of sequence if there are hotfixes).
@@ -13,6 +6,13 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2021-03-26 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltplain.dtx (section{Plain \TeX}):
+ Allocate \@inputcheck and \@unused early
+ so that they are before expl3 allocates more streams.
+ In the past this was done in ltfiles (gh/538).
+
2021-03-18 Phelype Oleinik <phelype.oleinik at latex-project.org>
* ltvers.dtx:
diff --git a/base/ltplain.dtx b/base/ltplain.dtx
index 54ac15f4..b3576c47 100644
--- a/base/ltplain.dtx
+++ b/base/ltplain.dtx
@@ -831,8 +831,9 @@
% thus writes to the terminal.
% \changes{v1.0l}{1994/11/07}
% {move here from ltdefns, remove duplicate \cs{@mainaux}}
-% \changes{v2.3e}{2021/03/26}{Allocate \cs{@inputcheck} and \cs{@unused} early
-% so that they are before expl3 allocates more streams (gh/538))
+% \changes{v2.3e}{2021/03/26}{Allocate \cs{@inputcheck} and
+% \cs{@unused} early so that they are before expl3 allocates
+% more streams (gh/538)}
% \begin{macrocode}
\newread\@inputcheck
\newwrite\@unused
More information about the latex3-commits
mailing list.