[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Add changes.txt entry for \DeclareCommandCopy (ca895ea6)
PhelypeOleinik
tex.phelype at gmail.com
Sat May 9 05:34:55 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/ca895ea662cc18fa2bb35b784d367d9b6fa99409
>---------------------------------------------------------------
commit ca895ea662cc18fa2bb35b784d367d9b6fa99409
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Sat May 9 00:34:55 2020 -0300
Add changes.txt entry for \DeclareCommandCopy
>---------------------------------------------------------------
ca895ea662cc18fa2bb35b784d367d9b6fa99409
base/changes.txt | 7 ++++++-
base/ltdefns.dtx | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 3a7b1958..bf00058f 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,11 +6,16 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2020-05-09 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * ltdefns.dtx (subsection{Robust commands and protect}):
+ Added \DeclareCommandCopy et al. to the kernel (gh/239)
+
2020-04-29 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* lttextcomp.dtx (subsection{Sub-encoding 2}):
Make all captial accents text commands in Unicode engines for
- hyperref (gh/332)}
+ hyperref (gh/332)
2020-04-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index b8a51be3..7516a244 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{ltdefns.dtx}
- [2020/02/27 v1.5h LaTeX Kernel (definition commands)]
+ [2020/05/09 v1.5h LaTeX Kernel (definition commands)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltdefns.dtx}
@@ -1263,7 +1263,7 @@
%
% \begin{macro}{\NewCommandCopy,\RenewCommandCopy,
% \DeclareCommandCopy,\ProvideCommandCopy}
-% \changes{v1.5h}{2020/05/01}{Added \cs{DeclareCommandCopy} (gh/239)}
+% \changes{v1.5h}{2020/05/09}{Added \cs{DeclareCommandCopy} (gh/239)}
%
% With most document level commands being robust now there is more of a
% requirement to have a standard way of aliasing (or copying) a command to a
@@ -1413,7 +1413,7 @@
%
% \begin{macro}{\IfKernelRobustCommand,\CopyKernelRobustCommand}
% \begin{macro}{copy at kernel@robust at command}
-% \changes{v1.5h}{2020/05/01}{Added \cs{DeclareCommandCopy} (gh/239)}
+% \changes{v1.5h}{2020/05/09}{Added \cs{DeclareCommandCopy} (gh/239)}
%
% Now that we provided a generic way to copy one macro to another, we need to
% define a way to check if a command is one of \LaTeXe's robust types. These
More information about the latex3-commits
mailing list.