[latex3-commits] [git/LaTeX3-latex3-latex2e] gh888: Merge branch 'develop' into gh888 (7bb82a7e)

GitHub noreply at github.com
Sun Sep 4 22:09:03 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh888
Link       : https://github.com/latex3/latex2e/commit/7bb82a7e8499a764dff1b835b4d3def923021b1b

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

commit 7bb82a7e8499a764dff1b835b4d3def923021b1b
Merge: 8b968acd 20b9aa7b
Author: Phelype Oleinik <phelype.oleinik at latex-project.org>
Date:   Sun Sep 4 17:09:03 2022 -0300

    Merge branch 'develop' into gh888


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

7bb82a7e8499a764dff1b835b4d3def923021b1b
 base/changes.txt                                   |   21 +
 base/doc/ltnews36.tex                              |   52 +
 base/doc/usrguide3.tex                             |   80 +
 base/docstrip.dtx                                  |   20 +-
 base/ltcmd.dtx                                     |  386 ++++-
 base/ltfinal.dtx                                   |    4 +-
 base/ltkeys.dtx                                    |    6 +-
 base/ltoutput.dtx                                  |   13 +-
 base/ltshipout.dtx                                 |    4 +-
 base/testfiles-ltcmd/ltcmd008.lvt                  |   67 +
 base/testfiles-ltcmd/ltcmd008.tlg                  |   62 +
 base/testfiles-lthooks/ltcmdhooks-001.tlg          |   14 +
 base/testfiles-lthooks/lthooks-000.tlg             |   14 +
 base/testfiles-lthooks/lthooks-001.tlg             |   30 +
 base/testfiles-lthooks/lthooks-002.tlg             |   30 +
 base/testfiles-lthooks/lthooks-003.tlg             |   16 +
 base/testfiles-lthooks/lthooks-004.tlg             |   16 +
 base/testfiles-lthooks/lthooks-005.tlg             |   16 +
 base/testfiles-lthooks/lthooks-006.tlg             |   16 +
 base/testfiles-lthooks/lthooks-007.tlg             |   30 +
 base/testfiles-lthooks/lthooks-008.tlg             |   16 +
 base/testfiles-lthooks/lthooks-009.tlg             |   14 +
 base/testfiles-lthooks/lthooks-011.tlg             |   56 +
 base/testfiles-lthooks/lthooks-013.tlg             |   14 +
 base/testfiles-lthooks/lthooks-021.tlg             |   14 +
 base/testfiles-lthooks/lthooks-legacy.tlg          |   14 +
 base/testfiles-lthooks2/lthooks2-002.tlg           |   14 +
 base/testfiles-lthooks2/lthooks2-005.tlg           |   28 +
 base/testfiles-ltmarks/xmarks-001.tlg              |    2 +-
 base/testfiles-ltmarks/xmarks-004.tlg              |    4 +-
 base/testfiles/github-0479-often.xetex.tlg         |    8 +-
 base/testfiles/github-0710.tlg                     |   18 +-
 base/testfiles/github-0735.tlg                     |    2 +-
 base/testfiles/github-0892.tlg                     |    2 +-
 base/testfiles/github-0903.lvt                     |   25 +
 base/testfiles/github-0903.tlg                     |   39 +
 base/testfiles/m3expl009.tlg                       |   16 +-
 .../tlb-latexrelease-rollback-003-often.xetex.tlg  |   16 +-
 .../tlb-latexrelease-rollback-2020-10-01.xetex.tlg |    8 +-
 .../tlb-latexrelease-rollback-2021-06-01.xetex.tlg |    8 +-
 .../tlb-latexrelease-rollback-2021-11-15.xetex.tlg |    8 +-
 .../tlb-latexrelease-rollback-2022-06-01.xetex.tlg |    8 +-
 base/testfiles/tlb-rollback-004-often.xetex.tlg    |    8 +-
 base/testfiles/tlb-rollback-005.xetex.tlg          |    8 +-
 .../latex2e-first-aid-for-external-files.dtx       |   25 +-
 texmf/tex/generic/unicode-data/BidiBrackets.txt    |   20 +-
 texmf/tex/generic/unicode-data/BidiMirroring.txt   |   26 +-
 texmf/tex/generic/unicode-data/CaseFolding.txt     |   49 +-
 texmf/tex/generic/unicode-data/EastAsianWidth.txt  |  230 ++-
 .../generic/unicode-data/GraphemeBreakProperty.txt | 1459 ++++++++++++++++
 texmf/tex/generic/unicode-data/LineBreak.txt       |  271 ++-
 texmf/tex/generic/unicode-data/PropList.txt        |  143 +-
 .../tex/generic/unicode-data/ScriptExtensions.txt  |  115 +-
 texmf/tex/generic/unicode-data/Scripts.txt         |  329 +++-
 texmf/tex/generic/unicode-data/SpecialCasing.txt   |    6 +-
 texmf/tex/generic/unicode-data/UnicodeData.txt     | 1795 +++++++++++++++++++-
 .../tex/generic/unicode-data/WordBreakProperty.txt | 1441 ++++++++++++++++
 texmf/tex/generic/unicode-data/emoji-data.txt      | 1297 ++++++++++++++
 .../tex/generic/unicode-data/load-unicode-data.tex |    8 +-
 .../unicode-data/load-unicode-math-classes.tex     |    2 +-
 .../unicode-data/load-unicode-xetex-classes.tex    |    2 +-
 texmf/tex/latex/l3backend/l3backend-dvipdfmx.def   |   68 +-
 texmf/tex/latex/l3backend/l3backend-dvips.def      |   76 +-
 texmf/tex/latex/l3backend/l3backend-dvisvgm.def    |   36 +-
 texmf/tex/latex/l3backend/l3backend-luatex.def     |   99 +-
 texmf/tex/latex/l3backend/l3backend-pdftex.def     |   99 +-
 texmf/tex/latex/l3backend/l3backend-xetex.def      |   68 +-
 texmf/tex/latex/l3kernel/expl3-code.tex            | 1040 ++++++++++--
 texmf/tex/latex/l3kernel/expl3-generic.tex         |    2 +-
 texmf/tex/latex/l3kernel/expl3.ltx                 |    2 +-
 texmf/tex/latex/l3kernel/expl3.sty                 |    2 +-
 71 files changed, 9084 insertions(+), 873 deletions(-)

diff --cc base/changes.txt
index be7a89d4,a52076d2..259da334
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,12 -6,17 +6,23 @@@ completeness or accuracy and it contain
  are not part of the distribution.
  ================================================================================
  
+ 2022-09-03  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+ 
+ 	* docstrip.dtx (subsection{The handling of options}):
+ 	Complete the handling of @@-modules from l3docstrip.dtx (gh/337)
+ 	for +/- lines it was not done (gh/903)
+ 
+ 2022-08-21  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+ 
+ 	* ltkeys.dtx (subsection{Option usage scope}):
+ 	Correct error message text for load-only keys.
+ 
 +2022-08-18  Phelype Oleinik  <phelype.oleinik at latex-project.org>
 +
 +	* ltfilehook.dtx (subsection{Preventing a package from loading}):
 +	Inhibit checking the loaded version when package is load-disabled,
 +	and write to the .log (gh/888).
 +
  2022-08-13  Marcel Krüger  <Marcel.Krueger at latex-project.org>
  
  	* ltluatex.dtx:





More information about the latex3-commits mailing list.