[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move \prop_(g)set_from_clist:Nn to stable (1d282b055)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Sep 19 23:30:53 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/1d282b055368ae2b3504a013a09a1dce77d95dbf

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

commit 1d282b055368ae2b3504a013a09a1dce77d95dbf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 19 22:12:12 2019 +0100

    Move \prop_(g)set_from_clist:Nn to stable
    
    Also the const version.


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

1d282b055368ae2b3504a013a09a1dce77d95dbf
 l3kernel/CHANGELOG.md     |  2 ++
 l3kernel/l3candidates.dtx | 31 -------------------------------
 l3kernel/l3prop.dtx       | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 31 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 0af4e631c..27b178ffd 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -9,6 +9,8 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Changed
 
+- Moved `\prop_(g)set_from_clist:Nn` and `\prop_const_from_clist:Nn` to
+  stable
 - Moved `\seq_(g)shuffle:N` to stable
 
 ## [2019-09-19]
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 038bf2fec..9c490645b 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -606,37 +606,6 @@
 %   \end{texnote}
 % \end{function}
 %
-% \begin{function}[added = 2017-11-28, updated = 2019-08-25]
-%   {
-%     \prop_set_from_keyval:Nn, \prop_set_from_keyval:cn,
-%     \prop_gset_from_keyval:Nn, \prop_gset_from_keyval:cn,
-%   }
-%   \begin{syntax}
-%     \cs{prop_set_from_keyval:Nn} \meta{prop~var}
-%       \{
-%         \meta{key1} |=| \meta{value1} |,|
-%         \meta{key2} |=| \meta{value2} |,| \ldots{}
-%       \}
-%   \end{syntax}
-%   Sets \meta{prop~var} to contain key--value pairs given in the second
-%   argument.  If duplicate keys appear only one of the values is kept.
-% \end{function}
-%
-% \begin{function}[added = 2017-11-28, updated = 2019-08-25]
-%   {\prop_const_from_keyval:Nn, \prop_const_from_keyval:cn}
-%   \begin{syntax}
-%     \cs{prop_const_from_keyval:Nn} \meta{prop~var}
-%       \{
-%         \meta{key1} |=| \meta{value1} |,|
-%         \meta{key2} |=| \meta{value2} |,| \ldots{}
-%       \}
-%   \end{syntax}
-%   Creates a new constant \meta{prop~var} or raises an error if the
-%   name is already taken. The \meta{prop~var} is set globally to
-%   contain key--value pairs given in the second argument.
-%   If duplicate keys appear only one of the values is kept.
-% \end{function}
-%
 % \section{Additions to \pkg{l3seq}}
 %
 % \begin{function}[rEXP]
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 44fd4a82c..1fdcfb5af 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -110,6 +110,37 @@
 %   \meta{property list_2}.
 % \end{function}
 %
+% \begin{function}[added = 2017-11-28, updated = 2019-08-25]
+%   {
+%     \prop_set_from_keyval:Nn, \prop_set_from_keyval:cn,
+%     \prop_gset_from_keyval:Nn, \prop_gset_from_keyval:cn,
+%   }
+%   \begin{syntax}
+%     \cs{prop_set_from_keyval:Nn} \meta{prop~var}
+%       \{
+%         \meta{key1} |=| \meta{value1} |,|
+%         \meta{key2} |=| \meta{value2} |,| \ldots{}
+%       \}
+%   \end{syntax}
+%   Sets \meta{prop~var} to contain key--value pairs given in the second
+%   argument.  If duplicate keys appear only one of the values is kept.
+% \end{function}
+%
+% \begin{function}[added = 2017-11-28, updated = 2019-08-25]
+%   {\prop_const_from_keyval:Nn, \prop_const_from_keyval:cn}
+%   \begin{syntax}
+%     \cs{prop_const_from_keyval:Nn} \meta{prop~var}
+%       \{
+%         \meta{key1} |=| \meta{value1} |,|
+%         \meta{key2} |=| \meta{value2} |,| \ldots{}
+%       \}
+%   \end{syntax}
+%   Creates a new constant \meta{prop~var} or raises an error if the
+%   name is already taken. The \meta{prop~var} is set globally to
+%   contain key--value pairs given in the second argument.
+%   If duplicate keys appear only one of the values is kept.
+% \end{function}
+%
 % \section{Adding entries to property lists}
 %
 % \begin{function}[updated = 2012-07-09]





More information about the latex3-commits mailing list