[latex3-commits] [git/LaTeX3-latex3-latex2e] gh489: Merge branch 'develop' into gh489 (8540d607)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Feb 11 15:19:53 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh489
Link       : https://github.com/latex3/latex2e/commit/8540d607d3548c7023c45c5ce75013bd7a86aad8

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

commit 8540d607d3548c7023c45c5ce75013bd7a86aad8
Merge: 2147f1c2 3c50d3df
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Feb 11 15:19:53 2021 +0100

    Merge branch 'develop' into gh489
    
    # Conflicts:
    #       base/changes.txt


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

8540d607d3548c7023c45c5ce75013bd7a86aad8
 .travis.yml                                        |    7 +-
 base/build.lua                                     |    7 +-
 base/changes.txt                                   |   23 +
 base/classes.dtx                                   |    5 +-
 base/doc/ltnews33.tex                              |   12 +
 base/ltfilehook.dtx                                |   15 +-
 base/ltfinal.dtx                                   |   53 +-
 base/ltmiscen.dtx                                  |   11 +-
 base/testfiles-TU/github-0332.tlg                  |    3 -
 .../tlb-latexrelease-rollback-003-often.luatex.tlg |    4 +
 .../tlb-latexrelease-rollback-003-often.tlg        |    4 +
 .../tlb-latexrelease-rollback-003-often.xetex.tlg  |    4 +
 base/testfiles/tlb-rollback-004-often.luatex.tlg   |    2 +
 base/testfiles/tlb-rollback-004-often.tlg          |    2 +
 base/testfiles/tlb-rollback-004-often.xetex.tlg    |    2 +
 build.lua                                          |    6 -
 contrib/build.lua                                  |    7 -
 required/amsmath/build.lua                         |    7 -
 required/build.lua                                 |   10 +
 required/cyrillic/build.lua                        |    7 -
 required/firstaid/build.lua                        |    6 -
 required/graphics/build.lua                        |    7 -
 required/tools/build.lua                           |    6 -
 .../tools/testfiles-search/tlb-varioref-003.tlg    |   10 +-
 .../tools/testfiles-search/tlb-varioref-004.tlg    |   10 +-
 .../tools/testfiles-search/tlb-varioref-005.tlg    |   10 +-
 support/glyphtounicode.tex                         | 5511 ++++++++++++++++++++
 texmf/tex/latex/l3backend/l3backend-dvipdfmx.def   |   10 +-
 texmf/tex/latex/l3backend/l3backend-dvips.def      |   14 +-
 texmf/tex/latex/l3backend/l3backend-dvisvgm.def    |    2 +-
 texmf/tex/latex/l3backend/l3backend-luatex.def     |    2 +-
 texmf/tex/latex/l3backend/l3backend-pdftex.def     |    2 +-
 texmf/tex/latex/l3backend/l3backend-xetex.def      |   10 +-
 texmf/tex/latex/l3kernel/expl3-code.tex            |   34 +-
 texmf/tex/latex/l3kernel/expl3-generic.tex         |    2 +-
 texmf/tex/latex/l3kernel/expl3.ltx                 |    2 +-
 texmf/tex/latex/l3kernel/expl3.sty                 |    2 +-
 texmf/tex/latex/l3kernel/l3doc.cls                 |    2 +-
 38 files changed, 5714 insertions(+), 119 deletions(-)

diff --cc base/changes.txt
index 888b914c,566f2485..ee155320
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,12 -6,22 +6,28 @@@ completeness or accuracy and it contain
  are not part of the distribution.
  ================================================================================
  
+ 2021-02-11  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+ 
+ 	* classes.dtx (subsubsection{Itemize}):
+ 	Drop incorrect space in \labelitemiv (gh/496)
+ 
+ 2021-02-08  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+ 
+ 	* ltfilehook.dtx (subsection{Patching \LaTeX{}'s \InputIfFileExists command}):
+ 	Undo the internal for robust \InputIfFileExists in rollback (gh/494)
+ 
+ 2021-02-08  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+ 
+ 	* ltmiscen.dtx (subsection{Environments}):
+ 	Undo the internals for \begin and \end as well when
+ 	rolling back (gh/494)
+ 
 +2021-02-03  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltfloat.dtx (subsection{Floating Environments}):
 +	Explicitly end the \marginpar argument with \par to support
 +	tagging (gh/489)
 +
  2021-01-31  David Carlisle  <David.Carlisle at latex-project.org>
  
  	* ltfilehook.dtx: set \protect to \string to avoid bad





More information about the latex3-commits mailing list.