summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-23 22:34:30 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-23 22:34:30 +0000
commit389adc225b81ce6f44e82455cd7ec72402c2ed13 (patch)
tree3fa3a637208d652c9294ac3ac87f223379c2b730 /Build/source/texk/makejvf/ChangeLog
parent86ffc22eba4103f3f056180b2eb16e078d76bb90 (diff)
makejvf: forbid invalid usages
git-svn-id: svn://tug.org/texlive/trunk@50106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/ChangeLog')
-rw-r--r--Build/source/texk/makejvf/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index d600c26fba7..4afdb6139c3 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,3 +1,14 @@
+2019-02-23 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * main.c, tfmread.c: Forbid invalid usages.
+ - Make sure the output TFM does not have the same
+ basename as the input TFM.
+ - Options -J, -U, -3, -H are useless in non-UCS mode,
+ throw a warning and ignore.
+ - Options -J and -U cannot be used at the same time,
+ throw an error.
+ * version.h: Bump version.
+
2019-02-19 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* tfmread.c, tool.c: Avoid compiler warnings for fgetc().