summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dviout-util/ChangeLog')
-rw-r--r--Build/source/texk/dviout-util/ChangeLog210
1 files changed, 210 insertions, 0 deletions
diff --git a/Build/source/texk/dviout-util/ChangeLog b/Build/source/texk/dviout-util/ChangeLog
new file mode 100644
index 00000000000..17dd0189b4f
--- /dev/null
+++ b/Build/source/texk/dviout-util/ChangeLog
@@ -0,0 +1,210 @@
+2020-05-01 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * Makefile.{am,in}, common.h, dvispc.c, chkdvifont.c:
+ Add a bug report addresse on command line help.
+ * chkdvifont.c: Avoid compiler warnings.
+ * configure.ac: Version 20200501.
+
+2020-01-17 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * configure.ac: Version 20200117.
+
+2019-11-16 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Add -v option for more verbosity.
+ For now, only the parameter table of TFM/OFM is dumped.
+
+2019-08-27 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Show FONTDIR of OFM format.
+
+2019-02-25 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Forbid too long file name.
+
+2019-02-06 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Detect new JFM spec.
+ * chkdvifont.man, dvispc.man: Add fallback TeX and LaTeX logos.
+ * configure.ac: Version 20190206.
+ * Makefile.am: Adjusted for new tests.
+
+2018-11-25 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * configure.ac: Version 20181125.
+
+2018-11-10 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c, dvispc.man, dvispc-{ja,en}.txt: Better help message.
+
+2018-10-16 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.test: Add tests for underflow.
+ * tests/under.{tex,dvi}, tests/underout.dvi: New tests.
+ * Makefile.am: Adjusted.
+
+2018-10-15 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Use common routine for EXE2MODIFY and EXE2CHECK
+ for simplicity.
+ * dvispc.test: Add tests for consistency between EXE2MODIFY
+ and EXE2CHECK.
+ * tests/oldindep.dry, tests/tpicpn.dry, tests/tpicsh.dry,
+ tests/reverse.dry, tests/first.dry, tests/firstpn.dry:
+ New tests.
+ * Makefile.am: Adjusted.
+
+2018-10-14 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Fix a bug that modification of non-stack
+ specials was almost broken (my fault when prior scanning
+ was introduced). Minimize correction for tpic_pn, report
+ effective tpic_pn properly.
+ * tests/tpicpn.{tex,dvi}, tests/tpicsh.{tex,dvi},
+ tests/first.{tex,dvi}, tests/firstpn.{tex,dvi}: New tests.
+ * Makefile.am: Adjusted.
+ * configure.ac: Version 20181014.
+
+2018-10-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Stop support for pdf:bann, pe:eann which was
+ not working properly.
+ * chkdvifont.test, dvispc.test: Reconstruct tests.
+ * tests/annot.{tex,dvi}, tests/longspec.{tex,dvi},
+ tests/flatnest.{tex,dvi}: Prepared for future work.
+ * Makefile.am: Adjusted.
+
+2018-10-12 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Append .dvi suffix for DVI output.
+ * dvispc.test: Test omitted .dvi suffix.
+ * Makefile.am: Adjusted.
+
+2018-10-11 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Support page-independence even with long
+ specials. Use MAX_... constants for error messages.
+ * dvispc.test: Test long specials.
+ * tests/longspec.{tex,dvi}: New tests.
+ * Makefile.am: Adjusted.
+
+2018-10-10 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Clean up code, more comments. Mostly revert
+ the change on 2018-10-06, "Change option handling for
+ future extensions" and change EXE2INDEP -> EXE2MODIFY.
+ Make sure outfile string is non-empty.
+ * chkdvifont.c: Do not stop for usage, always show all.
+ * dvispc.test: Test pipe input/output.
+ * chkdvifont.man, dvispc.man: More info.
+ * configure.ac: Version 20181010.
+
+2018-10-07 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Checksum should be read as unsigned.
+ Exit code 0 when called without argument and input M.
+ * chkdvifont.test, dvispc.test: Test compatibility with
+ old version.
+ * tests/oldindep.{tex,dvi}, tests/oldindepout.dvi,
+ tests/jis.{tfm,cfn}, tests/eufm10.{tfm,cfn}
+ tests/cmr10.{pk,cfn}, tests/upjisr-h.{vf,cfn}: New tests.
+ * Makefile.am: Adjusted.
+
+2018-10-06 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Change option handling for future extensions.
+ Make sure binary with trace does not fail tests by
+ prioritizing infile and outfile as explicit arguments.
+ * chkdvifont.test, dvispc.test: More tests stdin/stdout.
+ * chkdvifont.man, dvispc.man: New man pages.
+ * Makefile.am: Adjusted.
+ * configure.ac: Version 20181006.
+
+2018-10-05 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Exit code 0 when called without argument.
+
+2018-10-04 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Fix a bug that -b option does not work. Make
+ sure that -v option is not ignored for default -c mode.
+ Remove unused code.
+
+2018-09-27 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * Makefile.{am,in}, propw.c, propw-ja.txt, propw.test,
+ tests/jistest.pl: Removed propw from this bundle.
+
+2018-09-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkdvifont.c: Renamed from chkfont.c.
+ * chkdvifont-ja.txt: Renamed from chkfont.txt, updated.
+ * chkdvifont.test: Renamed from chkfont.test, adapted.
+ * dvispc-ja.txt: Renamed from dvispc.txt, updated.
+ * dvispc-en.txt: Renamed from dvispce.txt, updated.
+ * propw.c: Partially revert the change on 2017-06-25.
+ (I was misunderstanding the usage of mapfile, sorry.)
+ * propw-ja.txt: Renamed from propw0.txt.
+ * Makefile.am: Adapted.
+
+2018-09-09 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * Makefile.{am,in}, ac/withenable.ac, aclocal.m4,
+ config.h.in, configure{,.ac}:
+ Added files related to autotools.
+ * {chkfont,dvispc,propw}.test, tests/{jistest.pl,test.cfn}:
+ Added new tests.
+ * chkfont.c, dvispc.c, propw.c:
+ Changed version number to Ver. date, (TL_VERSION).
+ * dvispc.c: Implemented -J option for japanese characters output
+ instead of -j option.
+ * dvispc.c: Fixed file open issue in unix.
+ * propw.c: Set ppltotf input UTF-8.
+ * propw.c, dd.h, {chkfont,dvispc,propw0}.txt:
+ Converted file encoding to UTF-8.
+
+2018-02-11 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c, chkfont.c: No longer require -DMSVC and -DUNIX
+ compiler options.
+
+2017-11-27 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Support pdf:bann, pdf:eann (nesting is not
+ supported yet).
+
+2017-06-25 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * propw.c: Fix bugs for dviout mapfile handling.
+ * dvispc.txt, dvispce.txt, chkfont.txt, propw0.txt: Adjusted.
+
+2017-06-10 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * chkfont.c: Add support for VF and OFM (level 0 and 1) format.
+
+2017-06-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Support page indendence in reverse order by
+ prior scanning.
+
+2017-06-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Additional pages by -z option are always white.
+
+2017-05-31 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Add -z option, which appends empty pages if
+ necessary to make multiple of 4 pages.
+
+2017-05-30 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * dvispc.c: Support pdf:bcolor, pdf:ecolor, pdf:bgcolor.
+
+2017-05-27 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * Started ChangeLog for dviout-util.
+ * Checked out r186 of http://tug.org/svn/dviout/trunk/ and
+ fixed some typos.
+
+Copyright (C) 2017-- Hironobu Yamashita
+You may freely use, modify and/or distribute this file.