[latex3-commits] [git/LaTeX3-latex3-latex2e] case-lang: Correct \localeinfo (4d8f43f3)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Oct 22 12:26:25 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : case-lang
Link : https://github.com/latex3/latex2e/commit/4d8f43f392b9642ce64831de31053b929f9df3fd
>---------------------------------------------------------------
commit 4d8f43f392b9642ce64831de31053b929f9df3fd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 22 11:26:25 2022 +0100
Correct \localeinfo
Also tidy up dates to allow for a squash-and-merge at some point.
>---------------------------------------------------------------
4d8f43f392b9642ce64831de31053b929f9df3fd
base/changes.txt | 2 +-
base/ltfinal.dtx | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index b645e67d..b5f67aa9 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,7 +6,7 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
-2022-10-19 Joseph Wright <Joseph.Wright at latex-project.org>
+2022-10-22 Joseph Wright <Joseph.Wright at latex-project.org>
* ltfinal.dtx: Auto-detect babel locale for case changing
diff --git a/base/ltfinal.dtx b/base/ltfinal.dtx
index e1bab785..5618a1f5 100644
--- a/base/ltfinal.dtx
+++ b/base/ltfinal.dtx
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltfinal.dtx}
- [2022/10/21 v2.2x LaTeX Kernel (Final Settings)]
+ [2022/10/22 v2.2x LaTeX Kernel (Final Settings)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltfinal.dtx}
@@ -1085,9 +1085,9 @@
% \changes{v2.2t}{2022/04/21}{Support \cs{noexpand} in argument of \cs{@expl at text@uppercase@@n}}
% \changes{v2.2v}{2022/06/30}{Just use \cs{text_lowercase:n} without \cs{protectd at edf} gh/881x}%
% \changes{v2.2w}{2022/07/04}{Introduced \cs{CaseSwitch}, \cs{DeclareCaseChangeEquivalent} and \cs{MakeTitlecase} to support hooking into case changing gh/889}%
-% \changes{v2.2x}{2022/10/18}{Introduce optional argument for case-changing commands}
-% \changes{v2.2x}{2022/10/18}{Make case changing commands language-aware}
-% \changes{v2.2x}{2022/10/19}{Auto-detect \pkg{babel} locale}
+% \changes{v2.2x}{2022/10/22}{Introduce optional argument for case-changing commands}
+% \changes{v2.2x}{2022/10/22}{Make case changing commands language-aware}
+% \changes{v2.2x}{2022/10/22}{Auto-detect \pkg{babel} locale}
% Wrappers around the L3 case changing functions.
% |\protected| to make them mostly safe as replacements for |uppercase|
% and |\lowercase|.
@@ -1136,7 +1136,7 @@
\cs_gset_protected:Npn \@@text at case@aux@
{
\str_set:Nx \reserved at a
- { \localinfo* { tag.bcp47 } }
+ { \localeinfo* { tag.bcp47 } }
}
}
{ }
More information about the latex3-commits
mailing list.