[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Add changes for v1.0c (abb920af)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Feb 16 08:52:41 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/abb920af888ea79e4e6787d96189d446d441adec

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

commit abb920af888ea79e4e6787d96189d446d441adec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 16 07:51:46 2022 +0000

    Add changes for v1.0c


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

abb920af888ea79e4e6787d96189d446d441adec
 base/ltkeys.dtx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/base/ltkeys.dtx b/base/ltkeys.dtx
index 53337564..436a0ac1 100644
--- a/base/ltkeys.dtx
+++ b/base/ltkeys.dtx
@@ -371,6 +371,7 @@
 % \subsection{The document interfaces}
 %
 % \begin{macro}{\DeclareKeys}
+% \changes{v1.0c}{2022/02/15}{Expand module argument}
 %   Defining key options is quite straight-forward: we have an intermediate
 %   function to allow for potential set-up steps.
 %    \begin{macrocode}
@@ -380,6 +381,7 @@
 % \end{macro}
 %
 % \begin{macro}{\DeclareUnknownKeysHandler}
+% \changes{v1.0c}{2022/02/15}{Added \cs{DeclareUnknownKeysHandler}}
 %    \begin{macrocode}
 \NewDocumentCommand \DeclareUnknownKeysHandler { O { \@currname } +m }
   {
@@ -396,6 +398,7 @@
 % \end{macro}
 %
 % \begin{macro}{\ProcessKeyOptions, \ProcessKeyPackageOptions}
+% \changes{v1.0c}{2022/02/15}{Expand module argument}
 %   We need to deal with the older interface from \pkg{l3keys2e} here: it had
 %   a mandatory argument. We can mop that up using a look-ahead, and then
 %   exploit that information to determine whether the package option handling
@@ -480,6 +483,7 @@
 % \subsection{General key setting}
 %
 % \begin{macro}{\SetKeys}
+% \changes{v1.0c}{2022/02/15}{Expand module argument}
 %   A simple wrapper.
 %    \begin{macrocode}
 \NewDocumentCommand \SetKeys { O { \@currname } +m }





More information about the latex3-commits mailing list.