[latex3-commits] [git/LaTeX3-latex3-babel] main: Bump to 3.76. (3e99285)

Javier email at dante.de
Mon Jun 6 16:25:54 CEST 2022


Repository : https://github.com/latex3/babel
On branch  : main
Link       : https://github.com/latex3/babel/commit/3e992856371be0fce6c2df471a6e54cba6731477

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

commit 3e992856371be0fce6c2df471a6e54cba6731477
Author: Javier <email at localhost>
Date:   Mon Jun 6 16:25:54 2022 +0200

    Bump to 3.76.


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

3e992856371be0fce6c2df471a6e54cba6731477
 README.md                        |  25 ++++++-------------------
 babel.dtx                        |  14 +++++++++++---
 babel.ins                        |   2 +-
 babel.pdf                        | Bin 882379 -> 882541 bytes
 bbcompat.dtx                     |   2 +-
 locale/ar/babel-arabic-eg.tex    |   2 +-
 locale/ar/babel-arabic-egypt.tex |   2 +-
 locale/en/babel-en-NZ.ini        |   2 +-
 locale/fr/babel-fr-CH.ini        |   2 +-
 9 files changed, 23 insertions(+), 28 deletions(-)

diff --git a/README.md b/README.md
index 74dabec..6b2fb1b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-## Babel 3.75.2756
-
-*(Development)*
+## Babel 3.76
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
@@ -48,24 +46,13 @@ respective authors.
 
 ### Summary of latest changes
 ```
-3.76   (dev)
+3.76   2022-06-06
        * Calendar conversion with a new macro \babelcalendar: hebrew,
          islamic-civil, islamic-umalqura, persian.
-
-3.75   2022-05-22
-       * `\BabelEnsureInfo` is active by default, to make sure the BCP 47
-         codes are always available, as they may be required by the
-         LaTeX kernel.
-       * `\localeinfo*` is like `\localeinfo` but expands to empty if
-         unknown (fully expandable).
-       * The key `character`/`ranges` in `ini` files now sets the
-         corresponding Unicode script ranges (as used by `onchar`).
-       * Fixes:
-         - Misplaced rule un diagbox (#43)
-         - Caption names of 'chapter' and 'part' swapped in Chinese (#180).
-         - Captions after numbers in Lithuanian.
-         - `hyphenrules` in the `ini` files for `en-AU` and
-           `en-NZ` where set to `english` instead of `ukenglish`.
+       * Added 6 locales for Arabic: Egypt, Iraq, Jordan, Lebanon,
+         Palestinian Territories, Tunisia.
+       * More updates to CLDR 4.1: French, English, Moldavian and
+         Arabic.
 ```
 
 ### Previous changes
diff --git a/babel.dtx b/babel.dtx
index 2cd0e1f..4d1fec7 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2022/06/02 v3.75.2756 The Babel package]
+\ProvidesFile{babel.dtx}[2022/06/06 v3.76 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5157,8 +5157,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.75.2756>>
-%<<date=2022/06/02>>
+%<<version=3.76>>
+%<<date=2022/06/06>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -22809,6 +22809,10 @@ Babel.cjk_breaks = {
 \@namedef{bbl at ca@islamic-umalqura}{\bbl at ca@islamcuqr at x{}}
 \@namedef{bbl at ca@islamic-umalqura-}{\bbl at ca@islamcuqr at x{-1}}
 \def\bbl at ca@islamcuqr at x#1#2-#3-#4\@@#5#6#7{%
+  \ifnum#2>2014 \ifnum#2<2038
+    \bbl at afterfi\expandafter\@gobble
+  \fi\fi
+    {\bbl at error{Year~out~of~range}{The~allowed~range~is~2014-2038}}%
   \edef\bbl at tempd{\fp_eval:n{ % (Julian) day
     \bbl at ca@jd{#2}{#3}{#4} + 0.5 - 2400000 #1}}%
   \count@\@ne
@@ -23119,6 +23123,10 @@ Babel.cjk_breaks = {
   2032,2033,2036,2037,2040,2041,2044,2045,2048,2049}
 \def\bbl at ca@persian#1-#2-#3\@@#4#5#6{%
   \edef\bbl at tempa{#1}%  20XX-03-\bbl at tempe = 1 farvardin:
+  \ifnum\bbl at tempa>2012 \ifnum\bbl at tempa<2051
+    \bbl at afterfi\expandafter\@gobble
+  \fi\fi
+    {\bbl at error{Year~out~of~range}{The~allowed~range~is~2013-2050}}%
   \bbl at xin@{\bbl at tempa}{\bbl at ca@firstjal at xx}%
   \ifin@\def\bbl at tempe{20}\else\def\bbl at tempe{21}\fi
   \edef\bbl at tempc{\fp_eval:n{\bbl at ca@jd{\bbl at tempa}{#2}{#3}+.5}}% current
diff --git a/babel.ins b/babel.ins
index 6ab3002..6988ba0 100644
--- a/babel.ins
+++ b/babel.ins
@@ -26,7 +26,7 @@
 %% and covered by LPPL is defined by the unpacking scripts (with
 %% extension .ins) which are part of the distribution.
 %%
-\def\filedate{2022/06/02}
+\def\filedate{2022/06/06}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index c6bc9a4..4585e8c 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 546f4a9..eeb5593 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2022/06/02 v3.75.2756]
+\ProvidesFile{bbcompat.dtx}[2022/06/06 v3.76]
 %</dtx>
 %
 %% File 'bbcompat.dtx'
diff --git a/locale/ar/babel-arabic-eg.tex b/locale/ar/babel-arabic-eg.tex
index 93b4bcb..1ccd4e0 100644
--- a/locale/ar/babel-arabic-eg.tex
+++ b/locale/ar/babel-arabic-eg.tex
@@ -7,6 +7,6 @@
     {Just use babel as documented.}%
   \stop
 \fi
-\BabelBeforeIni{ar-DZ}{%
+\BabelBeforeIni{ar-EG}{%
 }
 \endinput
\ No newline at end of file
diff --git a/locale/ar/babel-arabic-egypt.tex b/locale/ar/babel-arabic-egypt.tex
index 93b4bcb..1ccd4e0 100644
--- a/locale/ar/babel-arabic-egypt.tex
+++ b/locale/ar/babel-arabic-egypt.tex
@@ -7,6 +7,6 @@
     {Just use babel as documented.}%
   \stop
 \fi
-\BabelBeforeIni{ar-DZ}{%
+\BabelBeforeIni{ar-EG}{%
 }
 \endinput
\ No newline at end of file
diff --git a/locale/en/babel-en-NZ.ini b/locale/en/babel-en-NZ.ini
index 7e08cdb..84c58df 100644
--- a/locale/en/babel-en-NZ.ini
+++ b/locale/en/babel-en-NZ.ini
@@ -76,7 +76,7 @@ proof = Proof
 glossary = Glossary
 
 [date.gregorian]
-date.long = [d][ ][MMMM] [y]
+date.long = [MMMM] [d], [y]
 date.short = [d]/[MM]/[yy]
 months.wide.1 = January
 months.wide.2 = February
diff --git a/locale/fr/babel-fr-CH.ini b/locale/fr/babel-fr-CH.ini
index cf0b4fb..0a7c341 100644
--- a/locale/fr/babel-fr-CH.ini
+++ b/locale/fr/babel-fr-CH.ini
@@ -15,7 +15,7 @@ version = 0.983
 date = 2022-06-02
 name.local = français suisse
 name.english = Swiss French
-name.babel = french-switzerland french-ch
+name.babel = french-switzerland french-ch swissfrench
 tag.bcp47 = fr-CH
 language.tag.bcp47 = fr
 tag.opentype = FRA





More information about the latex3-commits mailing list.