[latex3-commits] [latex3/latex3] main: Tidy docs for deprecated functions (see #1333) (fe92f35f8)

github at latex-project.org github at latex-project.org
Tue Nov 14 07:53:46 CET 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/fe92f35f8d158b8ae3960c218c23cbfef4ada063

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

commit fe92f35f8d158b8ae3960c218c23cbfef4ada063
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 14 06:53:46 2023 +0000

    Tidy docs for deprecated functions (see #1333)


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

fe92f35f8d158b8ae3960c218c23cbfef4ada063
 l3kernel/doc/l3obsolete.txt |  8 ++++++++
 l3kernel/l3str.dtx          | 10 ----------
 l3kernel/l3token.dtx        | 22 ----------------------
 3 files changed, 8 insertions(+), 32 deletions(-)

diff --git a/l3kernel/doc/l3obsolete.txt b/l3kernel/doc/l3obsolete.txt
index bae6d88ba..e4bcee53f 100644
--- a/l3kernel/doc/l3obsolete.txt
+++ b/l3kernel/doc/l3obsolete.txt
@@ -31,6 +31,10 @@ Function                            Date deprecated
 \char_to_utfviii_bytes:n                 2022-10-09
 \char_to_nfd:N                           2022-10-09
 \cs_argument_spec:N                      2022-06-24
+\iow_shipout_x:cn                        2023-09-27
+\iow_shipout_x:cx                        2023-09-27
+\iow_shipout_x:Nn                        2023-09-27
+\iow_shipout_x:Nx                        2023-09-27
 \l_keys_key_tl                           2020-02-08
 \l_keys_path_tl                          2020-02-08
 \l_text_accents_tl                       2023-02-07
@@ -76,6 +80,10 @@ Function                            Date deprecated
 \tl_mixed_case:nn                        2020-01-03
 \tl_upper_case:n                         2020-01-03
 \tl_upper_case:nn                        2020-01-03
+[key property] .str_gset_x:N             2023-09-27
+[key property] .str_set_x:N              2023-09-27
+[key property] .tl_gset_x:N              2023-09-27
+[key property] .tl_set_x:N               2023-09-27
 [x-type variants]                        2023-09-27
 ---------------------------------------------------
 
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 4ebc1af70..5dfc05bde 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -855,16 +855,6 @@
 %   code and so should only be used for short-term storage.
 % \end{variable}
 %
-% \section{Deprecated functions}
-%
-% \begin{function}[EXP, added = 2019-11-26]
-%   {\str_foldcase:n, \str_foldcase:V}
-%   \begin{syntax}
-%     \cs{str_foldcase:n} \Arg{tokens}
-%   \end{syntax}
-%   A previous name for the functionally-identical \cs{str_casefold:n}.
-% \end{function}
-%
 % \end{documentation}
 %
 % \begin{implementation}
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 4e7e1c474..231581c72 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1219,28 +1219,6 @@
 % characters at the start of the argument are \emph{not} ignored in this
 % case (and they prevent brace-stripping).
 %
-% \section{Deprecated functions}
-%
-% \begin{function}[added = 2020-01-09, EXP]
-%   {
-%     \char_lowercase:N, \char_uppercase:N,
-%     \char_titlecase:N, \char_foldcase:N,
-%     \char_str_lowercase:N, \char_str_uppercase:N,
-%     \char_str_titlecase:N, \char_str_foldcase:N
-%   }
-%   \begin{syntax}
-%     \cs{char_lowercase:N} \meta{char}
-%   \end{syntax}
-%   Converts the \meta{char} to the equivalent case-changed character
-%   as detailed by the function name (see \cs{str_foldcase:n}
-%   and \cs{text_titlecase_all:n} for details of these terms). The case mapping
-%   is carried out with no context-dependence (\emph{cf.}~\cs{text_uppercase:n},
-%   \emph{etc.}) The \texttt{str} versions always generate \enquote{other}
-%   (category code $12$) characters, whilst the standard versions generate
-%   characters with the category code of the \meta{char} (i.e.~only
-%   the character code changes).
-% \end{function}
-%
 % \end{documentation}
 %
 % \begin{implementation}





More information about the latex3-commits mailing list.