Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site iris.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!mhuxn!mhuxb!mhuxr!ulysses!allegra!mit-eddie!godot!harvard!talcott!wjh12!foxvax1!brunix!iris!nkm From: nkm@iris.UUCP (Norman Meyrowitz) Newsgroups: net.sources Subject: MacWrite/Script translator updates Message-ID: <135@iris.UUCP> Date: Mon, 4-Feb-85 16:04:19 EST Article-I.D.: iris.135 Posted: Mon Feb 4 16:04:19 1985 Date-Received: Sat, 9-Feb-85 07:33:29 EST Distribution: net Organization: IRIS, Brown University Lines: 30 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 ------ 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'";