Skip to content

Commit

Permalink
ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed May 5, 2020
1 parent 49b71ec commit 0a99f03
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions source/texk/web2c/eptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-05-05 Hironori Kitagawa <[email protected]>

* pdfutils.ch: Sync with inhibit_glue_flag improvement.
https://github.com/texjporg/tex-jp-build/pull/102

2019-12-10 Hironori Kitagawa <[email protected]>

* am/eptex.am (eptex_CPPFLAGS): append $(ZLIB_INCLUDES).
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/eptexdir/pdfutils.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ end;
@ @<Implement \.{\\pdfsavepos}@>=
begin
new_whatsit(pdf_save_pos_node, small_node_size);
inhibit_glue_flag:=false;
inhibit_glue_flag:=false;
end

@ @<Save current position in DVI mode@>=
Expand Down
5 changes: 5 additions & 0 deletions source/texk/web2c/ptexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-05-05 Hironori Kitagawa <[email protected]>

* ptex-base.ch: Improved resetting inhibit_glue_flag in extensions.
https://github.com/texjporg/tex-jp-build/pull/102

2020-02-09 Phelype Oleinik <[email protected]>

* ptexdir/ptex-base.ch: extra end; needed for the scan_file_name
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/ptexdir/tests/inhibitglue_extensions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

あい\inhibitglue\immediate\special{A}(あ\cs{immediate}\cs{special}$^*$

あい\inhibitglue\pdfsavepos(あ\cs{pdfsavepos}
あい\inhibitglue\pdfsavepos(あ\cs{pdfsavepos}←whatsit作る

あい\inhibitglue\immediate\pdfsavepos(あ\cs{immediate}\cs{pdfsavepos}$^*$

Expand Down

0 comments on commit 0a99f03

Please sign in to comment.