diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-15 07:34:03 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-15 07:34:03 +0000 |
commit | f3ee5ba909d4ab630fe4a5b57adf317f7a096102 (patch) | |
tree | 46d56e44058f721035b7685c954117cfd0124e3b /Build/source/texk/web2c/ptexdir | |
parent | 4c4a271a9fca15655da1029971e510a6e5dcf488 (diff) |
mendexk, eptexdir, euptexdir, ptexdir, uptexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@42711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptexextra.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index bd88b7ee975..cf0e962ff75 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,7 @@ +2016-12-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * ptexextra.h: Use "issue@texjp.org" as BUG_ADDRESS. + 2016-09-12 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * ptex-base.ch: New primitive \ifmbox to realize better box in math mode. diff --git a/Build/source/texk/web2c/ptexdir/ptexextra.h b/Build/source/texk/web2c/ptexdir/ptexextra.h index d58253dd8f1..63539c55666 100644 --- a/Build/source/texk/web2c/ptexdir/ptexextra.h +++ b/Build/source/texk/web2c/ptexdir/ptexextra.h @@ -9,7 +9,7 @@ #define COPYRIGHT_HOLDER "D.E. Knuth" #define AUTHOR NULL #define PROGRAM_HELP PTEXHELP -#define BUG_ADDRESS "ptex-staff@ml.asciimw.jp" +#define BUG_ADDRESS "issue@texjp.org" #define DUMP_VAR TEXformatdefault #define DUMP_LENGTH_VAR formatdefaultlength #define DUMP_OPTION "fmt" |