diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-24 18:42:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-24 18:42:30 +0000 |
commit | 60d4aab31817b020a5d4159d8376e2c713bab423 (patch) | |
tree | 2feeb348eb7131897dc3b61f88120aee58861258 /Build/source/texk | |
parent | 35c52f226665f12cf6aadb8fd8a10b539172d045 (diff) |
Doyle no longer requests to be notified of changes to hypertex support
git-svn-id: svn://tug.org/texlive/trunk@10715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/hps.c | 3 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/hps.lpro | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 2a5156d31eb..b656dee8dc1 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,8 @@ +2008-09-24 Karl Berry <karl@tug.org> + + * hps.c, hps.lpro: Mark (doyle/aps/org) does not want to be + notified of changes any longer (or for the past decade or so :). + 2008-09-22 Karl Berry <karl@tug.org> * hps.c (do_html): get scale factors right. diff --git a/Build/source/texk/dvipsk/hps.c b/Build/source/texk/dvipsk/hps.c index 3be0750716d..391ddc9e67b 100644 --- a/Build/source/texk/dvipsk/hps.c +++ b/Build/source/texk/dvipsk/hps.c @@ -1,8 +1,7 @@ /* This is the main file for hacking dvips to do HyperPostScript * Written by Mark D. Doyle 11/94. It is (C) Copyright 1994 by Mark D. Doyle * and the University of California. You may modify and use this program to - * your heart's content. Mark Doyle requests that you send him - * any modifications. + * your heart's content. */ #include "dvips.h" #ifdef HPS diff --git a/Build/source/texk/dvipsk/hps.lpro b/Build/source/texk/dvipsk/hps.lpro index ad678cb3610..e8d10de2482 100644 --- a/Build/source/texk/dvipsk/hps.lpro +++ b/Build/source/texk/dvipsk/hps.lpro @@ -5,8 +5,7 @@ % Written by Tanmoy Bhattacharya and Mark D. Doyle 11/94. % It is (C) Copyright 1994 by Tanmoy Bhattacharya, Mark D. Doyle % and the University of California. You may modify and use this program to -% your heart's content. Tanmoy Bhattacharya and Mark Doyle request that -% you send either or both them any modifications. +% your heart's content. % % Version number info % 1 0 Probably first release |