[latex3-commits] [latex3/latex3] gh1232-titlecase-2: Update some deprecations (ac7849427)
github at latex-project.org
github at latex-project.org
Sat Jul 8 17:40:38 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : gh1232-titlecase-2
Link : https://github.com/latex3/latex3/commit/ac7849427d0ff894bc517d3782234dc1850e1407
>---------------------------------------------------------------
commit ac7849427d0ff894bc517d3782234dc1850e1407
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Jul 8 16:40:04 2023 +0100
Update some deprecations
>---------------------------------------------------------------
ac7849427d0ff894bc517d3782234dc1850e1407
l3kernel/l3deprecation.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 2fcb7c180..899cb668e 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -595,12 +595,12 @@
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_uppercase:nn }
\cs_gset:Npn \tl_upper_case:nn #1#2
{ \text_uppercase:nn {#1} {#2} }
-\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:n }
+\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_once:n }
\cs_gset:Npn \tl_mixed_case:n #1
- { \text_titlecase:n {#1} }
-\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:nn }
+ { \text_titlecase_once:n {#1} }
+\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_once:nn }
\cs_gset:Npn \tl_mixed_case:nn #1#2
- { \text_titlecase:nn {#1} {#2} }
+ { \text_titlecase_once:nn {#1} {#2} }
% \end{macrocode}
% \end{macro}
%
@@ -650,8 +650,8 @@
\cs_gset:Npn \char_lower_case:N { \text_lowercase:n }
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_uppercase:n }
\cs_gset:Npn \char_upper_case:N { \text_uppercase:n }
-\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:n }
-\cs_gset:Npn \char_mixed_case:N { \text_titlecase:n }
+\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_once:n }
+\cs_gset:Npn \char_mixed_case:N { \text_titlecase_once:n }
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \str_casefold:n }
\cs_gset:Npn \char_fold_case:N { \str_casefold:n }
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \str_lowercase:n }
More information about the latex3-commits
mailing list.