2021-02-13 06:49:34 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3kernel{,-doc}: update to 2020.57669
## [2021-02-06]
### Changed
- Use new (internal) interface for kerns
## [2021-02-02]
### Added
- `\c_zero_str`
## [2021-01-09]
### Added
- `\keyval_parse:nnn`
### Changed
- `\keyval_parse:NNn` is set equal to `\keyval_parse:nnn`
### Fixed
- Handling of encoding-specfic commands in `\text_purify:n`
|
2020-05-11 12:43:31 by Mark Davies | Files touched by this commit (8) | |
Log message:
tex-l3{backend,kernel}{,-doc}: update to 2020.55057
- Added `\__pdf_backend_pageobject_ref:n`
- Extend PDF compression control to `dvips`
- Recognize the exponent marker `E` (same as `e`) in floating point numbers
- Leave active characters untouched when case-changing
|
2020-04-27 05:26:40 by Mark Davies | Files touched by this commit (43) | |
Log message:
tex-*: update to texlive 2020 versions
tex-doclicense{,-doc} to 1.10.1
tex-etoolbox{,-doc} to 2.5h
tex-l3backend{,-doc} to 2020
tex-l3experimental to 2020
tex-l3kernel{,-doc} to 2020
tex-l3packages{,-doc} to 2020
tex-latexbug{,-doc} to 1.0g
tex-lualibs{,-doc} to 2.70
tex-tlshell{,-doc} to 2020
|
2019-12-06 20:18:36 by Mark Davies | Files touched by this commit (27) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-08-11 13:40:46 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3kernel{,-doc}: update to 2019.51745
changes unknown
|
2019-08-11 05:29:45 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-l3kernel{,-doc}: update to 2019.51546
### Added
- Experimental `\file_compare_timestamp:nNn(TF)`
### Changed
- Precedence of juxtaposition (implicit multiplication) in l3fp
now different for keywords/variables and factors in parentheses
split some files into separate tex-l3backend package
|
2019-05-14 13:08:33 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3kernel{,-doc}: update to 2019
### Changed
- Moved `\tl_if_single_token:n(TF)` to stable
- Moved `\file_get_mdfive_hash:nN(TF)`, `\file_get_size:nN(TF)`
and `\file_get_timestamp:nN(TF)` to stable
- Moved `\file_if_exist_input:n` and `\file_if_exist_input:nF` to stable
- Moved `\file_input_stop:` to stable
- Moved `\peek_N_type:TF` to stable
- Experimental `\driver_pdf_compress_objects:n` replaces
`\driver_pdf_objects_(en|dis)able:`
### Fixed
- Support for ConTeXt from mid-December 2018
- Infinite loop in some cases in DVI mode due to link-breaking code
- Category code of output from `\char_<target>_case:N`, and
same issue in `\str_<target>_case:n`
- Some issues in `dvisvgm` driver
### Added
- Experimental support for a range of PDF concepts at the lowest
(driver abstraction) level
- New `l3legacy` module containing
- `\legacy_if:n(TF)`
- `\char_str_<target>_case:N`
- `.muskip:N` property
- Experimental driver-level interfaces for image inclusion
- Experimental `\ior_shell_open:Nn`
|
2019-05-07 13:21:35 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3kernel{,-doc}: update to 2018.50036
### Changed
- Defensive code for redefinition of `\time`, `\day`, `\month` and `\year`
### Fixed
- Resetting of key inheritance
- Issue in deprecated command `\tl_set_from_file:Nnn`
|
2019-02-01 23:52:04 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-l3kernel{,-doc},tex-l3experimental: update to 2018.49853
## [2019-01-28]
### Added
- Global versions of box affine functions, e.g. `\box_grotate:Nn`
- Global versions of box size adjustment functions
- `\box_(g)set_eq_drop:NN`, `\(h|v)box_unpack_drop:N`
- `\file_get:nnN` and `\file_get:nnNTF`
- Experimental functions `\sys_shell_get:nnN` and `\sys_shell_get:nnNTF`
### Changed
- `\char_generate:nn` now always takes exactly two expansions
- Move `\prg_generate_conditional_variant:Nnn` to stable
- Renamed experimental `\box_trim:Nnnnn` and `\box_viewport:Nnnnn` as
`\box_set_trim:Nnnnn` and `\box_set_viewport:Nnnnn`, respectively
### Deprecated
- `\box_(g)set_eq_clear:NN`, replaced by `\box_(g)set_eq_drop:NN`
- `\(h|v)box_unpack_clear:N`, replaced by `\(h|v)box_unpack_drop:N
- `\tl_(g)set_from_file(_x):Nnn`, replaced by `\file_get:nnN`
### Fixed
- Scope treatment of `\box_set_dp:N`, _etc._
- In (u)platex: detection of spaces in `\tl_rescan:nn` and related
functions
### Removed
- Experimental function family `\tl_(g)set_from_shell:(N|c)nn`
(replaced by `\sys_shell_get:nnN`)
|
2019-01-30 06:44:27 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-l3kernel{,-doc}: update to 2018.49704
changes unknown
|