Version 2.0b17 
==============

November 1, 1994.


Error Fixed
-----------

Several people reported unexpected error number -1704 when they tried to run
version 2.0b17. Sorry about that. It was also possible for other errors and
crashes to occur at startup with 2.0b17. These problems should be fixed in
2.0b18.

(A warning for hapless Mac programmers like me trying to struggle with Apple
events: If you use AESuspendTheCurrentEvent and AEResumeTheCurrentEvent, make
sure you make copies of the event and reply records before calling
AESuspendTheCurrentEvent, then pass pointers to your copies to
AEResumeTheCurrentEvent. Don't just save the pointers and reusue them - the
system can turn the original event records into mush at random points in time,
which leads to rather unpleasant results. NIM:Interapplication Communications
fails to mention this rather important fact.)