Changes to the Free-DOS Install program:

Copyright (C) James Hall <jhall1@isd.net>

3.1 (VER_3_1) - Major code cleanup to the Install program.  Basically
re-wrote the entire install.c file, and re-worked the sources to use
conio instead of curses.  This should make for faster execution on
DOS, at the expense of slower execution (due to conio emulation
through curses) on UNIX.  Dropped the `thecurse' compatibility library
(provided curses emulation through conio) because it is no longer
needed.  Program now uses .LSM files only for the description files.
If you want to use another format, write your own.  Standardized the
printed strings so that it will be easier to migrate to MSGLIB for
internationization.  Due to the significant changes in the source
tree, I moved all development to a new CVS project.

3.11 (VER_3_11) - Added code to set the background to blue and the
foreground to white, and to re-set the console colors back to the
user's default colors when the program ends.
