diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/pbibtex.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/pdvitype.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ppltotf.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptftopl.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/upbibtex.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/updvitype.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uppltotf.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptftopl.ch | 2 |
10 files changed, 18 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index cf0e962ff75..be3ecc6792c 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,8 @@ +2016-12-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * pbibtex.ch, pdvitype.ch, ppltotf.ch, ptftopl.ch: + Use "issue@texjp.org" as bug_email in usagehelp(). + 2016-12-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * ptexextra.h: Use "issue@texjp.org" as BUG_ADDRESS. diff --git a/Build/source/texk/web2c/ptexdir/pbibtex.ch b/Build/source/texk/web2c/ptexdir/pbibtex.ch index 1752e8059d7..4eb053c19b6 100644 --- a/Build/source/texk/web2c/ptexdir/pbibtex.ch +++ b/Build/source/texk/web2c/ptexdir/pbibtex.ch @@ -524,7 +524,7 @@ const n_options = 6; {Pascal won't count array lengths for us.} @x usage_help (BIBTEX_HELP, nil); @y - usage_help (PBIBTEX_HELP, nil); + usage_help (PBIBTEX_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/ptexdir/pdvitype.ch b/Build/source/texk/web2c/ptexdir/pdvitype.ch index 5060c28aa8b..7090b09a786 100644 --- a/Build/source/texk/web2c/ptexdir/pdvitype.ch +++ b/Build/source/texk/web2c/ptexdir/pdvitype.ch @@ -493,7 +493,7 @@ const n_options = 10; {Pascal won't count array lengths for us.} @x usage_help (DVITYPE_HELP, nil); @y - usage_help (PDVITYPE_HELP, nil); + usage_help (PDVITYPE_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch index 80952d2fa85..640e007292d 100644 --- a/Build/source/texk/web2c/ptexdir/ppltotf.ch +++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch @@ -321,7 +321,7 @@ const n_options = 5; {Pascal won't count array lengths for us.} @x usage_help (PLTOTF_HELP, nil); @y - usage_help (PPLTOTF_HELP, nil); + usage_help (PPLTOTF_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/ptexdir/ptftopl.ch b/Build/source/texk/web2c/ptexdir/ptftopl.ch index 302b2d2f69c..e28f184e3bd 100644 --- a/Build/source/texk/web2c/ptexdir/ptftopl.ch +++ b/Build/source/texk/web2c/ptexdir/ptftopl.ch @@ -361,7 +361,7 @@ const n_options = 6; {Pascal won't count array lengths for us.} @x usage_help (TFTOPL_HELP, nil); @y - usage_help (PTFTOPL_HELP, nil); + usage_help (PTFTOPL_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index 3f63cf5c4f8..ef4999d8833 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,8 @@ +2016-12-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * upbibtex.ch, updvitype.ch, uppltotf.ch, uptftopl.ch: + Use "issue@texjp.org" as bug_email in usagehelp(). + 2016-12-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * uptexextra.h: Use "issue@texjp.org" as BUG_ADDRESS. diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.ch b/Build/source/texk/web2c/uptexdir/upbibtex.ch index 58864b3ef41..70a211998ac 100644 --- a/Build/source/texk/web2c/uptexdir/upbibtex.ch +++ b/Build/source/texk/web2c/uptexdir/upbibtex.ch @@ -289,7 +289,7 @@ const n_options = 7; {Pascal won't count array lengths for us.} @x usage_help (PBIBTEX_HELP, nil); @y - usage_help (UPBIBTEX_HELP, nil); + usage_help (UPBIBTEX_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/uptexdir/updvitype.ch b/Build/source/texk/web2c/uptexdir/updvitype.ch index 0205672bea0..640cdbe6eb1 100644 --- a/Build/source/texk/web2c/uptexdir/updvitype.ch +++ b/Build/source/texk/web2c/uptexdir/updvitype.ch @@ -34,6 +34,6 @@ @x usage_help (PDVITYPE_HELP, nil); @y - usage_help (UPDVITYPE_HELP, nil); + usage_help (UPDVITYPE_HELP, 'issue@@texjp.org'); @z diff --git a/Build/source/texk/web2c/uptexdir/uppltotf.ch b/Build/source/texk/web2c/uptexdir/uppltotf.ch index 019d31ee543..291d1eebdee 100644 --- a/Build/source/texk/web2c/uptexdir/uppltotf.ch +++ b/Build/source/texk/web2c/uptexdir/uppltotf.ch @@ -9,7 +9,7 @@ @x usage_help (PPLTOTF_HELP, nil); @y - usage_help (UPPLTOTF_HELP, nil); + usage_help (UPPLTOTF_HELP, 'issue@@texjp.org'); @z @x diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.ch b/Build/source/texk/web2c/uptexdir/uptftopl.ch index a1ca3af354c..a531888d3a0 100644 --- a/Build/source/texk/web2c/uptexdir/uptftopl.ch +++ b/Build/source/texk/web2c/uptexdir/uptftopl.ch @@ -9,7 +9,7 @@ @x usage_help (PTFTOPL_HELP, nil); @y - usage_help (UPTFTOPL_HELP, nil); + usage_help (UPTFTOPL_HELP, 'issue@@texjp.org'); @z @x |