diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-20 15:27:35 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-20 15:27:35 +0000 |
commit | 0fbbdbbcc63e580418e4427e533a33900c2bbff4 (patch) | |
tree | ab904550958b673a5bac3e1dc59e844fbfad3613 /Build/source/texk/web2c/pdftexdir | |
parent | 15ab52a1310453375fa23cb29ef69c4628a63095 (diff) |
Update changefiles for TeX and friends.
* Place Web2c changes together.
* Avoid overful hboxes in tables-of-contents.
* WEBify code in comment.
* Adapt all dependent chamgefiles.
git-svn-id: svn://tug.org/texlive/trunk@55885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.ch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 400996e8206..d0172e59afc 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,7 @@ +2020-07-20 Andreas Scherer <https://ascherer.github.io> + + * pdftex.ch: Avoid overful hboxes in table-of-contents. + 2020-07-19 Karl Berry <karl@freefriends.org> * char-warning-pdftex.ch: new file to implement new feature; diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.ch b/Build/source/texk/web2c/pdftexdir/pdftex.ch index 2d6a73ba5de..d7e036c2d79 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.ch +++ b/Build/source/texk/web2c/pdftexdir/pdftex.ch @@ -16,12 +16,8 @@ % this program. If not, see <http://www.gnu.org/licenses/>. % @x [0.0] l.83 - WEAVE: we want the whole file - \def\?##1]{\hbox{Changes to \hbox to 1em{\hfil##1}.\ }} - } \let\maybe=\iffalse @y 83 - \def\?##1]{\hbox{Changes to \hbox to 1em{\hfil##1}.\ }} - } \let\maybe=\iftrue @z |