[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Merge branch 'develop' into gh239 (e216a68f)

GitHub noreply at github.com
Sat Aug 15 01:23:27 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh239
Link       : https://github.com/latex3/latex2e/commit/e216a68f0822af9eec77ac999ea54a083b132fd1

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

commit e216a68f0822af9eec77ac999ea54a083b132fd1
Merge: 6ef47767 b317829c
Author: Phelype Oleinik <phelype.oleinik at latex-project.org>
Date:   Fri Aug 14 20:23:27 2020 -0300

    Merge branch 'develop' into gh239


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

e216a68f0822af9eec77ac999ea54a083b132fd1
 .travis.yml                                        |   1 +
 base/build.lua                                     |   4 +-
 base/changes.txt                                   |  50 ++-
 base/config-1run.lua                               |  11 +
 base/doc/ltnews32.tex                              |  83 +++--
 base/fontdef.dtx                                   |   8 +-
 base/inputenc.dtx                                  |   4 +-
 base/ltclass.dtx                                   | 146 +++++++-
 base/ltfinal.dtx                                   |  33 +-
 base/ltluatex.dtx                                  |  41 ++-
 base/ltmath.dtx                                    |  11 +-
 base/ltoutenc.dtx                                  |  16 +-
 base/ltpage.dtx                                    |   8 +-
 base/ltpictur.dtx                                  |   5 +-
 base/ltsect.dtx                                    |   8 +-
 base/testfiles-1run/github-0220.luatex.tlg         |  34 ++
 base/testfiles-1run/github-0220.lvt                |  77 ++++
 base/testfiles-1run/github-0220.tlg                |  32 ++
 base/testfiles-lthooks/lthooks-000.tlg             |   6 -
 base/testfiles-lthooks/lthooks-001.tlg             |  12 -
 base/testfiles-lthooks/lthooks-002.tlg             |  12 -
 base/testfiles-lthooks/lthooks-003.tlg             |   6 -
 base/testfiles-lthooks/lthooks-004.tlg             |   6 -
 base/testfiles-lthooks/lthooks-005.tlg             |   6 -
 base/testfiles-lthooks/lthooks-006.tlg             |   6 -
 base/testfiles-lthooks/lthooks-007.tlg             |  12 -
 base/testfiles-lthooks/lthooks-008.tlg             |   6 -
 base/testfiles-lthooks/lthooks-009.tlg             |   6 -
 base/testfiles-lthooks/lthooks-011.tlg             |  24 --
 base/testfiles-lthooks/lthooks-013.tlg             |   6 -
 base/testfiles-lthooks2/lthooks2-002.tlg           |   8 +-
 base/testfiles/github-0060.lvt                     |   2 +-
 base/testfiles/tlb-latexrelease-rollback-002.tlg   |  13 -
 .../tlb-latexrelease-rollback-003-often.luatex.tlg |  28 +-
 .../tlb-latexrelease-rollback-003-often.tlg        |  28 +-
 .../tlb-latexrelease-rollback-003-often.xetex.tlg  |  28 +-
 base/testfiles/tlb-rollback-004-often.luatex.tlg   |  14 +-
 base/testfiles/tlb-rollback-004-often.tlg          |  14 +-
 base/testfiles/tlb-rollback-004-often.xetex.tlg    |  14 +-
 base/testfiles/tlb-umath-001.lvt                   |   2 +-
 base/testfiles/tlb4024.lvt                         |   4 +-
 required/graphics/README.md                        |   2 +-
 required/graphics/changes.txt                      |   8 +
 required/graphics/graphics.dtx                     |  70 +++-
 required/graphics/graphicx.dtx                     |  62 +---
 required/graphics/testfiles/endlinechar-gh286.lvt  |   9 +
 .../graphics/testfiles/endlinechar-gh286.tlg       |   2 +
 required/tools/changes.txt                         |   4 +
 required/tools/testfiles-TU/github-0352.luatex.tlg |  92 +++--
 required/tools/testfiles-TU/github-0352.tlg        |  66 ++--
 required/tools/varioref.dtx                        | 223 ++++++++++--
 support/fonttext.cfg                               |   8 +-
 texmf/dvips/l3backend/l3backend-dvips.pro          |   5 +-
 texmf/tex/latex/github-0220.sty                    |   1 +
 texmf/tex/latex/l3backend/l3backend-dvipdfmx.def   |  89 +++--
 texmf/tex/latex/l3backend/l3backend-dvips.def      |  92 +++--
 texmf/tex/latex/l3backend/l3backend-dvisvgm.def    | 241 +++++++------
 texmf/tex/latex/l3backend/l3backend-pdfmode.def    | 103 +++---
 texmf/tex/latex/l3backend/l3backend-xdvipdfmx.def  |  89 +++--
 texmf/tex/latex/l3kernel/expl3-code.tex            | 391 ++++++++++++---------
 texmf/tex/latex/l3kernel/expl3-generic.tex         |   2 +-
 texmf/tex/latex/l3kernel/expl3.ltx                 |  34 +-
 texmf/tex/latex/l3kernel/expl3.sty                 |  32 +-
 63 files changed, 1482 insertions(+), 978 deletions(-)

diff --cc base/changes.txt
index 7b3eab37,19f8e5ab..a86b5f54
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -98,6 -137,6 +137,11 @@@ are not part of the distribution
  	* ltdefns.dtx:
  	Use primitive \- with LuaTeX
  
++2020-05-09  Phelype Oleinik  <phelype.oleinik at latex-project.org>
++
++	* ltdefns.dtx (subsection{Robust commands and protect}):
++	Added \DeclareCommandCopy et al. to the kernel (gh/239)
++
  2020-05-07  Ulrike Fischer <Ulrike.Fischer at latex-project.org>
  
  	* ltxref.dtx:





More information about the latex3-commits mailing list.