
New in this release.

* A new garbage collector has replaced the old one.  Marlais should
now run on the following machines.

	    Sun 3
	    Sun 4 under SunOS 4.X or Solaris2.X
	    Vax under 4.3BSD, Ultrix
	    Intel 386 or 486 under OS/2 (no threads) or Linux.
	    Sequent Symmetry  (no concurrency)
	    Encore Multimax   (no concurrency)
	    MIPS M/120 (and presumably M/2000) (RISC/os 4.0 with BSD libraries)
	    IBM PC/RT  (Berkeley UNIX)
	    IBM RS/6000
	    HP9000/300
	    HP9000/700
	    DECstations under Ultrix
	    SGI workstations under IRIX
	    Sony News
	    Apple MacIntosh under A/UX

* Symbols and Keywords are now case insensitive.

* <deque> type added.

* Quasiquote, unquote, and unquote splicing added with their
associated read macros "`", "," and ",@".

* <array> type added.

* The functions car, cdr and cons have been added for transition ease. 
 
* Numerous bug fixes.

