[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Lthooks doc updates (#638) (80d431ce)

GitHub noreply at github.com
Thu Aug 26 16:08:23 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/80d431ceb7fd17b8267b8cda56a87b6eaf6e6b63

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

commit 80d431ceb7fd17b8267b8cda56a87b6eaf6e6b63
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Aug 26 16:08:23 2021 +0200

    Lthooks doc updates (#638)
    
    * \DisableHook ->  \DisableGenericHook
    
    * \hook_disable:n -> \hook_disable_generic:n
    
    * \ProvideHook -> \ActivateGenericHook
    \hook_provide:n -> \hook_activate_generic:n
    
    * prepare fore deprecation of various \Provide...Hook commands
    
    * documentation on generic hooks for packages
    
    * Minor doc fixes
    
    * Add deprecation commands
    
    * Add test files for the deprecated commands
    
    * Add test files for the new commands
    
    * Don't complain about reversed/normal mismatch
    
    Instead derive the hook ordering from the name of the generic hook
    
    * Move implementation out of the interfaces section
    
    * Activating (providing) a hook lo longer errors regarding its ordering
    
    * Simplify test files
    
    * Snëakÿ lïttlë ümläuts
    
    * Add intro to hook section; anticipate hook component change for file-related hooks
    
    * added changes entries
    
    * typo [CI skip]
    
    Co-authored-by: PhelypeOleinik <phelype.oleinik at latex-project.org>


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

80d431ceb7fd17b8267b8cda56a87b6eaf6e6b63
 base/changes.txt                                   |  12 +
 base/doc/ltnews34.tex                              |  83 ++-
 base/generic-hook-tasks.md                         |  23 +
 base/lthooks.dtx                                   | 671 ++++++++++++---------
 base/testfiles-lthooks/ltcmdhooks-008.lvt          |  12 +-
 base/testfiles-lthooks/ltcmdhooks-008.tlg          |  25 +-
 ...ks-029.lvt => lthooks-029-deprecated-after.lvt} |  27 +-
 ...ks-029.tlg => lthooks-029-deprecated-after.tlg} |  14 +-
 ...s-029.lvt => lthooks-029-deprecated-before.lvt} |  10 +
 ...s-029.tlg => lthooks-029-deprecated-before.tlg} |  54 +-
 ...{lthooks-029.lvt => lthooks-029-deprecated.lvt} |  14 +-
 ...{lthooks-029.tlg => lthooks-029-deprecated.tlg} |  26 +-
 base/testfiles-lthooks/lthooks-029.lvt             |  60 +-
 base/testfiles-lthooks/lthooks-029.tlg             |  92 +--
 ...ks-errors.lvt => lthooks-errors-deprecated.lvt} |   6 +-
 ...ks-errors.tlg => lthooks-errors-deprecated.tlg} |  26 +-
 base/testfiles-lthooks/lthooks-errors.lvt          |  16 +-
 base/testfiles-lthooks/lthooks-errors.tlg          |  42 +-
 base/update-lthooks-tests.sh                       |   2 +
 19 files changed, 677 insertions(+), 538 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 80d431ceb7fd17b8267b8cda56a87b6eaf6e6b63




More information about the latex3-commits mailing list.