Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uw-beaver Path: utzoo!watmath!clyde!cbosgd!ulysses!mhuxr!mhuxb!mhuxn!mhuxm!mhuxj!houxm!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver Newsgroups: fa.info-mac Subject: Updates to MacWrite/Script translator Message-ID: <770@uw-beaver> Date: Wed, 6-Feb-85 04:06:44 EST Article-I.D.: uw-beave.770 Posted: Wed Feb 6 04:06:44 1985 Date-Received: Thu, 7-Feb-85 03:53:23 EST Sender: daemon@uw-beaver Organization: U of Washington Computer Science Lines: 38 From: Norman Meyrowitz Inadvertent editing caused release 1.00 of the MacWrite to SCRIPT translator to be distributed with a bug in Subscript/Superscripts with the SCRIPT version only. Below is a diff file (< = old file, > = new source) with the appropriate updates. Please send any additional bug reports to: nkm%brown.csnet@csnet-relay nkm@browncs.bitnet Norm Meyrowitz IRIS Brown University Box 1946 Providence, RI 02912 [Temporarily this file is stored in mwxlate.diff; I'll incorporate the changes and remove this file soon. -jma ] ------ 35a36,37 > ** 1.01 2/4/85 nkm Fixed Subscript/Superscript bug in SCRIPT > ** 192c194 < char *versionString = "1.00 1/29/85 7:00";/* Used by DocProlog for comment */ --- > char *versionString = "1.01 2/4/85 15:50";/* Used by DocProlog for comment */ 2003c2005 < prefix = "&s"; --- > prefix = "&s'"; 2005c2007 < prefix = "&S"; --- > prefix = "&S'";