[latex3-commits] [git/LaTeX3-latex3-latex3] prg: Move \prg_generate_conditional_variant:Nnn to stable (adecead)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Dec 2 10:42:03 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : prg
Link       : https://github.com/latex3/latex3/commit/adecead5494631fd53506c2a24437980ea29cd33

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

commit adecead5494631fd53506c2a24437980ea29cd33
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 2 09:42:03 2018 +0000

    Move \prg_generate_conditional_variant:Nnn to stable


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

adecead5494631fd53506c2a24437980ea29cd33
 l3kernel/CHANGELOG.md     |    1 +
 l3kernel/l3candidates.dtx |   13 -------------
 l3kernel/l3prg.dtx        |   13 +++++++++++++
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index eb798ab..f18301d 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 - Apply `\par` only at the end of vertical boxes
 - Move `\int_rand:n` to stable
+- Move `\prg_generate_conditional_variant:Nnn` to stable
 - Move `\<var>_rand_item:N` to stable
 
 ## [2018-11-19]
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index d051bf6..b32bf52 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -224,19 +224,6 @@
 %
 % \section{Additions to \pkg{l3expan}}
 %
-% \begin{function}[added = 2017-12-12]{\prg_generate_conditional_variant:Nnn}
-%   \begin{syntax}
-%     \cs{prg_generate_conditional_variant:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{variant argument specifiers} \Arg{condition specifiers}
-%   \end{syntax}
-%   Defines argument-specifier variants of conditionals.  This is
-%   equivalent to running \cs{cs_generate_variant:Nn} \meta{conditional}
-%   \Arg{variant argument specifiers} on each \meta{conditional}
-%   described by the \meta{condition specifiers}.  These base-form
-%   \meta{conditionals} are obtained from the \meta{name} and \meta{arg
-%   spec} as described for \cs{prg_new_conditional:Npnn}, and they
-%   should be defined.
-% \end{function}
-%
 % \begin{function}[added = 2018-04-04]{\exp_args_generate:n}
 %   \begin{syntax}
 %     \cs{exp_args_generate:n} \Arg{variant argument specifiers}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index b18389f..a05184f 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -200,6 +200,19 @@
 %   the expansion of the conditional code. This includes other instances of either of these functions.
 % \end{function}
 %
+% \begin{function}[added = 2017-12-12]{\prg_generate_conditional_variant:Nnn}
+%   \begin{syntax}
+%     \cs{prg_generate_conditional_variant:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{variant argument specifiers} \Arg{condition specifiers}
+%   \end{syntax}
+%   Defines argument-specifier variants of conditionals.  This is
+%   equivalent to running \cs{cs_generate_variant:Nn} \meta{conditional}
+%   \Arg{variant argument specifiers} on each \meta{conditional}
+%   described by the \meta{condition specifiers}.  These base-form
+%   \meta{conditionals} are obtained from the \meta{name} and \meta{arg
+%   spec} as described for \cs{prg_new_conditional:Npnn}, and they
+%   should be defined.
+% \end{function}
+%
 % \section{The boolean data type}
 %
 % This section describes a boolean data type which is closely





More information about the latex3-commits mailing list