[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tidy up some deprecation dates (ff3716d3f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 17 08:46:48 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ff3716d3f4541307369d1667a5347cd6e8e5a55f
>---------------------------------------------------------------
commit ff3716d3f4541307369d1667a5347cd6e8e5a55f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 17 07:40:15 2020 +0000
Tidy up some deprecation dates
Changes did not go through until January 2020.
>---------------------------------------------------------------
ff3716d3f4541307369d1667a5347cd6e8e5a55f
l3kernel/doc/l3obsolete.txt | 30 +++++++++++++++---------------
l3kernel/l3deprecation.dtx | 32 ++++++++++++++++----------------
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/l3kernel/doc/l3obsolete.txt b/l3kernel/doc/l3obsolete.txt
index 316ed34d2..a0ad0de50 100644
--- a/l3kernel/doc/l3obsolete.txt
+++ b/l3kernel/doc/l3obsolete.txt
@@ -47,14 +47,14 @@ Function Expires end
\c_one_thousand 2019
\c_ten_thousand 2019
\c_term_ior 2020
-\char_fold_case:N 2021
-\char_lower_case:N 2021
-\char_mixed_case:N 2021
-\char_upper_case:N 2021
-\char_str_fold_case:N 2021
-\char_str_lower_case:N 2021
-\char_str_mixed_case:N 2021
-\char_str_upper_case:N 2021
+\char_fold_case:N 2022
+\char_lower_case:N 2022
+\char_mixed_case:N 2022
+\char_upper_case:N 2022
+\char_str_fold_case:N 2022
+\char_str_lower_case:N 2022
+\char_str_mixed_case:N 2022
+\char_str_upper_case:N 2022
\etex_....:D 2019
\hbox_unpack_clear:c 2020
\hbox_unpack_clear:N 2020
@@ -71,16 +71,16 @@ Function Expires end
\str_case_x:nnF 2019
\str_case_x:nnT 2019
\str_case_x:nnTF 2019
-\str_fold_case:n 2021
-\str_fold_case:V 2021
-\str_if_eq_x:nnF 2019
+\str_fold_case:n 2022
+\str_fold_case:V 2022
+\str_if_eq_x:nnF 2012
\str_if_eq_x:nnT 2019
\str_if_eq_x:nnTF 2019
\str_if_eq_x_p:nn 2019
-\str_lower_case:f 2021
-\str_lower_case:n 2021
-\str_upper_case:f 2021
-\str_upper_case:n 2021
+\str_lower_case:f 2022
+\str_lower_case:n 2022
+\str_upper_case:f 2022
+\str_upper_case:n 2022
\tl_gset_from_file:cnn 2020
\tl_gset_from_file:Nnn 2020
\tl_gset_from_file_x:cnn 2020
diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 55de5c8ca..7acd4389c 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -873,24 +873,24 @@
%
% \subsection{Deprecated \pkg{l3str} functions}
%
-% \begin{macro}[EXP, deprecated = 2021-07-01]
+% \begin{macro}[EXP, deprecated = 2022-07-01]
% {
% \str_lower_case:n, \str_lower_case:f,
% \str_upper_case:n, \str_upper_case:f,
% \str_fold_case:n, \str_fold_case:V
% }
% \begin{macrocode}
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_lowercase:n }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_lowercase:n }
\cs_gset:Npn \str_lower_case:n { \str_lowercase:n }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_lowercase:f }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_lowercase:f }
\cs_gset:Npn \str_lower_case:f { \str_lowercase:f }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_uppercase:n }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_uppercase:n }
\cs_gset:Npn \str_upper_case:n { \str_uppercase:n }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_uppercase:f }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_uppercase:f }
\cs_gset:Npn \str_upper_case:f { \str_uppercase:f }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_foldcase:n }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_foldcase:n }
\cs_gset:Npn \str_fold_case:n { \str_foldcase:n }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \str_foldcase:V }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \str_foldcase:V }
\cs_gset:Npn \str_fold_case:V { \str_foldcase:V }
% \end{macrocode}
% \end{macro}
@@ -1028,7 +1028,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[EXP, deprecated = 2021-07-01]
+% \begin{macro}[EXP, deprecated = 2022-07-01]
% {
% \char_lower_case:N, \char_upper_case:N,
% \char_mixed_case:Nn, \char_fold_case:N,
@@ -1036,21 +1036,21 @@
% \char_str_mixed_case:Nn, \char_str_fold_case:N,
% }
% \begin{macrocode}
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_lowercase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_lowercase:N }
\cs_gset:Npn \char_lower_case:N { \char_lowercase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_uppercase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_uppercase:N }
\cs_gset:Npn \char_upper_case:N { \char_uppercase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_titlecase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_titlecase:N }
\cs_gset:Npn \char_mixed_case:N { \char_titlecase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_foldcase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_foldcase:N }
\cs_gset:Npn \char_fold_case:N { \char_foldcase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_str_lowercase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_str_lowercase:N }
\cs_gset:Npn \char_str_lower_case:N { \char_str_lowercase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_str_uppercase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_str_uppercase:N }
\cs_gset:Npn \char_str_upper_case:N { \char_str_uppercase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_str_titlecase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_str_titlecase:N }
\cs_gset:Npn \char_str_mixed_case:N { \char_str_titlecase:N }
-\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \char_str_foldcase:N }
+\__kernel_patch_deprecation:nnNNpn { 2022-01-01 } { \char_str_foldcase:N }
\cs_gset:Npn \char_str_fold_case:N { \char_str_foldcase:N }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list