[fa.info-mac] Updates to MacWrite/Script translator

info-mac@uw-beaver (02/06/85)

From: Norman Meyrowitz <nkm%brown.csnet@csnet-relay.arpa>


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'";