[latex3-commits] [latex3/latex3] main: Set the added date to today (e36602ea6)
github at latex-project.org
github at latex-project.org
Tue Jan 16 22:11:03 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/e36602ea6f7271b57820615777028c954b12a29c
>---------------------------------------------------------------
commit e36602ea6f7271b57820615777028c954b12a29c
Author: Bruno Le Floch <blflatex at gmail.com>
Date: Fri Jan 12 19:07:53 2024 +0100
Set the added date to today
I had set it to next Monday to leave some time for discussion, but
l3doc refuses the future
>---------------------------------------------------------------
e36602ea6f7271b57820615777028c954b12a29c
l3kernel/l3flag.dtx | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/l3kernel/l3flag.dtx b/l3kernel/l3flag.dtx
index 2cb58a357..5a2d2e252 100644
--- a/l3kernel/l3flag.dtx
+++ b/l3kernel/l3flag.dtx
@@ -87,7 +87,7 @@
%
% \section{Setting up flags}
%
-% \begin{function}[added = 2024-01-15]{\flag_new:N, \flag_new:c}
+% \begin{function}[added = 2024-01-12]{\flag_new:N, \flag_new:c}
% \begin{syntax}
% \cs{flag_new:N} \meta{flag~var}
% \end{syntax}
@@ -96,14 +96,14 @@
% variables. The \meta{flag~var} initially has zero height.
% \end{function}
%
-% \begin{function}[added = 2024-01-15]{\flag_clear:N, \flag_clear:c}
+% \begin{function}[added = 2024-01-12]{\flag_clear:N, \flag_clear:c}
% \begin{syntax}
% \cs{flag_clear:N} \meta{flag~var}
% \end{syntax}
% Sets the height of the \meta{flag~var} to zero. The assignment is local.
% \end{function}
%
-% \begin{function}[added = 2024-01-15]{\flag_clear_new:N, \flag_clear_new:c}
+% \begin{function}[added = 2024-01-12]{\flag_clear_new:N, \flag_clear_new:c}
% \begin{syntax}
% \cs{flag_clear_new:N} \meta{flag~var}
% \end{syntax}
@@ -112,14 +112,14 @@
% the height to zero locally.
% \end{function}
%
-% \begin{function}[added = 2024-01-15]{\flag_show:N, \flag_show:c}
+% \begin{function}[added = 2024-01-12]{\flag_show:N, \flag_show:c}
% \begin{syntax}
% \cs{flag_show:N} \meta{flag~var}
% \end{syntax}
% Displays the height of the \meta{flag~var} in the terminal.
% \end{function}
%
-% \begin{function}[added = 2024-01-15]{\flag_log:N, \flag_log:c}
+% \begin{function}[added = 2024-01-12]{\flag_log:N, \flag_log:c}
% \begin{syntax}
% \cs{flag_log:N} \meta{flag~var}
% \end{syntax}
@@ -128,7 +128,7 @@
%
% \section{Expandable flag commands}
%
-% \begin{function}[EXP, pTF, added = 2024-01-15]{\flag_if_exist:N, \flag_if_exist:c}
+% \begin{function}[EXP, pTF, added = 2024-01-12]{\flag_if_exist:N, \flag_if_exist:c}
% \begin{syntax}
% \cs{flag_if_exist_p:N} \meta{flag~var}
% \cs{flag_if_exist:NTF} \meta{flag~var} \Arg{true code} \Arg{false code}
@@ -138,7 +138,7 @@
% that the \meta{flag~var} really is a flag variable.
% \end{function}
%
-% \begin{function}[EXP, pTF, added = 2024-01-15]{\flag_if_raised:N, \flag_if_raised:c}
+% \begin{function}[EXP, pTF, added = 2024-01-12]{\flag_if_raised:N, \flag_if_raised:c}
% \begin{syntax}
% \cs{flag_if_raised_p:N} \meta{flag~var}
% \cs{flag_if_raised:NTF} \meta{flag~var} \Arg{true code} \Arg{false code}
@@ -147,21 +147,21 @@
% height, and \texttt{false} if the \meta{flag~var} has zero height.
% \end{function}
%
-% \begin{function}[EXP, added = 2024-01-15]{\flag_height:N, \flag_height:c}
+% \begin{function}[EXP, added = 2024-01-12]{\flag_height:N, \flag_height:c}
% \begin{syntax}
% \cs{flag_height:N} \meta{flag~var}
% \end{syntax}
% Expands to the height of the \meta{flag~var} as an integer denotation.
% \end{function}
%
-% \begin{function}[EXP, added = 2024-01-15]{\flag_raise:N, \flag_raise:c}
+% \begin{function}[EXP, added = 2024-01-12]{\flag_raise:N, \flag_raise:c}
% \begin{syntax}
% \cs{flag_raise:N} \meta{flag~var}
% \end{syntax}
% The height of \meta{flag~var} is increased by $1$ locally.
% \end{function}
%
-% \begin{function}[EXP, added = 2024-01-15]{\flag_ensure_raised:N, \flag_ensure_raised:c}
+% \begin{function}[EXP, added = 2024-01-12]{\flag_ensure_raised:N, \flag_ensure_raised:c}
% \begin{syntax}
% \cs{flag_ensure_raised:N} \meta{flag~var}
% \end{syntax}
@@ -169,7 +169,7 @@
% locally.
% \end{function}
%
-% \begin{variable}[added = 2024-01-15]{\l_tmpa_flag, \l_tmpb_flag}
+% \begin{variable}[added = 2024-01-12]{\l_tmpa_flag, \l_tmpb_flag}
% Scratch flag for local assignment. These are never used by
% the kernel code, and so are safe for use with any \LaTeX3-defined
% function. However, they may be overwritten by other non-kernel
More information about the latex3-commits
mailing list.