[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move l3color to l3kernel (#849) (7a9b139a7)

GitHub noreply at github.com
Wed Feb 10 17:43:04 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7a9b139a730f2376c50c021206c5a938b8adcf69

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

commit 7a9b139a730f2376c50c021206c5a938b8adcf69
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 10 16:43:04 2021 +0000

    Move l3color to l3kernel (#849)


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

7a9b139a730f2376c50c021206c5a938b8adcf69
 l3experimental/CHANGELOG.md                        |   3 +
 l3experimental/README.md                           |  10 --
 l3experimental/build.lua                           |   1 -
 l3experimental/l3color/build.lua                   |  14 --
 l3experimental/l3color/l3color.ins                 |  58 -------
 l3experimental/l3color/testfiles/m3color000.lvt    |  16 --
 l3experimental/l3color/testfiles/m3color000.tlg    |   8 -
 l3experimental/l3draw/build.lua                    |   4 -
 l3experimental/l3draw/l3draw.dtx                   |   4 -
 l3experimental/l3draw/testfiles/m3draw000.tlg      |   5 -
 .../xcoffins/testfiles/xcoffins003.luatex.tlg      |   8 +
 .../xcoffins/testfiles/xcoffins003.ptex.tlg        |  12 ++
 l3experimental/xcoffins/testfiles/xcoffins003.tlg  |   8 +
 .../xcoffins/testfiles/xcoffins003.uptex.tlg       |  12 ++
 .../xcoffins/testfiles/xcoffins003.xetex.tlg       |   8 +
 l3kernel/CHANGELOG.md                              |   3 +
 l3kernel/doc/source3body.tex                       |   2 +-
 l3kernel/l3.ins                                    |   2 +-
 l3kernel/l3coffins.dtx                             |  36 +---
 l3kernel/l3color-base.dtx                          | 183 ---------------------
 {l3experimental/l3color => l3kernel}/l3color.dtx   | 116 ++++++++++++-
 l3kernel/testfiles/m3coffins001.luatex.tlg         | 114 +++++++++++++
 l3kernel/testfiles/m3coffins001.ptex.tlg           | 150 +++++++++++++++++
 l3kernel/testfiles/m3coffins001.tlg                | 100 +++++++++++
 l3kernel/testfiles/m3coffins001.uptex.tlg          | 150 +++++++++++++++++
 l3kernel/testfiles/m3coffins001.xetex.tlg          | 100 +++++++++++
 .../l3color => l3kernel}/testfiles/m3color001.lvt  |   1 -
 .../testfiles/m3color001.ptex.tlg                  |   0
 .../l3color => l3kernel}/testfiles/m3color001.tlg  |   0
 .../testfiles/m3color001.uptex.tlg                 |   0
 .../testfiles/m3color001.xetex.tlg                 |   0
 .../l3color => l3kernel}/testfiles/m3color002.lvt  |   1 -
 .../l3color => l3kernel}/testfiles/m3color002.tlg  |   0
 .../l3color => l3kernel}/testfiles/m3color003.lvt  |   1 -
 .../testfiles/m3color003.ptex.tlg                  |   0
 .../l3color => l3kernel}/testfiles/m3color003.tlg  |   0
 .../testfiles/m3color003.uptex.tlg                 |   0
 .../testfiles/m3color003.xetex.tlg                 |   0
 l3kernel/testfiles/m3quark001.tlg                  |   1 +
 39 files changed, 784 insertions(+), 347 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 7a9b139a730f2376c50c021206c5a938b8adcf69




More information about the latex3-commits mailing list.