From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@fast.cs.utah.edu
Date: Wed, 2 Jan 2002 15:54:19 -0700 (MST)
Subject: 200alpha7

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

Changes:

 * The `provide’ form now supports `(all-defined)’ and
   `(all-defined-except identifier ...)’ clauses

 * Added the `port-next-location’ procedure for extracting the current
   line and column of an input port.

Matthew