Changes to the Free-DOS Install program:

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

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.
