summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-11 22:38:37 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-11 22:38:37 +0000
commitcf511642d5cba1b4a975cafdd92220d4d054c28b (patch)
treebdadc1db1539969c407fe5ee1d819b6b98f873d2 /Build/source/texk/makejvf/ChangeLog
parent972f02fef1a69cbf44309aa84d431c60b95bf5b2 (diff)
makejvf/write.c: Fix a bug when -3 and -K are used at the same time
git-svn-id: svn://tug.org/texlive/trunk@44775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/ChangeLog')
-rw-r--r--Build/source/texk/makejvf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index 6b5913d0027..c3b6b61e00b 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-11 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * write.c: Fix a bug which occurs when —3 and -K are used at
+ the same time (Thanks Takayuki YATO). Char code consistency in
+ AFM parsing (though -a option is never supported).
+
2017-07-10 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* write.c: Fix a bug in -m option on UCS mode.