-- 0.4
Thu 12-Jul-95
	* can put args on the command line with `Args' token
	* can have blank lines in menus
	* Status bars added
	* Can hit `H' for help
	* Can hit `G' to display the GPL

Wed 12-Jul-95
	* `configure' should detect ncurses now.
	* Menus are centered on the screen
	* Color support added
	* Clears screen on exit

Tue 11-Jul-95
	* `Windows' started, looks more like `dialog'

Mod 10-Jul-95
	* `Quit' token added

Fri 23-Jun-95
	* spelling error

-- 0.3.2
Sun 18-Jun-95
	* whoops, autoconf error
	* more autoconf cleanups

-- 0.3.1
Tue 13-Jun-95
	* Code cleanup finished (for the time), I really should
	  have used c++.
	* GNU autoconf used to generate Makefiles and the like

Mon 30-May-95
	* Code cleanup started
	* Whoops, acronym error in README
	* Error in misc.h

-- 0.3
Thu May 18, 1995
	* It has a name! Flin, thanks to flin@ix.netcom.com
	* Manual started.
Tue May 16, 1995
	* malloc'ed variables cleaned up (thanks William Crosmun)
Sat May 13, 1995
	* Added command line options:
		* -d sets the token delimiter.
		* -c sets the comment character.
		* -e sets the escape character.
	* Cleanup of `parse.c', thanks again to Peter Hall.
	* Escape character added, configurable via config.h.
Thu May 11, 1995
	* Added command line options:
		* -h displays a help message.
		* -V displays version information and compile
		  time options.
	* Test menu has #comments!
	* README changed; It's still inadequate, but better.
Wed May 10, 1995
	* configurable comment delimiter in config.h

-- 0.2.2
Tue May 9, 1995
	* Added patches by Peter Hall <pernod@pernod.demon.co.uk>
		* White space is tabs and spaces.
		* case independent keyword grok.
		* wrapper around malloc() calls.
		* more cool #defines.
	* configurable token delimiter in config.h.

-- 0.2.1
Mon May 8, 1995
	* <CR> functions like ->.

-- 0.2
Mon May 8, 1995
	* loads default menu when no args are present.
Sun May 7, 1995
	* fixed screen clear bug.

-- 0.1
Wed Apr 26, 1995
	* Version 0.1 release.
