-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
74 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
2025-01-31 Martin Ruckert <[email protected]> | ||
|
||
* Adding the \ignoreprimitiveerror primitive | ||
|
||
2025-01-17 Martin Ruckert <[email protected]> | ||
|
||
* Adding limited LaTeX color support | ||
|
||
2024-11-11 Martin Ruckert <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
2025-01-31 Karl Berry <[email protected]> | ||
|
||
* pdftex.ch (l.1891): have print_ignored_error respect | ||
--file-line-error; noted by Martin Ruckert. | ||
* pdftex.web (etex_int_pars): add eTeX_states, not | ||
eTeX_state_code, as it was before; noted by Martin Ruckert. | ||
|
||
2025-01-27 Karl Berry <[email protected]> | ||
|
||
* NEWS: 2025 font scaling entry; belated 2024 cross-engine entry. | ||
|
||
* am/pdftex.am (pdftex-pool.c): exit 1 if makecpool failed. | ||
(pdftex-final.ch): remove $@ and exit 1 if tie failed. | ||
|
||
|
@@ -21,6 +30,7 @@ | |
(Generate all \eTeX): define it. | ||
(Cases for |print_param|): print it. | ||
Request from Frank Mittelbach, 22 Jul 2024 22:37:26 (private mail). | ||
* NEWS: mention this. | ||
|
||
2025-01-23 Thanh Han The <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
2025-01-31 Karl Berry <[email protected]> | ||
|
||
* xetex.ch (l.1891): have print_ignored_error respect | ||
--file-line-error, a la pdftex. | ||
|
||
2025-01-27 Karl Berry <[email protected]> | ||
|
||
* NEWS: 2025 font scaling entry. | ||
|
||
* am/xetex.am (xetex-pool.c): exit 1 if makecpool failed. | ||
(tex-final.ch, mf-final.ch): remove $@ and exit 1 if tie failed. | ||
|
||
|
@@ -12,7 +19,7 @@ | |
|
||
2025-01-25 Thanh Han The <[email protected]> | ||
|
||
* pdftex.web (print_ignored_err): new @d. | ||
* xetex.web (print_ignored_err): new @d. | ||
(ignore_primitive_error_code, ignore_primitive_error): new primitive | ||
\ignoreprimitiveerror. | ||
(is_bit_set): new fn. | ||
|
@@ -22,6 +29,7 @@ | |
(Cases for |print_param|): print it. | ||
Same code as for pdfTeX; merged into XeTeX by karl. | ||
Request from Frank Mittelbach, 22 Jul 2024 22:37:26 (private mail). | ||
* NEWS: mention this. | ||
|
||
2024-05-18 Hironori Kitagawa <[email protected]> | ||
TANAKA Takuji <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters