Changes in 0.03: (Jan-Feb 97)
-----------------------------

Version 0.03 - Aaron Culliney <chernabog@baldmountain.bbn.com>
My code changes have nothing to do with my employer, BBN.  They were
written completely on my own time and on my own machine.

	1) Fixed language card initialization bug.

	2) Improved colors.  Seems that Greens and purples we're
switched around.  The colors are still slightly off, and color
interpolation seems screwy (TODO).

	3) Added apple II debugger interface.  This requires flex
version 2.5.2.  (You can compile this into the program or leave it
out.)  Type F7 to get into the debugger and type a '?' to see a
command summary.  Check out the file DEBUGGER for more info.

	4) Added support for standard 232960 .nib disks.

	5) Added a more intuitive interface to selecting disks.  You
can now traverse forward and backward in a directory hierarchy with
the base directory set by your .apple2 config file.

	6) changed keymap: shift-p = @ and shift-N = ^, just like my
old II+ keyboard.

Changes in 0.02: (8 Dec 1995)
-----------------------------

  * Ctrl-C will not kill the emulator with newer SVGAlib.  Please
    use SVGAlib > 1.2.9 for best results.
  
  * Rudimentory REPT key handling.  It's too fast though.
  
  * The assembler files now compiles under ELF.
  
  * Not every SVGA card can do page-flipping.  The emulator now
    checks for this and fall back to VGA if it can't.

  * Keymap has changed a bit.  Backspace and ']' is now <-, '[' is
    REPT.

  * Disk extension changed to the more common .dsk (and a2d.info to
    dsk.info).


Changes in 0.01: (9 Oct 1994)
-----------------------------

  * Standard VGA support with some performance degradation.
    (When page flipping occurs, 64K memory banks are swapped;
     hence the performance degradation.)

  * -vga flag switch added, e.g. "apple2 -vga"; forces standard
    VGA detection.

  * (Trident) TVGA8900 page flipping bug fixed.

  * File names may now contain any character codes. (The previous
    version had some problems with compressing/uncompressing file
    names with extraordinary characters.)

  * Diskette selection retains last cursor position.
