From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@list.cs.brown.edu
Date: Fri, 13 Jun 2003 08:43:46 -0600
Subject: [plt-scheme] 204.5

The exp-tagged code in CVS for MzScheme and MrEd is now version 204.5.

Changes since v204 are minor:

 * Mac OS: the ’gl style flag for canvas% is now supported.

 * The handling of the --main/-C command-line flag has changed: --main
   now implies -r, and the path of the loaded file is passed as the
   first argument to `main’.

 * Windows: changed the extension linking convention, so that
   extensions link directly to the MzScheme/GC DLLs.

Matthew