[latex3-commits] [git/LaTeX3-latex3-latex2e] gh444's head updated: test file for gh444 with the bugs (6ba1be7a)

joseph at dante.de joseph at dante.de
Mon Apr 26 19:45:39 CEST 2021


Repository : https://github.com/latex3/latex2e
Branch 'gh444' now includes:

     e59e10eb rollback to current version of longtable
     e7f52943 \global removed (thanks to Martin Wilhelm Leidig)
     6f241224 [ci skip] duplicated NeedsTeXFormat
     21d94c90 apply patch for vertical space when float on an LT page issue #3512
     a2416a4a increase default chunksize
     383fbe17 allocate box for global operations (tools/2914)
     41582566 updated LT box structure
     57ed312f v4.14
     aaf90859 fix test name
     216256a7 rollback to current version of longtable
     7d30cf38 \global removed (thanks to Martin Wilhelm Leidig)
     1a4c9842 [ci skip] duplicated NeedsTeXFormat
     819fda96 apply patch for vertical space when float on an LT page issue #3512
     81fbee90 increase default chunksize
     a6ea72fe allocate box for global operations (tools/2914)
     b5915472 updated LT box structure
     d71cf32c v4.14
     020305c7 fix test name
     46f23d6d Merge branch 'longtable4.14' of github.com:latex3/latex2e into longtable4.14
     6009e123 two patches to handle shrink glue issue #183
     b8fb16b8 Update changes.txt and layout.dtx to add the option japanese
     1d778cb1 Update ltnews32.tex to mention the change in layout.dtx
     cb2aaefc Merge branch 'develop' into gh353
     0d64d451 move text from ltnews32 to ltnxws33
     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
     5dd39147 Make alphabetic characters in \@filelist catcode 11
     b867fc40 Add test for external packages and \@filelist
     108f8b94 Work on a fix for #434 probably not yet complete
     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
     8e642e71 fixed #443
     472543a8 do not create backrefs if they don't exist (fixes part of #445)
     5f509bc2 Add usrguide3
     d4b9265c Integrate ltcmd to the kernel
     3e3c2ef2 [base/config-filenames.lua] Fix `checkengines` table
     6ae3cee4 Move 'top-level' chunks always at the end of the hook
     8467ab6a Update (most) test files
     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'
     cbc07a80 Step release tag
     dc44b300 Forgot to update CHANGES
     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
     1721bcaf test file for everysel functionality
     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
     ab8187d3 everyshi emulation taken out #440
     139a60c0 Step release tag
     37cbf286 Step copyright
     4fdc9cbb drop BOM
     b5b3209e Update file version
     3df8677b add \kernel at after@shipout at background hook
     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
     b8f6cec5 Merge branch 'develop' into shipout-hook-adjust
     83f0f816 Update copyright
     cd1d5798 Merge branch 'develop' into shipout-hook-adjust
     72d2246c Install cm-super (see #470)
     1bf26871 	Added internal \@kernel at after@shipout at background hook. 	Added public shipout/after hook
     9fc6780f fix typos
     d3c17687 normalize the copyright lines
     d0e573b1 give \RawShipout its own box so that \ShipoutBox is not overwritten (in case it is called from within the OR; various bug fixes; first test files
     bc8b3701 Change package warnings to kernel warnings; allow \DiscardShipoutBox on document-level to have an effect (as documented); some more documentation
     5ab34a75 removed latexrelease code 00/00/00 that was never defined in the kernel (only in atbegshi emulation)
     e074d5f2 LaTeX3 Project -> LaTeX Project
     1036db6f more  LaTeX3 Project -> LaTeX Project
     b441a51a and more LaTeX3 Project -> LaTeX Project
     2d5e606e fix typo
     8fae0624 and more and more LaTeX3 Project -> LaTeX Project
     08eccdf7 Merge branch 'develop' into shipout-hook-adjust
     3e8abfcc add some debugging info if raw shipout is used
     1d204f5e show raw shipout when debugging; make sure firstpage material does not end up in \ShipoutBox in case that gets reused
     98b56b02 more documentation on \ShipoutBox [ci skip]
     ba575e11 more test files
     e46fbdad an afterpage emulation
     ba2d5dfb minor improvements to typesetting source2e; get rid of some overfull boxes (more to do); suppress spurious l3doc warnings about using internals;
     50818720 \providecommand\InternalDetectionOff{} \providecommand\InternalDetectionOn{} until defined in l3doc.cls
     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
     342cb48c Merge branch 'doc-fixes' into cmd
     1faea67c Merge branch 'gh440' into develop
     148b2b64 make sure /firstpage hook code is executed before /lastpage hook code
     08eb20e7 stupid me ... check but not updated the test
     b21646c3 Merge branch 'develop' into shipout-hook-adjust
     3db2fc51 reordered the execution of shipout hooks so that code in shipout/firstpage really executes first
     7509e4ef added change entries
     9a82b59f Pull test files from latex3/l3packages/xparse
     f03ed494 sed -i \'s/ (2e + expl3)/2e/\'
     a600d41c typos and the like
     f49cb075 ! Missing ) inserted
     8c62002f fixed typos
     682b0ba9 Merge pull request #477 from latex3/shipout-hook-adjust
     1b4d35cc Suppres xparse info by default
     b058a452 Adapt xparse tests to ltcmd
     973be6c7 Update test file
     bfcc1e6d This belongs to the deprecated types
     b7bf2e26 Add IncludeInRelease for ltcmd
     dfeb604b Move 2020-10-01 latexrelease entry for xparse to ltcmd.dtx
     786fdfa0 Message only in 2ekernel
     7c99f88d Avoid latexrelease error with ^^@ in ltcmd code
     82ab8eb1 Update latexrelease test files
     5fbebf15 Add \ltcmdversion and \ltcmddate
     178c8f17 Add path stack entry for latexrelease
     c6a81c8b xparse is now loaded by ltcmd (also when rolling back/forward)
     294ad649 Lua callback for shipout
     28575477 Fix typo
     a2776476 Housekeeping
     f159c385 Merge pull request #396 from latex3/pre_shipout
     25c16dc4 playing around, not serious
     c4a7502a try again without last minute rubbish
     de1cbb83 not my day I guess
     f714b488 Revert "Simplify loading (expl3.ltx already checks for reload)"
     0b74554e Keep release from 2020/10/01 here
     98381628 Add \sourceLaTeXdate
     34b3801a hey
     7913e876 Do not empty these if they are defined
     95223fdc Add test file used in this crusade
     a0a8b7ff \conditionally at trace(on|off) provided by the kernel
     2a2e2a6f Update latexrelease-often tests
     a8f74686 Travis didn't like these
     e302c8e5 Move ltcmd after ltdefns
     55e646ff grrrrr
     4d667a81 These lines seem to have been added by mistake
     f4203493 Document \sourceLaTeXdate
     6a34a75a document that shipout/before and /after are not for typesetting material that is returned to the main galley
     1c5b9625 copyright date normalization
     25782336 add footrefmark
     9513d0a7 Update luatex test files
     86cd81a4 Add config-ltcmd to build.lua
     ec127dab Rename xparse->ltcmd in message modules
     11cdbcb5 Disable new command checking with latexrelease
     047d220b renamed \footrefmark to \footref
     41313217 test current situation
     ad54168a This test is no longer needed
     8680cfe3 Fix verbatim in ltcmd doc
     7cb02104 fix for #484
     819078e5 try again, the test makes only sense for pdftex
     e12cd8ab Update l3kernel to latex3/latex3 at e428129c
     572e060e Track l3backend changes
     a41680b7 ltcmd after ltdefns here too
     0e1b9308 Rolling forward from 2020-10-01 is fixed
     fb590cc7 Copyright dates in test files and LaTeX3->LaTeX
     4c320207 Add some \changes entries
     f8215014 Update l3backend to 2021-01-29
     6f867702 Merge branch 'master' into develop
     96ef0503 Update alltt.dtx to document the fact that the glyph at the position f the $-sign differs in for different OT1-encoded fonts.
     b2236b96 tests and update for issue #481 (#487)
     bce8da63 add paragraph tagging hooks
     75afa393 Merge branch 'gh484' into develop
     a64e8c39 Merge commit '96ef0503415998c7cc6e6b15467df56444bd0de2' into develop
     319bb71f Merge branch 'develop' into gh353
     1dad1f4e minor doc changes
     61dc3ef6 Update l3kernel to 2021-02-02
     c72d57f4 Update xparse to 2021-02-02
     4bc47291 Merge branch 'master' into develop
     ec0b98a7 Merge branch 'develop' into footrefmark
     966cd455 Drop copyright lines in test files
     20854df7 Merge branch 'develop' into cmd
     ca295167 Update test file with updated xparse
     0c45dc44 Merge pull request #446 from latex3/cmd
     2147f1c2 fix for #489
     61ab7601 Merge branch 'develop' into footrefmark
     4f03f9b7 fix for #488
     cb30af31 endless changes in the test files (due to additional box layer showing in \showoutput) There is one test github-0212 that might need analysing (and is not yet updated)
     18836791 this should be unrelated to the change ... needs further investigation
     883db40b reverted back manually and handcorrected the tlg. looks like the save for some reason it not copying back to the dir ... strange)
     c5d611b5 Set stdengine to pdfTeX for tools "legacy" tests
     d232d625 Drop support for "texlua build.lua <target>"
     342a01b9 Update l3kernel to 2021-02-06
     b298e03b Update l3backend to 2021-02-06
     e65dcb26 Track 3rd party package changes
     8568d785 Track 3rd party package changes
     13cfc923 Merge branch 'master' into develop
     7e9b4f88 First pass at splitting test suite
     e788007e Mumble
     99f135ec fixfor #494
     21e13d77 same game for \InputIfFileExists
     a07b7127 Preload glyphtounicode.tex
     6e433470 Add support for legacy engine versions
     01ab5d12 Update changes and ltnews
     fc4f268f Less technical documentation
     eb8f200c Created a test file and a branch for #415  (low prio but should be resolved eventually)
     59792ac9 added explicit \par in front of \color at endgroup in suport for paragrah hooks where appropriate
     a08219ca Merge branch 'gh404' into gh488
     c15f03b2 forgot the rollback changes
     12172f5d fix for #404 (WIP)
     3c50d3df fix for #496
     8540d607 Merge branch 'develop' into gh489
     7cf427ed Merge pull request #490 from latex3/gh489
     64ff00ed fix for #497  (document \labelitemfont in ltnews)
     292a99b9 really should add an alias for \textt :-)
     b3d08c0c the promised breakage due to new hyperref adding pdfversion in test(s)
     8bd62800 Merge branch 'develop' into gh488
     b4360cb4 Merge pull request #491 from latex3/gh488
     779ddbe7 correct a few typos [ci skip]
     3fded07f fix #500 typo [ci skip]
     1a2ac412 avoid infinite loop on math alphabet error #501 (#503)
     01fadb80 Merge branch 'develop' into ltpara
     28b70558 new version of ltpara with documentation [still WIP]
     c308f86a mumble, of course dropping a hook means test files change and sometimes one also need special ones for xetex
     3b334ebe and amsmath has also test files that change ...
     68135e4d add ltnews and changes entry drop ltpara.ltx (now generated) minor updates to ltpara.dtx
     dbaf032a surprise: processing full ltnews requires \endinput after \end{document}
     2f9626ca Merge branch 'develop' into footrefmark
     7880a583 test file change due to the colorgroup change
     459c833e added documentation for #486 in ltnews33
     2cac45ea try again with a text closer to the truth
     c1a3a3a3 ... and the \endinput for ltnews
     fc5c9ab6 pdfstring trouble
     306616d3 fix for #502  poor man's \texttasteriskcentered
     715acbec Merge branch 'develop' into ltpara
     fbc71d54 Merge branch 'develop' into gh404
     68e17bc1 Typos
     4193f9be \dim_set_eq:NN is a tiny bit faster here
     79941275 updates after review
     9ad03361 \dim_zero:N instead of \dim_set_eq:NN <dim> \c_zero_dim
     d64dd493 \skip_zero:N on \parSKIP
     e41c719b Update l3kernel to 2021-02-18
     d7fcc324 Update l3backend to 2021-02-18
     6920ac8c Update one test file
     bc83b601 Merge branch 'master' into develop
     05d90cde small docu fixes [ci skip]
     6f5d1972 Merge pull request #506 from latex3/ltpara
     e40c2c0b Merge branch 'develop' into gh502  + some typo corrections
     32eb3d47 Merge pull request #505 from latex3/gh502
     0b0e58bc Merge branch 'develop' into gh404
     4915a35c Support \textnonbreakinghyphen, \textfiguredash and \texthorizontalbar by approximation in OT1 T1 and TU (if missing)
     dc2a4234 added doc-v3beta.sty  for internal documentation (to be replaced later)
     4711e737 changes based on feedback
     67d390bf Merge branch 'develop' into gh404
     d0e5155a of course this affects th test file, stupid me
     f28c3d9b Fix blunder in \textnonbreakinghyphen
     df6e2ba0 Merge pull request #508 from latex3/gh404
     3d8a3588 rawoptions for packages and classes (#507)
     39663622 Merge branch 'develop' into footrefmark
     c067823f test file changes because of ltpara
     f102f517 Merge pull request #482 from latex3/footrefmark
     809b7e9b firstaid for classes definining \footref unconditionally (to be taken out again later)
     15be3720 simplify firstaid for \footref regen lthooks tests (should remember that:-( ) add memoir and koma-script to texlive.sh
     dcec4ef6 this firstaid can't be trested with travis (so local only)
     8ed9aede fix typos
     6ddb43b7 Merge branch 'develop' into longtable4.14
     c8baf767 news item for longtable update
     67346170 added ltnews33 entry for longtable; added changes into changes.txt; fixed a few change entries
     f86c5a13 Merge branch 'longtable4.14' of https://github.com/latex3/latex2e into longtable4.14
     477c9fb0 clean up overlapping change
     7b3db88b Adapt code from jfbu for improving preload speed
     d0fee923 Step pre-release tag
     4c55c61d correct gh-0212 test file (not sure why that hasn't showed up before)
     ee6eb3b5 Further test corrections
     79531e0a Mumble
     ec272bad Yet more test updates
     bb465706 Correct stdengine for amsmath "TU" tests
     12442a56 Update l3backend to 2021-03-02
     b247a75d Change the guards in ltfloat so that commented out lines do not show up in latex.ltx but in latexrelease.sty
     4409a02b Merge branch 'develop' into gh415
     eee1e7ee Do not \edef utf-8 chars when overwriting with filecontents
     1ea34118 Add test file for #516
     ab0cb06c Avoid warning when loading a file using a generic rule
     003a621e Off by one in XeTeX
     f35ab5e4 Step file date
     2dedce55 Add ltnews33 entry for #415
     4ce6de14 Nothing but a typo
     943f04d7 Use \text_lowercase:n instead of \MakeLowercase in ltnews
     f1f7c2d1 Add ltnews33 entry for #516
     391be8e6 Add test and support files for #519
     039eb9d8 \filename at ext instead of \Gin at ext when checking for gzipped graphics file
     eb94ed6e ltnews33 entry for #519
     28b5e004 How/why did I remove this?
     b6669bb5 Update test file to actually show the bug was fixed
     3539ed80 XeTeX currently doesn't support gzipped files
     4a385a90 Merge pull request #515 from latex3/gh415
     33b33f0f Merge pull request #518 from latex3/gh516
     16d66361 record that scrlttr2.cls is not following the change [ci skip]
     e4ea0751 Merge branch 'develop' of https://github.com/latex3/latex2e into develop
     9bb8f12d remove description of dvips backtick mechanism which has not worked for years
     187d622c Merge branch 'develop' into gh519
     31a11df7 Merge pull request #520 from latex3/gh519
     c3522690 modify \ProcessOptions* as suggested in issue #513
     6bacf490 support RequirePackage before documentclass
     cea4561c mangled latexrelease \else
     e679d2f8 update-rollback-tests.sh
     bc7cbe34 generate tlg with tl2020 not tl2021 to match travis
     8d18c612 bit more explanation for gh489
     6b15ecc0 Merge branch 'develop' of https://github.com/latex3/latex2e into develop
     31d7f13a Merge branch 'develop' into gh479
     b55271e9 Update changes.txt and layout.dtx to add option romanian
     624714b7 Add \NewModuleRelease from mailed test
     c8deed50 Manual \newif (it is defined later)
     e2f7b059 Add undo-module code from FMi
     cd194b44 Check extra \EndModuleRelease and nesting
     7050dfa4 Only grab code if skipping
     3f38b438 Use \textcommabelow s instead of UTF8 character
     9b3ad6c2 Update ltnews33.tex for romanian option to layout
     5cb0f5b8 Avoid printing the header at the end
     d7bff148 Check for \EndModuleRelease only if in a \NewModuleRelease
     4629f9f4 Add missing latexrelease line
     6dcd0d56 Update test file
     f2e1f537 Do not clear input file seq when rolling back
     e7a73a7e Info rather than warning
     9fb9528b typo fix [ci skip]
     68272551 fix for #530
     fd0db679 Update xparse to 2021-03-12
     fe5ec40f Merge branch 'main' into develop
     3841112e Merge branch 'gh530' into develop
     a2bd7de6 Merge gh513 and gh529 into develop
     8f471af5 firstaid for bigfoot (bug exists at least since 2015 but is now more likely)
     790a63d2 mumble ... hook tests as usual
     8e23fabb Avoid adding spurious entries to the default name stack
     20fd434f Getting the number of \expandafter right
     5d55a62f And getting the arguments in the right order
     fd74a57a Update test file
     3c559325 Use \NewModuleRelease in lthooks and ltcmd
     37e2ee11 Test files for luatex and xetex
     c5e856d2 slightly different implementation
     ec64bd6c cosmetics :-) [ci skip]
     888ff244 Merge pull request #532 from latex3/hotfix/bigfoot
     b1cd7541 copyright update to 2021 (for next time)
     b7773d23 Merge branch 'main' into develop
     38f3cff3 a test that shows line numbers, sigh
     cab541fb s/master/main/g
     23ec6649 Merge main into develop
     9fe7bf57 Document that \ShipoutBox (255) is a local box - and always was, so should see no \global\setbox assignments
     2c42f446 Define \sourceLaTeXdate in the format, not in latexrelease
     4d4b8dee Update test files
     1c9c1f3c travis
     68db9086 $\texttt \ne \verb$
     c815f225 Getting the arguments in the *right* right order
     c3665892 Add rollback test file for \NewModuleRelease
     4ce11a54 Move \section to the correct place
     49c85e22 Test for \NewModuleRelease block, regardless if skipping
     2f53763e Add rollforward test file for \NewModuleRelease
     fc05844e Right label for lthooks
     39fa4260 Log line for skipping to \EndModuleRelease
     25f9e4c6 Skip when rolling between dates older than the module
     ad6fd549 Older LaTeX don't have \sourceLaTeXdate in the kernel...
     66dd3adf ... so we have to define it conditionally in latexrelease.sty
     d423bff0 Drop unused docstrip guard
     c1e26c71 Update l3backend to 2021-03-18
     67a88e5a Merge branch 'main' into develop
     9adec21a In latexrelease.sty we do have \@parse at version
     c0a09135 Automate a bit and tidy the make-harmless code
     04b8a4c8 Do not allocate registers that already exist
     975373f0 Undefine temporary copies
     600cfb90 Step file versions and add \changes entries
     36cb2c66 Add changes.txt entry
     4e7d55f9 Use gset instead of new in latexrelease
     a5b07fa3 Underscores are still math subscript
     45ee60ac Add ltnews33 entry for \NewModuleRelease
     3d36d06b Changing \msg_new:nnnn is enough
     fb9da2e1 Add test to check if the commands are properly restored
     75d8e3c9 The *other* 31
     115b885c No l3doc here
     9f338c42 l3doc interfaces to latexrelease docs
     8062c99e Simplify ltnews entry
     2dacc128 Use \NewModuleRelease for lttextcomp
     0608f143 TeX seems to ignore spaces after control sequences...
     715778ac Use subsections under the implementation section
     fe517af7 Add latexrelease documentation for \NewModuleRelease
     7ec40542 Catcode setups must be outside \NewModuleRelease
     f1632830 iforgotspacesareignoredinexpl3syntax
     80ca3a81 Making lttextcomp into a module simplifies some logs
     1a09427e More information can be found...
     02e0ed9a This is all in the documentation, so make ltnews simpler
     14bfc552 If rolling forward, expl3 might not be available at this point
     dac030a2 Remove stray \typeout and fix module name
     2a33a0e2 Correct date printed when skipping undo section
     75d13675 Logic is hard
     cabc5df5 Fix FIXMEs in ltcmd-rollback test file
     3e50e56a ltcmd was technically added in 2020-10-01
     0bf17158 Remove stray undefinition in example
     210857e9 Update latexrelease-grabbing test code
     840bc9b0 Update test files for 3e50e56a
     11ec2011 Reloading no longer reallocates registers
     7e0a61f9 Supporting all sorts of time travel
     56b2c766 Add missing latexrelease entry for \normalfont
     de84c71c Avoid expl3 syntax when rolling from/to before 2020-02-02
     60319d67 \IncludeInRelease added; tests changed...
     74d4b879 Doc improvements
     cf7117ce Simplify checking for \ExplSyntaxOn/Off
     c21b2320 Make sure the register allocation can be safely skipped
     8010f70f Update luatex test file
     ac42284f Define \if at forced@series correctly when rolling forward
     d8711793 grrr... catcodes
     1bb873af Poor man's \enquote
     4038e3fe documented ui shape as suggestedby Claudio Beccari [ci skip]
     e3517c54 Add more \changes and changes.txt entries
     440df427 Merge branch 'develop' into gh479
     6830ba76 Update test files after merge
     6ea57f66 github-0479-often
     2e285d4d Update test file after rename... Hopefully the final commit here
     88bbba88 Merge pull request #534 from latex3/gh479
     28cd20c8 	Allocate \@inputcheck and \@unused early         so that they are before expl3 allocates more streams. 	In the past this was done in ltfiles  (gh/538).
     b4f1103b fix blunder in docu
     b181bb9d Do not rollback expl3 file stack management
     ee36b774 Add test files for #504
     15e06c99 changes.txt entry for b181bb9d
     adfc3719 Add ltnews33 entry
     42b964b9 Update rollback test files
     d562ffb4 Minor fixes
     b022522b Merge pull request #540 from latex3/gh504
     dafe02c3 make footnotes long for issue #464
     fce86834 list multiple gnats and gh issues
     977a5da5 reset at font in longtable captions, issue #133
     e3283c48 changes and ltnews: reset at font in longtable captions, issue #133
     227665ac [doc] Fix signatures of `\IfNoValue(TF)`, `\IfValue(TF)` and `\IfBoolean(TF)`
     3ca0ff21 fix typo
     bdea78e9 new ltpara version
     bc55e6f8 luatex changes (probably temp)
     8b31abfb xetex changes (probably permanent)
     95d55d27 lutex tools tests (probably temp)
     d03f0413 tools test files luatex (probably temp)
     00800097 tools test files xetex (probably permanent)
     b5e6df22 Merge branch 'testfiles' into ltpara
     46c510c9 Merge pull request #541 from e-kwsm/TF
     7151ad29 change usrguide3 date
     cb4fd385 Merge branch 'develop' into ltpara
     49bf98a0 closer integration of ltpara
     7cd87693 moving the files around means the order of hook declarations changes
     b2e2f4d6 getting there ... slowly
     699d9772 rollback changes (probably permanent)
     bd3600cc test files for ltpara ; update of frozen lipsum
     7aca5020 the new lipsum has a separate data file and we need to install as well
     fffb7d45 test suite generates dvi :-(
     7ae43ae1 leftover unused trace.sty that is not part of the test setup
     dea012d5 updated docu on \RawIndent, etc
     6ad3289b documentation update on \RawParEnd
     72c908c4 sigh, about time the testsuite gets fixed and doesn't depended on line number in the code
     e0232ef3 Merge pull request #542 from latex3/ltpara
     e8711574 updated release date to 2021-06-01
     607d0ae1 Update ltfssini.dtx
     264af44b Merge pull request #543 from dahosek/patch-1
     5d2f4bfd get in version 0 just to make sure that th test suite is fine
     abc52ec8 Padronize arguments of \NewModuleRelease with \IncludeInRelease
     97cc92f2 Actual test file changes
     8bfb226f Irrelevant line number changes due to line wrapping
     edf7340f Merge pull request #544 from latex3/module-arg-order
     f1637058 Merge branch 'develop' into ltcmdhooks
     363144f8 added the testfiles but they are currently wrong
     4405bf6b wording changes in debug output
     2930a7b6 one more ...
     fe433da0 In the kernel we don't need that test
     16ce8491 move some kernel hooks earlier
     af5ebc05 midnight checkin [WIP]
     1586b077 dropped a definition by mistake
     4cddce19 silence warnings on internal vsplit
     4ff763f6 silence warnings on internal vsplit
     73114807 a few more line break issuesin the test suite ...
     4221fd4a simplify typesetfiles variable
     1be233ed not 88 days in April
     4bcf2c29 Merge branch 'develop' into lt4.15
     cd36348b getting there slowly
     94435669 Add \tracingstacklevels and \tracinglostchars=3 to ltplain.dtx
     321ff1b8 Add \tracingstacklevels and \tracinglostchars=3 to trace.dtx
     8fd26aad Add changes.txt entries
     ed061cc7 Add test files for \tracingall
     f6208090 Add test files for \traceon
     bf9c62bd Add ltnews33 entry
     5c6685e3 state from last night, with renames and reworks (still a lot to do)
     564426e5 add .lvt for the examples used in the documentation
     4a07960a cleanup of lthooks (index has still issues)
     beec929a support for ltcmdhooks rollback
     774c6c41 more rollback stuff
     c1b9b32e cleanup ltcmdhooks; more rollback work
     2fd86783 slightly better debugging message
     0c723a13 something  wrong with rollbacl-005 most likely due to the linenumber issues in luatex
     bc1dc4d9 try again
     a9a939b4 ltnews draft for cmd hooks
     d610257a working on changes entries
     40513114 Add \tracingstacklevels emulation for LuaTeX
     62011d23 Update LuaTeX test files
     c86306a3 luatexbase.fix_code
     eabc77b5 Test file changes
     b8de079e Line wrapping-related test file changes
     5b216bd3 Fix a signature
     fa7745ba Parse hook name in \hook_disable:n
     87a316d3 @@ and small documentation improvement
     64cea038 Specify the reason the hook is not usable
     c24e0173 Change command names so they are actually patched
     8a96ab56 Line wrapping-related test file changes
     8892991e Merge branch 'ltcmdhooks' of https://github.com/latex3/latex2e into ltcmdhooks
     58822eaa changes entries and a bit more rollback cleanup
     760f3f8c raw change of \\ (in tabular settings) to see what the test suite thinks
     5605f3f5 input_level_string is exclusive, not data
     b26e7ed7 Reorder code for latexrelease
     30383a6e luatexbase logs removed code from callbacks
     20f9b36f \\ variants now protected except for longtable (also outstanding ltnews entry and perhaps tests in tools/amsmath)
     de28e824 Test no longer needed because the code is always removed
     9e836c7d fix typos and some clarifications in ltnews33
     826a27b8 Merge pull request #547 from latex3/gh524
     e1359609 Merge branch 'develop' into robustcrs
     fca51287 ~ means a tilde in a file name
     12cc8007 Add changes.txt entry
     95aa25f4 ltnews placeholder entry
     42bcb50a try switching to wget https:
     c4f34da9 try switching to wget https:
     8b06a47a luatex needs it s own test result :-(
     60fa5767 explicitly setting repository
     9fe3e0ba last try tonight
     3097f88c merge from develop
     caaffc99 tryagin with just http
     f7a9957b protected for #548
     5a942a96 changes entry
     00d3077d and now a correction in ltnews33 so that that runs as well
     04a2726d Revert "try switching to wget https:"
     cadf6519 one more case in eqnarray*
     59852a72 Merge pull request #551 from latex3/robustcrs
     43781652 Merge branch 'develop' into ltcmdhooks
     bf6bf12c Merge pull request #546 from latex3/ltcmdhooks
     bbf7bd76 Line wrapping-related test file changes
     aad3ea7a Avoid engine-specific test files
     0ac67abd Merge branch 'develop' into input-nobreakspace
     60c96e66 Line wrapping-related test file changes
     18d490f9 Merge pull request #550 from latex3/input-nobreakspace
     39b92b87 clarification on enddocument/afterlastpage
     cae0dc2c added missing \arraybackslash to ttcterrata class
     82c227de Merge branch 'develop' into lt4.15
     a7519f2f Add ltnews entry for #548 and general cleanup of the doc
     68598879 Merge pull request #545 from latex3/lt4.15
     6ba1be7a test file for gh444 with the bugs




More information about the latex3-commits mailing list.