Updates to MacWrite/Script translator

Info-Mac discussion from 1984 - 2002.
Locked
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Updates to MacWrite/Script translator

Post by Info-Mac » February 22nd, 1985, 4:13 am

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:
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 ( = new source) with the appropriate
updates. Please send any additional bug reports to:

nkm%brown.csnet@csnet-relay
[email protected]

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.01 2/4/85 15:50";/* Used by DocProlog for comment
*/
2003c2005
prefix = "&s'";
2005c2007
prefix = "&S'";
Locked