[latex3-commits] [git/LaTeX3-latex3-latex2e] earlier-expl3: Add \changes entries for 8c49e6bb (f35c75e8)

PhelypeOleinik tex.phelype at gmail.com
Sat Jun 6 03:44:42 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : earlier-expl3
Link       : https://github.com/latex3/latex2e/commit/f35c75e88fc4f947d7fdbb31fafb0437014d545e

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

commit f35c75e88fc4f947d7fdbb31fafb0437014d545e
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Jun 5 22:44:42 2020 -0300

    Add \changes entries for 8c49e6bb


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

f35c75e88fc4f947d7fdbb31fafb0437014d545e
 base/ltclass.dtx | 2 ++
 base/ltdefns.dtx | 2 +-
 base/ltexpl.dtx  | 3 +++
 base/ltfiles.dtx | 3 +++
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 70aa005c..f8920626 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -552,6 +552,8 @@
 % |#2| current extension. \\
 % |#3| current catcode of |@|. \\
 % |#4| Rest of the stack.
+% \changes{v1.3l}{2020/06/05}{Added \cs{@expl at push@filename@@}
+%          and \cs{@expl at push@filename at aux@@}}
 %    \begin{macrocode}
 %</2ekernel>
 %<*2ekernel|latexrelease>
diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index da7b37ed..3abd251e 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -103,7 +103,7 @@
 %
 % \subsection{Loading further extensions}
 %
-% \changes{v1.5i}{2020-06-04}{Load \textsf{ltexpl}}
+% \changes{v1.5i}{2020-06-04}{Load \textsf{ltexpl} in \texttt{ltdefns}}
 % Simply load further code: it's deliberately separate.
 % This is done as soon as possible here in \texttt{ltdefns.dtx} so that
 % we have the extensions as soon as possible.
diff --git a/base/ltexpl.dtx b/base/ltexpl.dtx
index a77ae471..90d4ebb0 100644
--- a/base/ltexpl.dtx
+++ b/base/ltexpl.dtx
@@ -77,6 +77,9 @@
 % \changes{v1.1}{2020/03/05}
 %         {Load xparse.ltx if \cs{NewDocumentCommand} is not defined
 %         by expl3.ltx}
+% \changes{v1.2c}{2020/06/04}
+%         {Define a local version of some \LaTeXe{} basic macros to support
+%          package loading}
 %
 % First define some blank commands, so that in case something goes wrong while
 % loading \textsf{expl3}, we won't get strange \texttt{Undefined control
diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index dcb6c4e5..1c16daaf 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -241,6 +241,9 @@
 %    Cancel the |\begingroup| from |\begin|.
 %    \begin{macrocode}
 \def\document{\endgroup
+%    \end{macrocode}
+% \changes{v1.2h}{2020/06/05}{Added hook to load \textsf{l3backend} code}
+%    \begin{macrocode}
   \@expl at sys@load at backend@@
 %    \end{macrocode}
 %    If some options on |\documentclass| haven't been used by any





More information about the latex3-commits mailing list.