cl-menusystem, a third release

This is cl-menusystem as of 9/14/2003, its third release. It's now
usable for a wider variety of tasks - the file DOCUMENTATION and the
example in test.lisp should help you get started.

To use it, load the supplied .asd one way or another. You should also
be able to use asdf-install to install it.

Read the file test.lisp to get an example of how to define a
menu. To run that menu (once test.lisp has been loaded) try:

(cl-menusystem:do-menu cl-menusystem-test:*test-menu* *standard-output* *standard-input*)

Note that some of the classes specified in inputable.lisp are left
unimplemented in tty-interface.lisp - I'll add features as I need
them. If other people actually start using this I may be inclined to
take feature requests too. :-)

Brian Mastenbrook
bmastenb@cs.indiana.edu
http://www.cs.indiana.edu/~bmastenb/