[latex3-commits] [git/LaTeX3-latex3-latex2e] cmd's head updated: Merge branch 'develop' into cmd (a2f2dd67)
joseph at dante.de
joseph at dante.de
Sat Jan 16 22:30:35 CET 2021
Repository : https://github.com/latex3/latex2e
Branch 'cmd' now includes:
fcc1735b Remove path from internal file name representation (fixes #422)
daa98b0a Parsing can't add extension to \@currname
533169d8 Add test file
cd128bf4 Maintain a stack for \@currpath
d354082c Protect against losing braces
c9d7b570 Use string comparison for \ProvidesPackage
fc28fb8a Add latexrelease blocks to changed macros
0cb3e901 ... and to unchanged macros
d0985b43 Do not follow file substitution at this point
0da3c752 Copy option list to requested package
8c059062 The file substitution flag has to be explicitly cleared
cca8084b Docs
fc36d24b Pass \@filef at und (expanded) to \@addtofilelist
00a61234 Stray \tracingnone
b386903e Add \changes entries and latexrelease guards
4b2ed6b4 Do not drop path in replacement file name
abb5d720 Check for replacement file before reporting a missing file
1a5acc9c Update test files
ccbbde50 Update latexrelease test files
b592464c Revert "Check for replacement file before reporting a missing file"
06c2915d Report when a package is loaded with an explicit path
dbab762e Add changes.txt entry and step file dates
4bf51ee8 fix for #431
709e348a Minor fixes
6efae2cc Update classes.dtx to tackle #430, also remediated some other inconsistent wording. [ci skip]
5dd39147 Make alphabetic characters in \@filelist catcode 11
739cf6c2 Update alltt.dtx, classes.dtx, and proc.dtx to remove typos found in #428, #429
6837e77d Update doc.dtx and docstrip.dtx to dix typos found in#428 and #429 [ci skip]
b867fc40 Add test for external packages and \@filelist
26b9da03 Update classes.dtx to fix introduced error
108f8b94 Work on a fix for #434 probably not yet complete
33cc1ecc Update fix-cm.dtx, fontdef.dtx, and ifthen.dtx for typo's found in #428 and #429
fd85040f I guess that'll do for #434 when rolling forward if the format is at least 2019. Earlier releases such as 2018 will not have expl3.ltx and therefore bail out, but I think that is acceptable in the roll forward case (but the error message in that case could be improved.
d1ac8f18 remaining fixes for #434 it should not roll forward even from fairly old kernels
93a96aad improve log messages
dc42970c remaining documentation for #434
6a4c4e3f Add missing latexrelease entry for \@carcube (5c6c8cc)
2d07818e Protect against latexrelease loaded in another package
b374aa4a Merge pull request #437 from latex3/hotfix/gh434
0b475dfb Merge branch 'master' into hotfix/gh422
cbb781c7 Merge pull request #438 from latex3/hotfix/gh422
63f39ab2 Update inputenc.dtx, latex209.dtx, ltplain.dtx, nfssfont.dtx and utf8ienc.dtx for typo's found in #428 and #429
8e642e71 fixed #443
472543a8 do not create backrefs if they don't exist (fixes part of #445)
5f509bc2 Add usrguide3
d7e36ef5 Update l3kernel to 2020-12-03
813e7a74 Test update
52ea0461 Merge branch 'develop'
60a14345 working on #444 and adding \selectfont hook
9c714390 try again with matching braces ...
0a2b487e starting to emulate everysel
1ce1e183 Added test for #444
0912c024 Update ltclass.dtx to remove typos found in #428, #429 [ci skip]
5d708344 Update ltcntrl.dtx, ltcounts.dtx, and ltdefns.dtx to remove typos found in #428, #429
dd29723c added everyself replacement (not covering CJK - should be done there) added test for everysel
0177d350 drop spurious brace in tracefnt package code adjust test loading tracefnt
7edfcbc0 test file fixes for Johannes typo updates
6cbfa18e Merge branch 'develop' into gh444
defb29f7 collect the delayed actions and execute them one after another in their original order
4795ed0b avoid differences between pdftex and luatex in test
3e3c2ef2 [base/config-filenames.lua] Fix `checkengines` table
df0ac0fd Update ltfiles.dtx, ltfntcmd.dtx, and lttextcomp.dtx to remove typos found in #428, #429
9f755fa2 Update l3kernel to 2020-12-05
814e412a add missing default to quiet key (#452)
707caf22 Merge branch 'develop'
1c45f4a3 Merge branch 'develop' Update ltfilehook.dtx, ltpage.dtx, ltpageno.dtx, ltpictur.dtx, ltsect.dtx, ltxdoc.dtx, ltxref.dtx to remove typos found in #428, #429
8a12293b Update ltbibl.dtx, ltboxes.dtx, and 7 more files... to remove typos found in #428, #429
845cce9f Update ltfinal.dtx, ltfloat.dtx, and ltlists.dtx to remove typos found in #428, #429
cf539f0a Update ltdirchk.dtx and ltoutenc.dtx to remove typos found in #428, #429
dfa1c53b Update latexrelease.dtx, ltfssaxes.dtx, and 3 more files... to remove typos found in #428, #429
fc215298 Update ltfssbas.dtx, ltfssini.dtx, and 8 more files... to remove typos found in #428, #429
a5e25eba Update changes.txt to add entry for gh/428, gh/429n and gh/430 [ci skip]
c098e102 Merge branch 'develop'
66cd9fd7 Update l3kernel to 2020-12-07
999b86e6 Merge branch 'develop' into gh444
6ae3cee4 Move 'top-level' chunks always at the end of the hook
8467ab6a Update (most) test files
f84814db Merge branch 'develop'
1166ab4e fix for #453 (change was forgotten in 2020-02-02)
c878da86 Code docs
f0b01786 In reverse hooks, put the top-level chunk at the beginning
b566126c Update (most again) test files
33d4132b Set the order of the chunk only after the hook is declared
990b2fcb fix for #424
62ef9d42 missing % made example appear inside kernel code
b11dabb4 Test if exist rather than if empty
ed180cad This should be "before"
0e04c5d7 small adjustment
f4ea4de4 Update test file for environment (with reversed) hooks
0ac8253f Explicitly tell if order is not set in the top-level chunk
43c2bafc Do not revert code within the top-level chunk
e2f84ede Tell if top-level is executed first or last
cd9b8f5e Use \tl_if_empty:nTF to check for an empty hook
4994f518 Check for 'top-level' earlier
8fe7a893 Remark on the difference in behaviour when removing code
eac3fcd1 Do not allow 'top-level' outside of top-level
c54967b9 Use current default label as fallback
52b77b90 Change message text
3a25fd90 Add test file for 'top-level' changes
1ecc7bca Rename \DeclareDefaultHookLabel to \SetDefaultHookLabel
6b2e81fc Hard-code top-level as the initial default label
8fcc4ebf Some simplifications entailed by 6b2e81f
2aca9747 Enforce no stack items are blank
a44f4f1d Do not hold the current label in the stack
2feb3ac7 Provide \PushDefaultHookLabel and \PopDefaultHookLabel
413e9406 Replace set+unset default label by push/pop pairs in tests
9d1b243c Changing the top-level label is an error
cca4cecb hotfix for #455
7ce18054 small change big effect .. of course #455 shows up in various test results
ff54ddb1 if we want to test with pgfmorepages we need to load it ...
ee66a7c5 can of worms this #455 :-)
dc867fe5 an additional test file
b7650498 Merge branch 'hotfix/gh453'
04757430 Merge branch 'hotfix/gh445'
d6f7d726 Update firstaid-bidi test files
ea1bc5bc Fix bug in \hook_show:n
70a0596b Use push/pop pair here too
f40df48c Update docs for #441 and document new functions
c832f542 Other minor doc fixes
88670720 firstaid requires tools for pgfmorepages tests
584910d1 Error on unbalanced \(Push|Pop)DefaultHookLabel
f234dd65 Off by one
22beec97 Tests for 584910d
b7a14104 This name is unused now
43368960 Update test files
eec6c9a4 Move testing errors to lthooks-errors
670070f1 Committed this by accident
e5034299 Step file versions and add changes.txt entries
219baa69 Missing argument to error message
9190d186 Fewer arguments to \@@_initialize_single:NNn
16238760 Add expl3 debugging to test files
40231e06 Use own (g)set and (g)put functions to avoid \debug_suspend: mess
d55eced8 Typos, missing docs, and clearer tests
1f72e21d Move missing-pop-label error to kernel hook
8798a4b1 Merge branch 'hotfix/gh441'
0ae344f5 Another attempt at #444
21e0bc79 improve a rollback typeout line
d2820195 fix for #458
7cbe2db5 fix for #427
6accf442 add text in ltnews33 for #427
cbc07a80 Step release tag
dc44b300 Forgot to update CHANGES
08c50252 Merge branch 'develop'
218ef4de Update changes.txt
e0c4a01f typo fix [ci skip]
87fcfa2c Update l3kernel and l3packages to 2020-12-07
35916686 Update 40231e060 to track l3tl changes
5d4adecf Improve rollback support
6e4cb567 this is develop with master (PL3) merged in (showing the glocal/global issue)
fb7f60f9 cherry picked code from gh/463 (no v change update yet)
71027f67 Update test files
fcdf0a0b Track luaotfload changes
a9f84558 Step file date
b036f110 Add test file from the github issue
dac80c95 Correctly restore \CurrentFile after the file ends
e248440b Redundant fix against misinterpreting an empty \CurrentFile
9c945c0e Update test file
210dc3c9 Merge branch 'develop' into gh444
4c3f258d added documentation in ltnews
1721bcaf test file for everysel functionality
6d2e6499 use different test
87734531 move everysel replacement code from ltfinal to firstaid; add CJK test
ce178365 bidi test file change (extra space dropped)
880f14a0 Merge branch 'gh444' into develop
d231a33c Merge branch 'gh431' into develop
1335bd45 Merge branch 'gh424' into develop
6bfe1a90 document which letter-like classes could do with the same fix
3ec488b6 Merge branch 'hotfix/gh448'
bbf9e8a0 Add missing \changes and changes.txt entries
aa6deab6 Add missing \changes and changes.txt entries and some docs
ac4e1765 Merge pull request #466 from latex3/hotfix/gh463
3ee45f0c Merge branch 'hotfix/gh464'
c808b5bb Merge branch 'develop' into develop+master
476970d5 Merge branch 'master' into develop+master
e4076eef test change ; lost two diffs for gh/385
58c104f4 rollback changes because of additional rollback code
b7255b3e sigh
29cd43f9 last correction changed the test files
377d654b two more :-(
0aa7fb35 added recent changes to latexchanges.tex
be832619 small typos
3db77292 Merge branch 'hotfix/latexrelease' into develop
139a60c0 Step release tag
37cbf286 Step copyright
4fdc9cbb drop BOM
cb07f0b4 drop BOM (just in case there is another PL)
5ba84ede Step pre-release tag
f84c54a5 Update l3kernel to 2021-01-09
ca7d6261 Update l3backend to 2021-01-09
8ad83c99 New dvipdfmx stack shows in one XeTeX .tlg file
1e16051f Merge branch 'master' into develop
7ed5a363 extended array documentation with respect to \\ behavior
83f0f816 Update copyright
72d2246c Install cm-super (see #470)
e074d5f2 LaTeX3 Project -> LaTeX Project
1036db6f more LaTeX3 Project -> LaTeX Project
b441a51a and more LaTeX3 Project -> LaTeX Project
8fae0624 and more and more LaTeX3 Project -> LaTeX Project
a5cd2f2b Pull fix for latex3/latex3#839
4299189b Typos
4e7d7955 xparse is a hard requirement for 2020/10/01
a39efc0a Simplify loading (expl3.ltx already checks for reload)
a2f2dd67 Merge branch 'develop' into cmd
More information about the latex3-commits
mailing list.