summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-08-01 14:20:45 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-08-01 14:20:45 +0000
commitb26f035ced2518fea3f81bb1c8bd54de090262df (patch)
treec705ae202594234cb3ad959daaa0489bd68dca3d /Build/source/texk/makejvf/ChangeLog
parent9f9b4f9e7b6d9abbae3d8147b490c624e8d0699a (diff)
makejvf/write.c: simplify code, more hankaku characters
git-svn-id: svn://tug.org/texlive/trunk@44932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/ChangeLog')
-rw-r--r--Build/source/texk/makejvf/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index 5ecf8b81b61..1f663f8cefe 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,9 +1,15 @@
+2017-08-01 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ makejvf version 20170801.
+ * write.c: Simplify code, add more hankaku characters.
+ * version.h: Bump version.
+
2017-07-31 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
makejvf version 20170731.
* tfmread.c: Support large GLUEKERN table.
* write.c: Add support for 0x00AB and 0x00BB in writevfu().
- * version.h: Adjusted.
+ * version.h: Bump version.
2017-07-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
@@ -22,7 +28,7 @@
* tfmread.c, makejvf.h: Declare "rightamount" as signed,
to be consistent with "skip" in write.c.
* write.c: Improve -m option for UCS mode.
- * version.h: Adjusted.
+ * version.h: Bump version.
* makejvf.1: Add documentation of -m option.
2017-07-17 Hironobu Yamashita <h.y.acetaminophen@gmail.com>