diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-07-12 16:08:21 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-07-12 16:08:21 +0000 |
commit | 232df3cdac378951a8be002f28bd2fb8c8595487 (patch) | |
tree | 96f57d2e05e365a2fb19198085cacb284f99aa9c /Build/source/texk/web2c/eptexdir/ChangeLog | |
parent | 3e3ef209c676a34275271415b131a95ad024a0c2 (diff) |
eptex: version 190709 (add \ifincsname, revise \iffontchar and \fontchar??
git-svn-id: svn://tug.org/texlive/trunk@51624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index a3fdd4378b8..35b6877d06a 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,17 @@ +2019-07-09 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * pdfutils.ch: Add primitive \ifincsname. + * eptex.ech: Revise \iffontchar and \fontchar?? to treat + negative value as char_type. + - \iffontchar (Japanese font f) (number c): + - c >= 0: true iff is_char_kanji(c) + - c < 0: true iff f has char_type -(c+1) + - \fontcharwd (Japanese font f) (number c): + - c >= 0: return the width of character c + - c < 0: return the width of char_type -(c+1) + * tests/fontchar.{sh,tex}, tests/zero_search.tex: Added. + * eptex.ech, eptex_version.h: e-pTeX version 190709. + 2019-05-28 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * am/eptex.am: Add a new test. |