Changes to the Free-DOS Install program:

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

3.14 (VER_3_14) - More cleanup for the UI.  I hope I'm making this
easier to use.  Complaints about the interface and what the user is
supposed to do next are my top two complaints.  Also made a hack so
that tabs in TXT and LSM files are displayed as a row of blank space
(tabs were being displayed as a small circle, which is ASCII 09h.)

3.13 (VER_3_13) - Cleaned up the UI quite a bit, and made the error
messages more clear.  Fixed a few bugs that were reported on
http://www.freedos.org/bugs/

3.12 - Where the program is expecting a y/n response, the
program now only accepts 'y' or 'n', case insensitive.  This was done
by adding getch_yn(), and calling it in place of getch() where needed.

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.

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.
