Changes in RetroForth 6.12
--------------------------
Words Added:
  abs and = < max min or xor .s depth? <> > octal binary
  setmode (RF-VGA only)
Changes:
  *  Added retro.cfg for global configuration options
  *  'words', '.s', and 'depth?' are part of the debugging primitives
     now; they can be turned on or off as needed.
  * Began writing a manual (doc/Manual)
  * Minor updates to documentation
  * RF-VGA and RF-SDL now run in 640x480 by default
  * Works with libraries built using GCC 3.x


This release brings many new features to RetroForth. Fifteen words have been added to make programming easier. You can now edit all of the common configuration settings from a single file. Also new is the ability to disable all of the debugging related words. The graphical drivers have been updated to use 640x480 screen resolution or window sizes. Finally, this release has been fully tested with libraries built with GCC 3.x.
