summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/ChangeLog
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-02-22 13:48:39 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-02-22 13:48:39 +0000
commitb97b9942109f322224c057b300cec1fd75d23734 (patch)
treece228f0e14bd27a78c217463260ede52267fd401 /Build/source/texk/web2c/uptexdir/ChangeLog
parentaddf8536a8106d6cf7c67e5598467af8b9c30fa1 (diff)
upTeX v1.26
git-svn-id: svn://tug.org/texlive/trunk@53868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index c97932c658c..1df99cb1f5b 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,8 +1,18 @@
+2020-02-22 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * uptex-m.ch, upbibtex.ch, updvitype.ch, uppltotf.ch, uptftopl.ch,
+ uptex_version.h: upTeX version u1.26.
+ * uptex-m.ch, kanji.c:
+ Update reference of Unicode blocks to
+ "Blocks-13.0.0.txt Date: 2019-07-10, 19:06:00 GMT [KW]".
+ * COPYRIGHT, COPYRIGHT.ja:
+ Update copyright year.
+
2019-12-10 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* am/uptex.am (uptex_cppflags): append $(ZLIB_INCLUDES).
(uptex_ldadd): append $(ZLIB_LIBS.)
- (uptex_dependencies): append $(ZLIB_DEPEND)
+ (uptex_dependencies): append $(ZLIB_DEPEND)
(uptex_web_srcs): append zlib-fmt.ch.
* kanji.h: #include <zlib.h>
(dump_kanji, undump_kanji): arg is now type gzFile instead of FILE *.