[latex3-commits] [git/LaTeX3-latex3-babel] main: Bump to 3.72. Fix #172. (de24062)
Javier
email at dante.de
Thu Feb 24 19:05:37 CET 2022
Repository : https://github.com/latex3/babel
On branch : main
Link : https://github.com/latex3/babel/commit/de24062f836ac4693ef911c9eb87673d30dcf51a
>---------------------------------------------------------------
commit de24062f836ac4693ef911c9eb87673d30dcf51a
Author: Javier <email at localhost>
Date: Thu Feb 24 19:05:37 2022 +0100
Bump to 3.72. Fix #172.
>---------------------------------------------------------------
de24062f836ac4693ef911c9eb87673d30dcf51a
README.md | 15 +++------------
babel.dtx | 10 +++++-----
babel.ins | 2 +-
babel.pdf | Bin 855660 -> 855484 bytes
bbcompat.dtx | 2 +-
locale/pl/babel-pl.ini | 8 ++++----
6 files changed, 14 insertions(+), 23 deletions(-)
diff --git a/README.md b/README.md
index df29535..4d56195 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-## Babel 3.71.2656
-
-*(Development.)*
+## Babel 3.72
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
@@ -48,19 +46,12 @@ respective authors.
### Summary of Latest changes
```
-3.72 2022-02-?? (dev)
+3.72 2022-02-24
* Advances in amsmath (lua).
* Fixes:
- Captions in Thai.
- Some settings sometimes ignored with 'onchar' (lua).
-
-3.71 2022-02-13
- * IAST transliteration for Sanskrit (by Maximilian Mehner).
- * Fixes:
- - Bad interraction between bidi option and mathtools (#166).
- - 'provide+=' didn’t work with 'hebrew' as a secondary
- language.
- - Wrong equation direction in 'cases' and 'array' (#167).
+ - Extra colon in Polish 'cc' (#172)
```
### Previous changes
diff --git a/babel.dtx b/babel.dtx
index aa01267..b8b3ce5 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2022/02/22 v3.71.2656 The Babel package]
+\ProvidesFile{babel.dtx}[2022/02/24 v3.72 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -3817,7 +3817,7 @@ used.
\New{3.64} This is not the only way to inject code at those points. The
events listed below can be used as a hook name in |\AddToHook| in the
-form |babel/|\marg{language}\/\\marg{name} (with |*| it’s applied to
+form |babel/|\m{language-name}|/|\m{event-name} (with |*| it’s applied to
all languages), but there is a limitation, because the parameters
passed with the \babel{} mechanism are not allowed. The |\AddToHook|
mechanism does \textit{not} replace the current one in `babel`. Its
@@ -3917,7 +3917,7 @@ selected (and just before the non-localized hooks defined with
|\AddBabelHook|).
In addition, locale-specific hooks in the form
-|babel/|\marg{language-name}|/|\marg{hook-name} are \textit{recognized}
+|babel/|\m{language-name}|/|\m{event-name} are \textit{recognized}
(executed just before the localized \babel{} hooks), but they are
\textit{not predefined}. You have to do it yourself. For example, to
set |\frenchspacing| only in |bengali|:
@@ -5103,8 +5103,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.71.2656>>
-%<<date=2022/02/22>>
+%<<version=3.72>>
+%<<date=2022/02/24>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
diff --git a/babel.ins b/babel.ins
index dac5323..2cebaab 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/02/22}
+\def\filedate{2022/02/24}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index c91c4c1..7c8f5bc 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 0abb83c..68066c4 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2022/02/22 v3.71.2656]
+\ProvidesFile{bbcompat.dtx}[2022/02/24 v3.72]
%</dtx>
%
%% File 'bbcompat.dtx'
diff --git a/locale/pl/babel-pl.ini b/locale/pl/babel-pl.ini
index c36cba8..c331d1e 100644
--- a/locale/pl/babel-pl.ini
+++ b/locale/pl/babel-pl.ini
@@ -11,8 +11,8 @@
[identification]
charset = utf8
-version = 1.3
-date = 2021-04-24
+version = 1.4
+date = 2022-02-24
name.local = polski
name.english = Polish
name.babel = polish
@@ -43,7 +43,7 @@ figure = Rysunek
table = Tablica
part = Cześć
encl = Załacznik
-cc = Kopie:
+cc = Kopie
headto = Do
page = Strona
see = Porównaj
@@ -66,7 +66,7 @@ figure = Rysunek
table = Tablica
part = Cze\'s\'c
encl = Za\l acznik
-cc = Kopie:
+cc = Kopie
headto = Do
page = Strona
see = Por\'ownaj
More information about the latex3-commits
mailing list.