diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/euptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/euptexdir/euptexextra.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog index 09c3d30b2fd..530036e79e2 100644 --- a/Build/source/texk/web2c/euptexdir/ChangeLog +++ b/Build/source/texk/web2c/euptexdir/ChangeLog @@ -1,3 +1,8 @@ +2012-09-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * euptexextra.h: Set AUTHOR to "Peter Breitenlohner" and + BUG_ADDRESS to "tex-k@tug.org" (from W32TeX). + 2012-08-13 Peter Breitenlohner <peb@mppmu.mpg.de> * fam256-eup-pre.ch, fam256-eup-post.ch (removed): Now obsolete. diff --git a/Build/source/texk/web2c/euptexdir/euptexextra.h b/Build/source/texk/web2c/euptexdir/euptexextra.h index 9fa305ba444..236a24d943f 100644 --- a/Build/source/texk/web2c/euptexdir/euptexextra.h +++ b/Build/source/texk/web2c/euptexdir/euptexextra.h @@ -10,9 +10,9 @@ #define BANNER "This is e-upTeX, Version 3.1415926-" PTEX_VERSION "-" UPTEX_VERSION "-" EPTEX_VERSION "-" ETEX_VERSION #define COPYRIGHT_HOLDER "D.E. Knuth" -#define AUTHOR NULL +#define AUTHOR "Peter Breitenlohner" #define PROGRAM_HELP EUPTEXHELP -#define BUG_ADDRESS "ptex-staff@ml.asciimw.jp" +#define BUG_ADDRESS "tex-k@tug.org" #define DUMP_VAR TEXformatdefault #define DUMP_LENGTH_VAR formatdefaultlength #define DUMP_OPTION "fmt" |