-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(u)ptex-*: ChangeLog, ptexenc ver.1.4.3/dev (#136)
- Loading branch information
Showing
8 changed files
with
47 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* ptexenc.c, ptexenc/ptexenc.h: | ||
Add a new function ptenc_conv_first_line() | ||
to accept file names with JIS X 0208 characters | ||
in `(e)(u)ptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
* version.ac: Bump to 1.4.3/dev. | ||
|
||
2022-09-24 TANAKA Takuji <[email protected]> | ||
|
||
* ptexenc.c: Skip guessing file encoding if input is from pipe. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
dnl $Id$ | ||
dnl Copyright 2022 Japanese TeX Development Community <[email protected]> | ||
dnl Copyright 2016-2022 Karl Berry <[email protected]> | ||
dnl Copyright 2011-2015 Peter Breitenlohner <[email protected]> | ||
dnl | ||
|
@@ -10,4 +11,4 @@ dnl Keep package and shared library versions the same; | |
dnl see kpathsea/version.ac. | ||
dnl | ||
dnl This file is m4-included from configure.ac. | ||
m4_define([ptexenc_version], [1.4.2/dev]) | ||
m4_define([ptexenc_version], [1.4.3/dev]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* eptex.defines: | ||
Accept file names with JIS X 0208 characters | ||
in `eptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
|
||
2022-11-03 Hironobu Yamashita <[email protected]> | ||
|
||
* eptex.ech: Adapt to ptex-base.ch. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* euptex.defines: | ||
Accept file names with JIS X 0208 characters | ||
in `euptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
|
||
2022-11-03 Hironobu Yamashita <[email protected]> | ||
|
||
* euptex.ch0, euptex.ch1: Adapt to ptex-base.ch. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* texmfmp.c: | ||
Accept file names with JIS X 0208 characters | ||
in `(e)(u)ptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
|
||
2022-06-12 TANAKA Takuji <[email protected]> | ||
|
||
* texmfmp.c: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* ptex-base.ch, ptex.defines, kanji.h, am/ptex.am: | ||
Accept file names with JIS X 0208 characters | ||
in `ptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
|
||
2022-12-12 Hironori Kitagawa <[email protected]> | ||
|
||
* ptex-base.ch: Increase INHIBIT/KINSOKU table size to 1024. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
2022-12-22 Hironori Kitagawa <[email protected]> | ||
|
||
* uptex.defines, kanji.h, am/uptex.am: | ||
Accept file names with JIS X 0208 characters | ||
in `uptex --kanji-internal={euc,sjis}`. | ||
https://github.com/texjporg/tex-jp-build/issues/136 | ||
|
||
2022-12-12 Hironori Kitagawa <[email protected]> | ||
|
||
* uptex—m.ch: Fix a bug that \inhibitxspcode after Japanese | ||
* uptex-m.ch: Fix a bug that \inhibitxspcode after Japanese | ||
character was ineffective due to lack of mod max_cjk_val. | ||
See comments on 2022-12-11. | ||
https://github.com/texjporg/tex-jp-build/issues/32 | ||
|