[latex3-commits] [git/LaTeX3-latex3-babel] main: Bump to 3.79. (244ab75)
Javier
email at dante.de
Mon Aug 29 12:23:25 CEST 2022
Repository : https://github.com/latex3/babel
On branch : main
Link : https://github.com/latex3/babel/commit/244ab75d3d2480723b91b283e54908e71c5633bc
>---------------------------------------------------------------
commit 244ab75d3d2480723b91b283e54908e71c5633bc
Author: Javier <email at localhost>
Date: Mon Aug 29 12:23:25 2022 +0200
Bump to 3.79.
>---------------------------------------------------------------
244ab75d3d2480723b91b283e54908e71c5633bc
README.md | 20 ++++++++++----------
babel.dtx | 16 +++++++---------
babel.ins | 2 +-
babel.pdf | Bin 883738 -> 883632 bytes
bbcompat.dtx | 2 +-
5 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 9f60b9e..8f8cc38 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.78.2842
+## Babel 3.79
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
@@ -8,9 +8,9 @@ is a set of ini files for about 250 languages.
The latest stable version is available on <https://ctan.org/pkg/babel>.
-Changes in version 3.78 are described in:
+Changes in version 3.79 are described in:
-https://latex3.github.io/babel/news/whats-new-in-babel-3.78.html
+https://latex3.github.io/babel/news/whats-new-in-babel-3.79.html
Apart from the manual, you can find information on some aspects of babel at:
@@ -46,13 +46,13 @@ respective authors.
### Summary of latest changes
```
-3.78 2022-07-20
- * Fix: Undefined \bbl at xenohyph with Thai (#182).
- * More minor updates to the CLDR 41: Chechen, Cherokee, Central
- Kurdish, Czech, Welsh, Danish, German, Lower Sorbian,
- Dzongkha, Ewe, Greek, Esperanto, Spanish, Estonian, Persian,
- Finnish, Filipino, Faroese, Western Frisian, Irish, Scottish
- Gaelic.
+3.79 2022-08-29
+ * Fixes:
+ - Issues of tcolorbox in RTL (graphics layout), thanks to Salim
+ Bou (@seloumi) (#186).
+ - \footnote with babel bidi=default raises an error in LuaLaTeX (#187).
+ - Extra blank spaces with Hebrew calendar.
+ * 'odia' is now the preferred name for 'oriya', following the CLDR.
```
### Previous changes
diff --git a/babel.dtx b/babel.dtx
index de37cd3..1e7004c 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2022/08/27 v3.78.2842 The Babel package]
+\ProvidesFile{babel.dtx}[2022/08/29 v3.79 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -5175,8 +5175,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.78.2842>>
-%<<date=2022/08/27>>
+%<<version=3.79>>
+%<<date=2022/08/29>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -5640,9 +5640,7 @@ help from Bernd Raichle, for which I am grateful.
\def\bbl at infowarn#1{%
\begingroup
\def\\{\MessageBreak}%
- \GenericWarning
- {(babel) \@spaces\@spaces\@spaces}%
- {Package babel Info: #1}%
+ \PackageNote{babel}{#1}%
\endgroup}
\def\bbl at info#1{%
\begingroup
@@ -14955,16 +14953,16 @@ end
\fi
\ifx\tcolorbox\@undefined\else
\def\tcb at drawing@env at begin{%
- \csname tcb at before@\tcb at split@state\endcsname%
+ \csname tcb at before@\tcb at split@state\endcsname
\bbl at pictsetdir\tw@
\begin{\kvtcb at graphenv}%
\tcb at bbdraw%
- \tcb at apply@graph at patches%
+ \tcb at apply@graph at patches
}%
\def\tcb at drawing@env at end{%
\end{\kvtcb at graphenv}%
\bbl at pictresetdir
- \csname tcb at after@\tcb at split@state\endcsname%
+ \csname tcb at after@\tcb at split@state\endcsname
}%
\fi
}}
diff --git a/babel.ins b/babel.ins
index 8fafaf1..e33a43e 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/08/27}
+\def\filedate{2022/08/29}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index c1801dc..d742702 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index a5f12c1..95360a3 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2022/08/27 v3.78.2842]
+\ProvidesFile{bbcompat.dtx}[2022/08/29 v3.79]
%</dtx>
%
%% File 'bbcompat.dtx'
More information about the latex3-commits
mailing list.