[latex3-commits] [latex3/xcolor] main: Change to new key handler (#30) (7b1e72b)

github at latex-project.org github at latex-project.org
Mon Nov 13 09:30:52 CET 2023


Repository : https://github.com/latex3/xcolor
On branch  : main
Link       : https://github.com/latex3/xcolor/commit/7b1e72b3cf7f88e499a4df28403074267fa898a2

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

commit 7b1e72b3cf7f88e499a4df28403074267fa898a2
Author: Ulrike Fischer <news3 at nililand.de>
Date:   Mon Nov 13 09:30:52 2023 +0100

    Change to new key handler (#30)
    
    * first draft for switch to new key handler
    
    * forgot hyperref option
    
    * document move to colortbl
    
    * remove rowcolors and colortlb patches, this is now handled by colortbl
    
    * retire option fixpdftex, issue #20
    
    * moved some of pdfmanagement-firstaid code
    
    * guard definitions
    
    * correct moving of patch
    
    * allow normalcolor to change also the dot color, issue #19
    
    * correct frozen version
    
    * rename frozen version
    
    * adapt date in build lua
    
    * prepare version option
    
    * move hycolor patch to fix Gray color model, issue #23
    
    * update tests
    
    * update date and history
    
    * update version, add changes
    
    * remove pdfresources patch for now
    
    * compile twice
    
    * update test
    
    * correct history and changelog
    
    * update dates
    
    * update readme
    
    * mention issue
    
    * add github actions
    
    * from review: switch to version 3
    
    * corrections from review
    
    ---------
    
    Co-authored-by: Ulrike Fischer <fischer at troubleshooting-tex.de>


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

7b1e72b3cf7f88e499a4df28403074267fa898a2
 .github/tl_packages               |  176 +++++
 .github/workflows/main.yaml       |   32 +
 ChangeLog                         |   11 +
 README.md                         |    4 +-
 build.lua                         |    5 +-
 testfiles/github-019.luatex.tlg   |   72 ++
 testfiles/github-019.lvt          |   12 +
 testfiles/github-019.tlg          |   62 ++
 testfiles/github-019.xetex.tlg    |   43 ++
 testfiles/github-019b.luatex.tlg  |   78 ++
 testfiles/github-019b.lvt         |   13 +
 testfiles/github-019b.tlg         |   62 ++
 testfiles/github-019b.xetex.tlg   |  264 +++++++
 testfiles/github-023.lvt          |    9 +
 testfiles/github-023.tlg          |    2 +
 testfiles/mathcolor-01.luatex.tlg |   24 +-
 testfiles/mathcolor-02.luatex.tlg |   24 +-
 testfiles/mathcolor-03.luatex.tlg |    6 +-
 xcolor-2022-06-12.sty             | 1465 +++++++++++++++++++++++++++++++++++++
 xcolor.dtx                        |  426 +++++------
 20 files changed, 2489 insertions(+), 301 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --ext-diff --cc 7b1e72b3cf7f88e499a4df28403074267fa898a2




More information about the latex3-commits mailing list.