texlive[42711] Build/source/texk: mendexk, eptexdir, euptexdir,
commits+kakuto at tug.org
commits+kakuto at tug.org
Thu Dec 15 08:34:03 CET 2016
Revision: 42711
http://tug.org/svn/texlive?view=revision&revision=42711
Author: kakuto
Date: 2016-12-15 08:34:03 +0100 (Thu, 15 Dec 2016)
Log Message:
-----------
mendexk, eptexdir, euptexdir, ptexdir, uptexdir: sync with the upstream
Modified Paths:
--------------
trunk/Build/source/texk/mendexk/ChangeLog
trunk/Build/source/texk/mendexk/main.c
trunk/Build/source/texk/web2c/eptexdir/ChangeLog
trunk/Build/source/texk/web2c/eptexdir/eptexextra.h
trunk/Build/source/texk/web2c/euptexdir/ChangeLog
trunk/Build/source/texk/web2c/euptexdir/euptexextra.h
trunk/Build/source/texk/web2c/ptexdir/ChangeLog
trunk/Build/source/texk/web2c/ptexdir/ptexextra.h
trunk/Build/source/texk/web2c/uptexdir/ChangeLog
trunk/Build/source/texk/web2c/uptexdir/uptexextra.h
Modified: trunk/Build/source/texk/mendexk/ChangeLog
===================================================================
--- trunk/Build/source/texk/mendexk/ChangeLog 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/mendexk/ChangeLog 2016-12-15 07:34:03 UTC (rev 42711)
@@ -1,3 +1,7 @@
+2016-12-15 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
+
+ * main.c: Remove email address "ptex-staff at ml.asciimw.jp" as in upmendex.
+
2016-11-12 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
* mendex.h: Sync with W32TeX (W32 only).
Modified: trunk/Build/source/texk/mendexk/main.c
===================================================================
--- trunk/Build/source/texk/mendexk/main.c 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/mendexk/main.c 2016-12-15 07:34:03 UTC (rev 42711)
@@ -198,7 +198,7 @@
default:
fprintf(stderr,"mendex - Japanese index processor, %s (%s) (%s).\n",VERSION, get_enc_string(), TL_VERSION);
- fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS.(ptex-staff at ml.asciimw.jp)\n");
+ fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS.\n");
fprintf(stderr,"usage:\n");
fprintf(stderr,"%% mendex [-ilqrcgfEJS"
#ifdef WIN32
Modified: trunk/Build/source/texk/web2c/eptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/ChangeLog 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/eptexdir/ChangeLog 2016-12-15 07:34:03 UTC (rev 42711)
@@ -1,3 +1,7 @@
+2016-12-15 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
+
+ * eptexextra.h: Use "issue at texjp.org" as BUG_ADDRESS.
+
2016-11-14 Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
* eptex.ech, eptex_version.h, pdfutils.ch: Add new primitives
Modified: trunk/Build/source/texk/web2c/eptexdir/eptexextra.h
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/eptexextra.h 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/eptexdir/eptexextra.h 2016-12-15 07:34:03 UTC (rev 42711)
@@ -11,7 +11,7 @@
#define COPYRIGHT_HOLDER "D.E. Knuth"
#define AUTHOR "Peter Breitenlohner"
#define PROGRAM_HELP EPTEXHELP
-#define BUG_ADDRESS "tex-k at tug.org"
+#define BUG_ADDRESS "issue at texjp.org"
#define DUMP_VAR TEXformatdefault
#define DUMP_LENGTH_VAR formatdefaultlength
#define DUMP_OPTION "fmt"
Modified: trunk/Build/source/texk/web2c/euptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/ChangeLog 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/euptexdir/ChangeLog 2016-12-15 07:34:03 UTC (rev 42711)
@@ -1,3 +1,7 @@
+2016-12-15 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
+
+ * euptexextra.h: Use "issue at texjp.org" as BUG_ADDRESS.
+
2016-11-14 Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
* euptrip/texmf.cnf: Increase pool_size.
Modified: trunk/Build/source/texk/web2c/euptexdir/euptexextra.h
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/euptexextra.h 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/euptexdir/euptexextra.h 2016-12-15 07:34:03 UTC (rev 42711)
@@ -12,7 +12,7 @@
#define COPYRIGHT_HOLDER "D.E. Knuth"
#define AUTHOR "Peter Breitenlohner"
#define PROGRAM_HELP EUPTEXHELP
-#define BUG_ADDRESS "tex-k at tug.org"
+#define BUG_ADDRESS "issue at texjp.org"
#define DUMP_VAR TEXformatdefault
#define DUMP_LENGTH_VAR formatdefaultlength
#define DUMP_OPTION "fmt"
Modified: trunk/Build/source/texk/web2c/ptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/ChangeLog 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/ptexdir/ChangeLog 2016-12-15 07:34:03 UTC (rev 42711)
@@ -1,3 +1,7 @@
+2016-12-15 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
+
+ * ptexextra.h: Use "issue at texjp.org" as BUG_ADDRESS.
+
2016-09-12 Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
* ptex-base.ch: New primitive \ifmbox to realize better box in math mode.
Modified: trunk/Build/source/texk/web2c/ptexdir/ptexextra.h
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/ptexextra.h 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/ptexdir/ptexextra.h 2016-12-15 07:34:03 UTC (rev 42711)
@@ -9,7 +9,7 @@
#define COPYRIGHT_HOLDER "D.E. Knuth"
#define AUTHOR NULL
#define PROGRAM_HELP PTEXHELP
-#define BUG_ADDRESS "ptex-staff at ml.asciimw.jp"
+#define BUG_ADDRESS "issue at texjp.org"
#define DUMP_VAR TEXformatdefault
#define DUMP_LENGTH_VAR formatdefaultlength
#define DUMP_OPTION "fmt"
Modified: trunk/Build/source/texk/web2c/uptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/ChangeLog 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/uptexdir/ChangeLog 2016-12-15 07:34:03 UTC (rev 42711)
@@ -1,3 +1,7 @@
+2016-12-15 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
+
+ * uptexextra.h: Use "issue at texjp.org" as BUG_ADDRESS.
+
2016-02-20 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
* uptex-m.ch, kanji.c:
Modified: trunk/Build/source/texk/web2c/uptexdir/uptexextra.h
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/uptexextra.h 2016-12-15 01:02:37 UTC (rev 42710)
+++ trunk/Build/source/texk/web2c/uptexdir/uptexextra.h 2016-12-15 07:34:03 UTC (rev 42711)
@@ -10,7 +10,7 @@
#define COPYRIGHT_HOLDER "D.E. Knuth"
#define AUTHOR NULL
#define PROGRAM_HELP UPTEXHELP
-#define BUG_ADDRESS "ptex-staff at ml.asciimw.jp"
+#define BUG_ADDRESS "issue at texjp.org"
#define DUMP_VAR TEXformatdefault
#define DUMP_LENGTH_VAR formatdefaultlength
#define DUMP_OPTION "fmt"
More information about the tex-live-commits
mailing list