[latex3-commits] [git/LaTeX3-latex3-latex3] icc's head updated: Remove a stray line (d6f1332b2)

joseph at dante.de joseph at dante.de
Thu Oct 14 18:46:06 CEST 2021


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

     d9547f9f5 Use an auxiliary for color model creation
     bfae09c71 Drop some stray markup
     629986d8d Typos
     4860a074f Add scope surrounding PDF graphics
     9719ee8a8 Revert "Add scope surrounding PDF graphics"
     7324b4a7d register pdfmanagement prefixes
     309485a65 Drop use of l3docstrip for unpacking
     f1c70e47c Make l3docstrip a stub (closes #782)
     8c4ba34fb Update frozen DocStrip to latest release
     07ee84fd8 Drop loading of l3docstrip
     9e6aaa678 Add security warning to l3sys-shell (see #472)
     73848feca Drop a comment
     34bc041f8 Add glyphtounicode to local tree
     7cee6ff47 Update LaTeX2e to 2021-05-01 PR2
     b995ab268 Tidy some section headers
     eac3d1d0b Evaluate int constants only once (fixes #861)
     0db27bcf8 Drop unneeded XeTeX 'adjustment'
     b2b7198ac Improve source3 TOC (see #860)
     da42f0155 Ensure main color stack is always defined for (x)dvipdfmx
     e1fb4d19c Use correct number for color stack init. in (x)dvidpfmx
     71247a543 Step release tag
     7444e6f83 latex2e as Module in l3prefixes
     583f49dc3 Register para prefix for ltpara
     e3a97d720 Forward options to frozen versions
     b9411cb9b Remove a stray tag [ci skip]
     06175cfd3 Log xparse change [ci skip]
     5af0ae0e4 register marks and xmarks for 2e
     8c05d4e4f Step release tag
     3e1892e81 Add "pdfcolorstack n current" to (x)dvipdfmx scopes
     b1e4e56bf Step release tag
     825ec0138 Add \tracingstacklevels
     9abfcc978 Minor internal tweak
     7d3a6663c Doc fix
     8e5ab1287 Avoid \AtBeginDvi in backend
     779c136dc Track (u)pTeX changes
     cd44321f6 Track (u)pTeX changes
     d795c68c1 Changing hook name shows in logs
     13d52622e Export colors in comma-sep format (closes #863)
     0b99e25af Combine color export setup using a common auxiliary
     d99cd3f44 Split kernel messages by module (#854)
     1800db921 Update l3backend as l3pdf is always loaded
     1ad312811 Step l3kernel req. for l3backend
     a03c65135 Add \seq_set_split_keep_spaces:Nnn (closes #784) (#857)
     ca4cabd4e \csname-based filename sanitisation
     adc3551b9 Internals don't need to be \__kernel_...
     e65fd9d9f Add tests for invalid tokens in file names
     8893b54ae Update documentation
     120ef95cd Faster strip quotes and trim spaces
     87b591a9e Colour stack-related test file changes for TL 2021
     9d8846b80 Line wrapping-related test file changes for TL 2021
     5b6e6f303 Line wrapping-related NEW test files for LuaTeX for TL 2021
     59d077cc9 Colour stack-related test file changes for TL 2021
     66696dee9 Merge branch 'main' into filename-sanitize
     87bf15f42 Add CHANGELOG entry
     df0f19abd Merge pull request #869 from latex3/filename-sanitize
     baa1b67d9 Download TL using https
     393e9b388 set pdf version values also with dvips
     5dcb489d8 Add markup to CHANGELOG and reflow
     b79a1d8fe Remove a redundant comment
     0aa128816 Evaluate PDF version data as integers
     69edf9a63 Clarify doc of \seq_set_split_keep_spaces:Nnn [ci skip]
     3f0053160 Make \ior_map_inline:Nn complain when given an undefined stream (fixes #194)
     1de0d8734 Refine documentation of \u in l3regex
     1de0cc07e Typo in doc
     3f925b3c2 Fix bookmark levels by a simple hack in l3doc (fixes #860)
     f48894e92 CHANGELOG entry for commit 3f0053160b (see #194)
     c76ca6c63 Doc typo (fixes #876)
     eea61d046 Document that TeX ignores ~ at the start of a line (fix #125)
     51c73edc8 Avoid hyphenation in the first run of underscores in l3doc's \cs (fixes #479)
     8771ba58e Improve handling of \exp_not:n in \text_expand:n (fixes #875)
     9bc2aae8d Better way to handle \exp_not:n in \text_expand:n (fixes #875)
     8bcf2eaef Change catcode produced by default by l3regex replacement (fixes #621)
     f5ca63db4 Dont't duplicate \pdffilesize in \file_full_name:n
     a4dc3331a Add ISO format in documentation
     aecd3a5a1 Provide \ur escape to compose regex more easily (see #590)
     ab92696db Make \regex_show:n show printable characters (fixes #590)
     115a360b6 Improve documentation of \ur escape (see #590) [ci skip]
     c08c409ab Implement quantifiers for \ur escape sequence
     318b8f3d8 Implement quantifiers for \u escape sequence in regex (see #885)
     d21a04579 l3regex: document that \ur and \u escapes allow quantifiers [ci skip]
     afee1b026 l3regex: tests for \u and \ur escapes and quantifiers
     85c7f20f2 Implement \regex_log:N/n and c variants (see #884)
     5a344d84e Reorganize l3regex doc a bit [ci skip]
     fbd527950 l3regex: mention TeX's expansion for composing regex [ci skip]
     730c711af Actually don't add c variants of \regex_show/log
     b780b51cc Optimize computation of case-changed char in caseless regex
     66f9319dc Suppress capturing groups in composed regex (see #590)
     c69de283a l3regex: Forbid unescaped left braces in \c and \u escapes
     fa31de2ed Document use of l3regex to make tl with arbitrary catcodes [ci skip]
     939f02d61 Error when referring to inexistent group in a regex replacement
     a7b2e7796 Improve interface3.pdf index by setting module for various commands
     8f3f236cc Add to l3prefixes.csv some that were missed in #450
     4226c81d2 Index correctly (or do not index) some more commands
     8ee35d312 Change how special cases such as \l_tmpa_tl are detected (fixes #450)
     335ba2317 Typo in documentation
     830646c2a Mention breaking change (of regex catcodes) in CHANGELOG [ci skip]
     b9c93038e Markup typos [ci skip]
     f59af8b8e Implement \seq_put_item:Nnn(TF) (see #844)
     0adfe3ec4 Implement \seq_pop_item:NnN(TF) (fixes #844)
     c7e08f713 Implement \seq_set_item:NnnTF instead of seq_put_item (see #844)
     c7f58cf32 Tidy ChangeLog (ci skip)
     d4253c7db Validate internal structure when showing complex datatypes (fixes #884)
     c9196acd1 l3doc: Add hyperref target in every \cs (fixes #649)
     74e4207b0 l3doc: in each index entry, list page refs before codeline refs
     a67bf5341 Minor code simplification in l3doc
     8bed31fc3 l3doc: suppress indexing within the table of contents (actually fixes #649)
     2a3a61279 Force hypertargets to exist in many places to remove pdfTeX warnings
     ff5842b9b Adjust mark-up
     3233f33bd Fix codeline indexing of \{ and \}
     c24acb98e l3doc index: avoid duplicate pages and encap warnings (see #673)
     d2d24c74b Adjust mark-up, based on more checking of the index
     a32d72657 Faster conditionals (#822)
     1ffb218fa Log change in #822  [ci skip]
     ab7ed37c0 Implement \box_ht_plus_dp:N (fixes #899)
     3f7576653 Add new ht_plus_dp function directly to stable
     3e8cb1457 Change "mapping to" to "mapping over" [ci skip]
     d0082f56f Fix implementation of \DeclareRestrictedTemplate
     7a0a355c1 Update .tlg files to track l3build changes
     5245f89e1 Fix incorrect use of restricted template in xfrac
     898d93592 Fix formatting of xfrac message
     638e0b1f4 Combine documentation of some N-type and n-type l3str functions
     f5b249552 Implement \str_map_tokens:nn (see #900)
     19def0d99 Implement \clist_map_tokens:nn (see #900)
     51344265e Add testfiles and changelog for new map_tokens (fixes #900)
     ee32cb0c7 Add new map functions directly to stable
     bc8f2cdaf Fix unbracing behaviour of \clist_map_tokens:nn
     5106c1923 Actually fix unbracing behaviour of \clist_map_tokens:Nn (see #900)
     0d76c40b0 Avoid a change in the 2e test suite
     c3f2022b9 Zap stray spaces
     32815d8c0 Step release tag
     17405fce6 Backend change shows in peek code
     061b1d54b Backend change shows in peek code
     10dc74d9a Hook name shows in .tlg files
     d72115a86 Re-introduce use of shipout/firstpage hook
     9f6f6a8b3 Define \g__kernel_backend_header_bool in generic mode (fixes #905)
     205c9cc3b implement faster group_align_safe_begin:
     b1a28983c make small changes to the documentation of align-safe groups
     59c12b991 Changelog about speeding up \group_align_safe_begin: (fix #906)
     3c3760656 Add l3doc test config
     0c7103668 Install lipsum to allow using it in tests
     73e961091 Update l3doc test file to reduce system-dependence (see #903)
     feea7896c Make keyval_parse alignment safe (fixes #896)
     5aebcb94f Document preference of alternatives in l3regex (fixes #904)
     ecd57900e Reorder l3msg documentation to emphasize customizable aspects (fixes #887)
     3c4fe6034 Document a variant
     5b24837f7 Implement \cctab_item:Nn to access catcode of a specific char (fixes #880)
     233fad87f Correct some grammar [ci skip]
     0bf9f778e Implement \clist_use:nnnn and \clist_use:nn (fixes #561)
     b067a0512 Fix interaction of cs and catcodes in regex replacements (fixes #909)
     6bdfc9db1 Add .tlg for m3cctab002
     728f24fd3 Update keyval internal following align safe change
     0a4c0ed79 Simplify l3doc test
     fd1267b2e Step release tag
     ec1e3f96c Correct align_safe groups in keyval_parse (see #912, see #896)
     f873bddb8 Use a single tmp control sequence to save hash table space
     05cc492ea Implement expanded-fix for keyval (see #912 and #896)
     1867e956f Move timer to sys
     4ef917c7c Adjust testfiles to moved definitions
     66d98000a Update ChangeLog [ci skip]
     eb80ba495 More precise error message for \cs_...:Nn and similar (see also #174)
     5e25dd95c Use fewer string comparisons since they are slow in LuaTeX (fixes #174)
     37a3ce89c Implement tl_log_analysis to complement the show function (see #241)
     2d3b508f2 Implement \color_log:n to complement the show function (see #241)
     ea5e2ecc9 Implement \coffin_show:N(nn) and log functions (see #241)
     e5d95c350 Implement functions to show a single ior/iow stream (see #241)
     ee6f43ae7 Implement \group_show_list: and log function (see #241)
     b0e05ccea Clean up changelog for the added show/log functions (fixes #241)
     dc34ff146 Simplify slightly an error branch in keyval_parse (see #912)
     9ede50e4c Fix error check for unbalanced braces in regex replacement (see #377)
     a937eaf0f Report the number of added braces in regex split/extract (see #377)
     70c354fbc Catch brace balance errors in all regex functions (fixes #377)
     301fb28c8 Use existing \use_ii_i:nn instead of a private copy in l3clist
     be10cbe69 Use cctab to fix catcodes when loading l3str-convert files
     d9bdea203 Correct CHANGELOG markup [ci skip]
     a483a2c37 Implement \legacy_if_set_true:n and \legacy_if_set:nn (fixes #664) (#908)
     f31d4d77f Speed up all tl_map functions 2-8 fold
     e1b635ebd Speed up seq_map_function and seq_map_tokens
     cfaf6bd9b Speed up expandable prop mapping functions
     7c126b9dd Simplify code of \prop_if_in:NnTF and \prop_item:Nn
     582270fe3 Speed up l3clist N-type mappings
     35c508eb9 Use the @@ notation instead of __module in a few places
     2c57a3080 Document that clists/quarks are particular token lists (fixes #791)
     b997f015d Prefer scan-marks to quarks in l3clist (and speed up some n-type functions)
     3d7815891 Fix \clist_remove_duplicates:N for "unsafe" items (fixes #917)
     da756d451 Remove stale code comment
     fc7c9d4cb Remove an obsolete file [ci skip]
     768cb420d l3benchmark: Store results in a variable (#918)
     15c5f4e27 Avoid an engine-dependent test log
     1a3fffc76 Document that boxes create groups
     171f978f4 Document boxes are compatible with LaTeXe, color-safe, and create groups
     d6fc5c25f Remove dead code
     eadf25bd4 Document newly added silent benchmark functions (see #918)
     c2b171cd4 Allow msg module name to be empty
     c30190f64 Avoid using an inappropriate clist mapping in l3regex
     531f38b0a Clarify doc of prop_put, prop_set_from_keyval etc (see discussion at #924)
     aa6280a58 Implement \prop_concat:NNN
     c880e5f4a Implement \prop_put_from_keyval:Nn (fixes #924)
     4f76a65c7 Only build necessary format during `l3build save`
     8eb4d005f Handle forat building in bundlecheck
     b6c8f74df Implement \str_compare:nNnTF (fixes #927)
     2000ea3fa Update a list of unimplemented regex features
     9a18a9985 Implement \msg_info_term:nnnnnn (fixes #911)
     2451e5f92 Add xparse support for ltcmd message renames
     2fc2f11d1 Document list of msg classes
     60f6a67da Format expandable errors like other errors (see #931)
     785754764 Shorten a few expandable error messages to avoid LuaTeX-specific logs
     13fbf1ebc Correct documentation markup
     beada4e46 Implement info messages on the terminal as \msg_note:nnnnnn (fixes #911 again)
     b274dda53 Clarify documentation of message classes: info versus note
     45e07e4f4 Register pgfmxfp (#937)
     eb377a253 Optimization: use \c_zero_int and \c_one_int
     9137c5640 Optimize \tl_set_eq:NN and elementary register operations (fixes #932)
     e360029f3 Document how \tl_rescan:nn differs from the \scantokens primitive [ci skip]
     b9fb9cb6d Merge branch 'ltcmd-xparse-msg' into main
     0081c90a4 Merge remote-tracking branch 'origin/gh931-expandable-errors' into main
     27afb5d67 Step release tag
     7a87cf1cb Revert "Format expandable errors closer to other errors (see #931)"
     aebf0f7ac Add -dev when \development at branch@name _does_ exist
     99e779f55 Update ChangeLog [ci skip]
     52a3df401 Step release tag
     616594b31 Minor edit to ChangeLog [ci skip]
     7e7e60276 Increase maxprintline and regenerate tests
     a0d3b846b register chaos prefix
     ed668b09b register kivitendo prefix
     104538488 Restore one parameter in xfrac
     3d7eaa03c Properly correct xfrac issue
     e91952cb5 Use x expansion for \int_const:Nn
     07b88fa63 Document change [ci skip]
     5314dfea5 Step release tag
     983203b97 Tidy up a copyright date
     9aa050ddf Correct module name in messages
     01b7853d8 One more ltcmd removed
     b56ae74d7 Track hyperref changes
     95436ed69 Logged functions
     01c796ed2 Correct an internal function name
     0e42f6c0f Avoid case changing high chars in (u)pTeX (issue #939)
     e15009f50 Fix local assignment to a global variable '\g__sys_backend_tl'
     2d3523a07 Update CHANGELOG (for PR/949) [ci skip]
     e8a21bd01 Merge branch 'main' into master
     6c1b64878 Merge pull request #949 from dbitouze/master
     e31bb39ec Handle accents separately from other case exlcusiosn
     0ff41bd63 Step release tag
     5ee644e0e Register prefix "nmc" (numerica)
     e811958cb Typos
     fee9454d8 Update l3experimental README [ci skip]
     b14d499ed Typo [ci skip]
     0e17a8219 fix typo [CI skip]
     a0cf73ea3 Add note that xparse-generic.tex is no longer generated
     3c66360bc July 2021 deprecation removals
     1c9ef635d Normalise catcodes in color models (fixes #962)
     f7b68fd70 Document deprecation removals
     22f03eac9 Source formatting
     70c301251 Remove a stray line
     5d35308f1 Move l3opacity to l3experimental
     aa9de7b48 Source formatting
     422d93152 Update a comment
     a852db585 Use /Action not /A for GoTo links in dvips (fixes #957)
     f5e636816 Revert "Remove a stray line"
     8b32e9ffb Explain pdf.link.dict
     f3cf89187 Support transparency in Distiller
     6eeacd108 Missed a comment
     83550e0cb Note about Distiller and transparency
     79c06955c Test file updates
     4aa911bd1 Test file updates
     4d5d64042 Step release tag
     8761d269b Add l3bitset to README.md
     2d2911e3b Starting some notes/extensions in l3draw-scopes
     c5e1e6bf4 Fix typo
     14d805f51 Typo
     38818dcd6 Update docs for l3draw
     8a5de0515 Implement \draw_baseline:n (fixes #964)
     99284c9b0 Test file updates
     f84e3da9b Rename \__draw_point_to_dim:n to \draw_point:n
     549f1baa5 Register "langsci"
     a18c926e1 Allow for l3keys2e loading in the kernel
     46ff677ad Add \partoken(context|name) to l3names
     d303fc4ae Setup GitHub Actions
     996bad17c Only use \pdfmanagement_add:nnn if active
     f1a76d5ed Missed a "{"
     8f17ef2fe Oops: s/c/N/g
     ca3ad2cd8 Correct logic in one test
     03f1a907a Documentation improvements (closes #974)
     b7f4a94b6 Document scratch variables (closes #973)
     25ce7aeb6 Ooops
     a8f02e1a3 Step release tag
     8b55955d1 Drop Trvis-CI
     77ad6c27d Register zref-check
     4ea8eb9f4 fix small typo
     f46e9b181 Merge pull request #977 from Skillmon/typo
     61771d076 Define missing parts for \__cmd_copy:NN
     51a6aa6d7 Add test file for \__cmd_copy:NN with deprecated types
     3f677eead Add changelog entry
     877caba4a Move TL packages for GH Actions to separate file
     78e58ccfa Add release system for GH Actions
     699e69fcf Add environment to allow making releases subject to verification
     90b7d4846 Create global cache to make tags and new branches faster
     48222d28e Track changes in the signature parser
     a4b676621 Merge pull request #979 from latex3/gh-release
     918400b64 register etl
     3834893b9 Merge pull request #981 from Skillmon/register-etl
     ff8924573 Prefix registrations for Keno Wehr
     bbaef3cde Combine the implementations of warning/note/information messages
     98bd0d031 Shorten some expandable errors to avoid LuaTeX-specific tests later on
     7e09ff9b0 Change expandable errors to use "doesn't match its def" (fixes #931)
     62252bf98 Shorten another expandable error message to avoid cropping
     2619b5357 Changelog for issue #931
     c04054027 Correct expandable errors throughout the LaTeX3 repository (see #931)
     53443c8cb Drop some line-end spaces
     a2bb278a6 Drop kernel_msg from l3experimental
     d3b47622b Drop most kernel_msg from l3trial
     574795fc6 Drop a redundant message
     f3d0bfa85 Drop kernel_msg from l3kernel
     c14309ae5 Test file adjustments
     0ebbc67bc Add coffin module to l3 list
     b60d9ceb9 Documentmessage changes
     3670ddc0d Step release version
     443b61893 Attempt to upload all the zip files
     c965cd8ea Register prefix stycmd
     ccb37d517 Register prefix markdown
     b58d2986f [actions] Update package index before installing GhostScript
     2cc097293 fix box_gresize_to_ht_plus_dp to be global
     b0ec59705 add changelog entry to the fix for \box_gresize_to_ht_plus_dp
     845cc6d61 Merge branch 'main' into latex2e/gh569
     d19d672b2 Merge pull request #993 from latex3/latex2e/gh569
     335222608 Seems to be typo
     282e813fd Make \coffin_gattach: really global
     bdcd660f6 Add changelog entry for 282e813
     85672ef95 Add tests for coffin scopes
     2eb7338ef Merge pull request #1000 from latex3/coffin-gattach
     dd15e70a2 Register incgra prefix
     966500986 update csv
     489d53e70 Merge branch 'main' of https://github.com/latex3/latex3
     f99407fbf do it correctly :-(
     5390c9d62 Correct dvips DeviceN init.
     3fcc5f5b8 Tidy some spaces
     6373ef2b4 Add missing braces
     7f41c07b4 Test file updates
     4280bf70c Need an addition roll for DeviceN
     b3d6ef3fd Add additional braces for PDF-based DeviceN creation
     79df04dab ChangeLog updates
     4f7139d77 Step release tag
     faff9c9d0 Mumble
     9a3c0c715 Add support for ICC-based color profiles
     bab078327 Test file coverage for ICC profiles
     9e6b75577 More test files
     89bfc2b94 Correct init. code for ICCbased spaces
     288417061 Add a stub ICCbased init function for dvips
     7aedd575f ICC Profile test requires a profile file
     ae1a838b2 Correct test files
     e35dfa40a Correct error text
     9ed62bede Correct ICCBased tests
     e3c8f6815 Auto detect component count from ICC
     5f537e0e2 Test file updates
     0d98a2f92 Fix bug
     d6f1332b2 Remove a stray line




More information about the latex3-commits mailing list.