[latex3-commits] [git/LaTeX3-latex3-babel] main: Bump to 3.62. (5389466)

Javier email at dante.de
Tue Jul 20 16:41:31 CEST 2021


Repository : https://github.com/latex3/babel
On branch  : main
Link       : https://github.com/latex3/babel/commit/5389466ef5940e0a4e9090957988b89a89c84b39

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

commit 5389466ef5940e0a4e9090957988b89a89c84b39
Author: Javier <email at localhost>
Date:   Tue Jul 20 16:41:31 2021 +0200

    Bump to 3.62.


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

5389466ef5940e0a4e9090957988b89a89c84b39
 README.md             |  19 ++++---------------
 babel.dtx             |  15 +++++++--------
 babel.ins             |   2 +-
 babel.pdf             | Bin 852128 -> 852005 bytes
 bbcompat.dtx          |   2 +-
 testfiles/tlb1690.tlg |   2 ++
 6 files changed, 15 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 1398fb5..777d19b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.61.2437
+## Babel 3.62
 
 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.61 are described in:
+Changes in version 3.62 are described in:
 
-https://latex3.github.io/babel/news/whats-new-in-babel-3.61.html
+https://latex3.github.io/babel/news/whats-new-in-babel-3.62.html
 
 Apart from the manual, you can find information on some aspects of babel at:
 
@@ -46,24 +46,13 @@ respective authors.
 
 ### Summary of Latest changes
 ```
-3.62   2021-??-??
+3.62   2021-07-19
        * No more errors with unknown languages in aux file.
        * Preliminary support for \AddToHook.
        * Tentative extension for provide=.
        * Fixes:
          - Locale dependent quotes with CJK (#131).
          - Babel and hyperref prevent changes to the \LaTeX logo (#138).
-       
-3.61   2021-06-28
-       * Improved justification=kashida/elongated: hboxes (lua).
-       * Transform danda.nobreak for several Indic scripts (lua):
-         Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam,
-         Marathi, Oriya, Tamil, Telugu.
-       * Improved \babelprovide when used to reconfigure a language.
-       * Fixes:
-         - Partial fix for #114 (bad breaks and spacing with
-           \selectlanguage).
-         - \shorthandoff*{^} caused error for \section command (#129).
 ```
 
 ### Previous changes
diff --git a/babel.dtx b/babel.dtx
index 1c062b3..e88326e 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2021/07/18 v3.61.2437 The Babel package]
+\ProvidesFile{babel.dtx}[2021/07/19 v3.62 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -754,8 +754,6 @@ environment with an additional grouping, like braces |{}|.
 
 Spaces after the environment are ignored.
 
-
-
 \Describe{\begin\menv{otherlanguage*}}%
 {\oarg{option-list}\marg{language}\Eenv{otherlanguage*}}
 
@@ -3803,7 +3801,8 @@ ones, they only have a single hook and replace a default definition.
 \end{description}
 
 \begin{example}
- The generic unlocalized hooks are predefined, so that you can write:
+The generic unlocalized \LaTeX{} hooks are predefined, so that you can
+write:
 \begin{verbatim}
 \AddToHook{babel/afterextras}{\frenchspacing} 
 \end{verbatim}
@@ -5025,8 +5024,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.61.2437>>
-%<<date=2021/07/18>>
+%<<version=3.62>>
+%<<date=2021/07/19>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -7566,7 +7565,7 @@ help from Bernd Raichle, for which I am grateful.
     \fi}}
 \def\babel at aux#1#2{%
   \select at language{#1}%
-  \bbl at foreach\BabelContentsFiles{% \relax: don't assume vertical mode
+  \bbl at foreach\BabelContentsFiles{% \relax -> don't assume vertical mode
     \@writefile{##1}{\babel at toc{#1}{#2}\relax}}}% TODO - plain?
 \def\babel at toc#1#2{%
   \select at language{#1}}
@@ -11000,7 +10999,7 @@ help from Bernd Raichle, for which I am grateful.
                  {See the manual for details.}}}%
     \bbl at ifunset{bbl at lsys@\languagename}{\bbl at provide@lsys{\languagename}}{}%
     \bbl at ifunset{bbl at wdir@\languagename}{\bbl at provide@dirs{\languagename}}{}%
-    \ifx\bbl at mapselect\@undefined % TODO. See onchar. selectfont hook
+    \ifx\bbl at mapselect\@undefined % TODO. See onchar.
       \AtBeginDocument{%
         \bbl at patchfont{{\bbl at mapselect}}%
         {\selectfont}}%
diff --git a/babel.ins b/babel.ins
index 91033c9..de98307 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{2021/07/18}
+\def\filedate{2021/07/19}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index bf0e79e..4ae4792 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 8cee0d1..ef63539 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/07/18 v3.61.2437]
+\ProvidesFile{bbcompat.dtx}[2021/07/19 v3.62]
 %</dtx>
 %
 %% File 'bbcompat.dtx'
diff --git a/testfiles/tlb1690.tlg b/testfiles/tlb1690.tlg
index a0652be..4165d1d 100644
--- a/testfiles/tlb1690.tlg
+++ b/testfiles/tlb1690.tlg
@@ -12,3 +12,5 @@ of your error message was never \def'ed. If you have
 misspelled it (e.g., `\hobx'), type `I' and the correct
 spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
+[1
+]





More information about the latex3-commits mailing list.