texlive[71656] Master/texmf-dist: babel (29jun24)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 29 21:59:54 CEST 2024


Revision: 71656
          https://tug.org/svn/texlive?view=revision&revision=71656
Author:   karl
Date:     2024-06-29 21:59:54 +0200 (Sat, 29 Jun 2024)
Log Message:
-----------
babel (29jun24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/babel/README.md
    trunk/Master/texmf-dist/doc/latex/babel/babel-code.pdf
    trunk/Master/texmf-dist/doc/latex/babel/babel.pdf
    trunk/Master/texmf-dist/source/latex/babel/babel.dtx
    trunk/Master/texmf-dist/source/latex/babel/babel.ins
    trunk/Master/texmf-dist/source/latex/babel/bbcompat.dtx
    trunk/Master/texmf-dist/source/latex/babel/locale.zip
    trunk/Master/texmf-dist/tex/generic/babel/babel.def
    trunk/Master/texmf-dist/tex/generic/babel/babel.sty
    trunk/Master/texmf-dist/tex/generic/babel/hyphen.cfg
    trunk/Master/texmf-dist/tex/generic/babel/locale/byn/babel-byn.ini
    trunk/Master/texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini
    trunk/Master/texmf-dist/tex/generic/babel/locale/gez/babel-gez.ini
    trunk/Master/texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini
    trunk/Master/texmf-dist/tex/generic/babel/locale/tig/babel-tig.ini
    trunk/Master/texmf-dist/tex/generic/babel/locale/wal/babel-wal.ini
    trunk/Master/texmf-dist/tex/generic/babel/luababel.def
    trunk/Master/texmf-dist/tex/generic/babel/nil.ldf

Modified: trunk/Master/texmf-dist/doc/latex/babel/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/babel/README.md	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/doc/latex/babel/README.md	2024-06-29 19:59:54 UTC (rev 71656)
@@ -1,6 +1,6 @@
-## Babel 24.6
+## Babel 24.7
 
-2024-06-02
+2024-06-26
 
 `babel` is the multilingual framework for localizing documents in
 LaTeX, LuaLaTeX, XeLaTeX. It manages culturally-determined
@@ -10,9 +10,9 @@
 
 The latest stable version is available on <https://ctan.org/pkg/babel>.
 
-Changes in version 24.6 are described in:
+Changes in version 24.7 are described in:
 
-https://latex3.github.io/babel/news/whats-new-in-babel-24.6.html
+https://latex3.github.io/babel/news/whats-new-in-babel-24.7.html
 
 Apart from the manual, you can find information on some aspects of babel at:
 
@@ -48,11 +48,12 @@
 
 ### Summary of latest changes
 ```
-24.6  2024-06-02
-      * New keys in transforms (lua): kern, norule, after, node.
+24.7  2024-06-26
+      * Improvements in some locales:
+        - Filipino (thanks to Leothelion, @ponte-vecchio)
+        - Line breaking in Blin, Geez, Tigre, Tigrinya, Wolaytta.
 ```
 
-
 ### Previous changes
 
 See https://latex3.github.io/babel/#whats-new

Modified: trunk/Master/texmf-dist/doc/latex/babel/babel-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/babel/babel.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/babel/babel.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/babel/babel.dtx	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/source/latex/babel/babel.dtx	2024-06-29 19:59:54 UTC (rev 71656)
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2024/06/02 v24.6 The Babel package]
+\ProvidesFile{babel.dtx}[2024/06/26 v24.7 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5479,8 +5479,8 @@
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=24.6>>
-%<<date=2024/06/02>>
+%<<version=24.7>>
+%<<date=2024/06/26>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -15351,8 +15351,8 @@
          }}}&%
     \bbl at foreach\babeltempb{&%
       \bbl at forkv{{##1}}{&%
-        \in@{,####1,}{,nil,step,data,remove,insert,string,no,pre,&%
-          no,post,penalty,kashida,space,spacefactor,kern,node,after,}&%
+        \in@{,####1,}{,nil,step,data,remove,insert,string,no,pre,no,&%
+          post,penalty,kashida,space,spacefactor,kern,node,after,norule,}&%
         \ifin@\else
           \bbl at error{bad-transform-option}{####1}{}{}&%
         \fi}}&% 

Modified: trunk/Master/texmf-dist/source/latex/babel/babel.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/babel/babel.ins	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/source/latex/babel/babel.ins	2024-06-29 19:59:54 UTC (rev 71656)
@@ -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{2024/06/02}
+\def\filedate{2024/06/26}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 

Modified: trunk/Master/texmf-dist/source/latex/babel/bbcompat.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/babel/bbcompat.dtx	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/source/latex/babel/bbcompat.dtx	2024-06-29 19:59:54 UTC (rev 71656)
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2024/06/02 v24.6]
+\ProvidesFile{bbcompat.dtx}[2024/06/26 v24.7]
 %</dtx>
 %
 %% File 'bbcompat.dtx'

Modified: trunk/Master/texmf-dist/source/latex/babel/locale.zip
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/generic/babel/babel.def
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/babel.def	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/babel.def	2024-06-29 19:59:54 UTC (rev 71656)
@@ -40,7 +40,7 @@
     \wlog{File: #1 #4 #3 <#2>}%
     \let\ProvidesFile\@undefined}
 \fi
-\ProvidesFile{babel.def}[2024/06/02 v24.6 Babel common definitions]
+\ProvidesFile{babel.def}[2024/06/26 v24.7 Babel common definitions]
 \ifx\AtBeginDocument\@undefined  % TODO. change test.
   \def\@empty{}
 \def\loadlocalcfg#1{%
@@ -596,8 +596,8 @@
     \toks@\expandafter{\bbl at tempc#3}%
     \expandafter\edef\csname extras\languagename\endcsname{\the\toks@}%
   \fi}
-\def\bbl at version{24.6}
-\def\bbl at date{2024/06/02}
+\def\bbl at version{24.7}
+\def\bbl at date{2024/06/26}
 \ifx\language\@undefined
   \csname newcount\endcsname\language
 \fi

Modified: trunk/Master/texmf-dist/tex/generic/babel/babel.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/babel.sty	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/babel.sty	2024-06-29 19:59:54 UTC (rev 71656)
@@ -34,7 +34,7 @@
 %%
 
 \NeedsTeXFormat{LaTeX2e}[2005/12/01]
-\ProvidesPackage{babel}[2024/06/02 v24.6 The Babel package]
+\ProvidesPackage{babel}[2024/06/26 v24.7 The Babel package]
 \@ifpackagewith{babel}{debug}
   {\providecommand\bbl at trace[1]{\message{^^J[ #1 ]}}%
    \let\bbl at debug\@firstofone
@@ -466,8 +466,8 @@
       \expandafter\@secondoftwo
     \fi}
 \fi
-\def\bbl at version{24.6}
-\def\bbl at date{2024/06/02}
+\def\bbl at version{24.7}
+\def\bbl at date{2024/06/26}
 \ifx\language\@undefined
   \csname newcount\endcsname\language
 \fi

Modified: trunk/Master/texmf-dist/tex/generic/babel/hyphen.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/hyphen.cfg	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/hyphen.cfg	2024-06-29 19:59:54 UTC (rev 71656)
@@ -38,10 +38,10 @@
     \wlog{File: #1 #4 #3 <#2>}%
     \let\ProvidesFile\@undefined}
 \fi
-\ProvidesFile{hyphen.cfg}[2024/06/02 v24.6 Babel hyphens]
+\ProvidesFile{hyphen.cfg}[2024/06/26 v24.7 Babel hyphens]
 \xdef\bbl at format{\jobname}
-\def\bbl at version{24.6}
-\def\bbl at date{2024/06/02}
+\def\bbl at version{24.7}
+\def\bbl at date{2024/06/26}
 \ifx\AtBeginDocument\@undefined
   \def\@empty{}
 \fi

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/byn/babel-byn.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/byn/babel-byn.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/byn/babel-byn.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -7,8 +7,8 @@
 
 [identification]
 charset = utf8
-version = 1.0
-date = 2023-03-31
+version = 1.1
+date = 2024-06-24
 name.local = ብሊን
 name.english = Blin
 name.babel = blin
@@ -105,16 +105,21 @@
 
 [typography]
 frenchspacing = yes
-hyphenrules      = 
-lefthyphenmin    = 
-righthyphenmin   = 
-hyphenchar       = 
-prehyphenchar    = 
-posthyphenchar   = 
-exhyphenchar     = 
-preexhyphenchar  = 
+; Modern practice. Use 'amharic' for the traditional one:
+hyphenrules = unhyphenated
+lefthyphenmin = 1
+righthyphenmin = 1
+hyphenchar = 
+prehyphenchar = 
+posthyphenchar = 
+exhyphenchar = 
+preexhyphenchar = 
 postexhyphenchar = 
-hyphenationmin   = 
+hyphenationmin = 
+linebreaking = s
+intraspace = 0 .1 0
+; The syntax is liable to change in 'other' values
+hyphenate.other.script = "1361 "1362 "1363 "1364 "1365 "1366 "1367 "1368
 
 [characters]
 delimiters.quotes = 

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/fil/babel-fil.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -6,11 +6,13 @@
 ; * Common Locale Data Repository (license Unicode):
 ;   http://cldr.unicode.org/
 ;   http://unicode.org/copyright.html
+; contribution by J. Khaganov <@ponte-vecchio>
+; contribution by @DerKaiser4709
 
 [identification]
 charset = utf8
-version = 1.4
-date = 2022-07-03
+version = 1.5
+date = 2024-06-04
 name.local = Filipino
 name.english = Filipino
 name.babel = filipino
@@ -26,50 +28,50 @@
 derivate = no
 
 [captions]
-preface = 
-ref = 
-abstract = 
-bib = 
-chapter = 
-appendix = 
-contents = 
-listfigure = 
-listtable = 
-index = 
-figure = 
-table = 
-part = 
+preface = Paunang Salita
+ref = Talasanggunian
+abstract = Abstrak
+bib = Talaaklatan
+chapter = Kabanata
+appendix = Hugpong
+contents = Talalamanan
+listfigure = Talalarawan
+listtable = Talatalayan
+index = Talatuntunan
+figure = Laraw
+table = Talay
+part = Bahagi
 encl = 
 cc = 
 headto = 
-page = 
-see = 
-also = 
-proof = 
-glossary = 
+page = Pahina
+see = tignan ang
+also = tignan din
+proof = Patunay
+glossary = Glosaryo
 
 [captions.licr]
-preface = 
-ref = 
-abstract = 
-bib = 
-chapter = 
-appendix = 
-contents = 
-listfigure = 
-listtable = 
-index = 
-figure = 
-table = 
-part = 
+preface = Paunang Salita
+ref = Talasanggunian
+abstract = Abstrak
+bib = Talaaklatan
+chapter = Kabanata
+appendix = Hugpong
+contents = Talalamanan
+listfigure = Talalarawan
+listtable = Talatalayan
+index = Talatuntunan
+figure = Laraw
+table = Talay
+part = Bahagi
 encl = 
 cc = 
 headto = 
-page = 
-see = 
-also = 
-proof = 
-glossary = 
+page = Pahina
+see = tignan ang
+also = tignan din
+proof = Patunay
+glossary = Glosaryo
 
 [date.gregorian]
 date.long = [MMMM] [d], [y]

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/gez/babel-gez.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/gez/babel-gez.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/gez/babel-gez.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -7,8 +7,8 @@
 
 [identification]
 charset = utf8
-version = 1.0
-date = 2023-03-31
+version = 1.1
+date = 2024-06-24
 name.local = ግዕዝኛ
 name.english = Geez
 name.babel = geez
@@ -107,9 +107,10 @@
 
 [typography]
 frenchspacing = yes
-hyphenrules = 
-lefthyphenmin = 
-righthyphenmin = 
+; Modern practice. Use 'amharic' for the traditional one:
+hyphenrules = unhyphenated
+lefthyphenmin = 1
+righthyphenmin = 1
 hyphenchar = 
 prehyphenchar = 
 posthyphenchar = 
@@ -117,6 +118,10 @@
 preexhyphenchar = 
 postexhyphenchar = 
 hyphenationmin = 
+linebreaking = s
+intraspace = 0 .1 0
+; The syntax is liable to change in 'other' values
+hyphenate.other.script = "1361 "1362 "1363 "1364 "1365 "1366 "1367 "1368
 
 [characters]
 delimiters.quotes = ””’’

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/ti/babel-ti.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -9,8 +9,8 @@
 
 [identification]
 charset = utf8
-version = 1.4
-date = 2023-03-11
+version = 1.5
+date = 2024-06-24
 name.local = ትግርኛ
 name.english = Tigrinya
 name.babel = tigrinya
@@ -146,9 +146,10 @@
 
 [typography]
 frenchspacing = yes
-hyphenrules = 
-lefthyphenmin = 
-righthyphenmin = 
+; Modern practice. Use 'amharic' for the traditional one:
+hyphenrules = unhyphenated
+lefthyphenmin = 1
+righthyphenmin = 1
 hyphenchar = 
 prehyphenchar = 
 posthyphenchar = 
@@ -156,6 +157,10 @@
 preexhyphenchar = 
 postexhyphenchar = 
 hyphenationmin = 
+linebreaking = s
+intraspace = 0 .1 0
+; The syntax is liable to change in 'other' values
+hyphenate.other.script = "1361 "1362 "1363 "1364 "1365 "1366 "1367 "1368
 
 [characters]
 delimiters.quotes = “”‘’

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/tig/babel-tig.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/tig/babel-tig.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/tig/babel-tig.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -7,8 +7,8 @@
 
 [identification]
 charset = utf8
-version = 1.0
-date = 2023-03-31
+version = 1.1
+date = 2024-06-24
 name.local = ትግረ
 name.english = Tigre
 name.babel = tigre
@@ -105,16 +105,21 @@
 
 [typography]
 frenchspacing = yes
-hyphenrules      = 
-lefthyphenmin    = 
-righthyphenmin   = 
-hyphenchar       = 
-prehyphenchar    = 
-posthyphenchar   = 
-exhyphenchar     = 
-preexhyphenchar  = 
+; Modern practice. Use 'amharic' for the traditional one:
+hyphenrules = unhyphenated
+lefthyphenmin = 1
+righthyphenmin = 1
+hyphenchar = 
+prehyphenchar = 
+posthyphenchar = 
+exhyphenchar = 
+preexhyphenchar = 
 postexhyphenchar = 
-hyphenationmin   = 
+hyphenationmin = 
+linebreaking = s
+intraspace = 0 .1 0
+; The syntax is liable to change in 'other' values
+hyphenate.other.script = "1361 "1362 "1363 "1364 "1365 "1366 "1367 "1368
 
 [characters]
 delimiters.quotes = 

Modified: trunk/Master/texmf-dist/tex/generic/babel/locale/wal/babel-wal.ini
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/locale/wal/babel-wal.ini	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/locale/wal/babel-wal.ini	2024-06-29 19:59:54 UTC (rev 71656)
@@ -7,8 +7,8 @@
 
 [identification]
 charset = utf8
-version = 1.0
-date = 2023-03-31
+version = 1.1
+date = 2024-06-24
 name.local = ወላይታቱ
 name.english = Wolaytta
 name.babel = wolaytta
@@ -105,16 +105,21 @@
 
 [typography]
 frenchspacing = yes
-hyphenrules      = 
-lefthyphenmin    = 
-righthyphenmin   = 
-hyphenchar       = 
-prehyphenchar    = 
-posthyphenchar   = 
-exhyphenchar     = 
-preexhyphenchar  = 
+; Modern practice. Use 'amharic' for the traditional one:
+hyphenrules = unhyphenated
+lefthyphenmin = 1
+righthyphenmin = 1
+hyphenchar = 
+prehyphenchar = 
+posthyphenchar = 
+exhyphenchar = 
+preexhyphenchar = 
 postexhyphenchar = 
-hyphenationmin   = 
+hyphenationmin = 
+linebreaking = s
+intraspace = 0 .1 0
+; The syntax is liable to change in 'other' values
+hyphenate.other.script = "1361 "1362 "1363 "1364 "1365 "1366 "1367 "1368
 
 [characters]
 delimiters.quotes = 

Modified: trunk/Master/texmf-dist/tex/generic/babel/luababel.def
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/luababel.def	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/luababel.def	2024-06-29 19:59:54 UTC (rev 71656)
@@ -1248,8 +1248,8 @@
          }}}&%
     \bbl at foreach\babeltempb{&%
       \bbl at forkv{{##1}}{&%
-        \in@{,####1,}{,nil,step,data,remove,insert,string,no,pre,&%
-          no,post,penalty,kashida,space,spacefactor,kern,node,after,}&%
+        \in@{,####1,}{,nil,step,data,remove,insert,string,no,pre,no,&%
+          post,penalty,kashida,space,spacefactor,kern,node,after,norule,}&%
         \ifin@\else
           \bbl at error{bad-transform-option}{####1}{}{}&%
         \fi}}&%

Modified: trunk/Master/texmf-dist/tex/generic/babel/nil.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel/nil.ldf	2024-06-29 18:09:10 UTC (rev 71655)
+++ trunk/Master/texmf-dist/tex/generic/babel/nil.ldf	2024-06-29 19:59:54 UTC (rev 71656)
@@ -33,7 +33,7 @@
 %% extension |.ins|) which are part of the distribution.
 %%
 
-\ProvidesLanguage{nil}[2024/06/02 v24.6 Nil language]
+\ProvidesLanguage{nil}[2024/06/26 v24.7 Nil language]
 \LdfInit{nil}{datenil}
 \ifx\l at nil\@undefined
   \newlanguage\l at nil



More information about the tex-live-commits mailing list.