Jul  6, 1999  Jay 'Eraserhead' Felice <jasonf@nacs.net>
	* Added m1-style preprocessor.  More work to do, but
	  it's useful at this point.

Jun 29, 1999  Jay 'Eraserhead' Felice <jasonf@nacs.net>
	* autoconf'd, automake'd, autoheader'd, and hopefully
	  didn't mess anything up.
	* Added getopt.c/getopt.h to package, cleaned up
	  argument handling.  Now flags can be run together
	  in the typical manner.  Long options are now
	  available for all options (e.g. --output=myoutfile
	  or -o myoutfile or -omyoutfile or -Homyoutfile
	  will all work).
	* You can now specify a curses key name (e.g. NPAGE)
	  for any command-line option which is a key or a char.
	  Not very useful for an option which specifies a char,
	  but...
	* Applied `experience' to -lncurses/-lcurses detection,
	  so this shouldn't be plagued by the problems some BSD
	  implementations have.
	* die(): fixed crash if couldn't open template file.

Jun 15, 1999  Bob Canup <rcanup@hal-pc.org>
	* -D
	* Background color changing

Jun 14, 1999  Bob Canup <rcanup@hal-pc.org>
	* Tor Sigurdsson modifications
	* Sotiris delete key addition
	* -p -S -F

Jun 13, 1999  Bob Canup <rcanup@hal-pc.org>
	* Changed Cntrl - C exit to return 1
	* Sotiris Vassiloppoulos modifications

Jun 11, 1999  Bob Canup <rcanup@hal-pc.org>
	* Pop up help

Jun 10, 1999  Bob Canup <rcanup@hal-pc.org>
	* Auto-sizing of Y/N fields

Jun  9, 1999  Bob Canup <rcanup@hal-pc.org>
	* Code clean up, Y/N fields

Jun  8, 1999  Bob Canup <rcanup@hal-pc.org>
	* Mandatory fields

Jun  7, 1999  Bob Canup <rcanup@hal-pc.org>
	* Color options

Jun  3, 1999  Bob Canup <rcanup@hal-pc.org>
	* Minus on lead only
	* Formatted output ambiguity clean up

May 31, 1999  Bob Canup <rcanup@hal-pc.org>
	* Formatted input

May 30, 1999  Bob Canup <rcanup@hal-pc.org>
	* Alpha punct, num only flags

May 28, 1999  Bob Canup <rcanup@hal-pc.org>
	* -DUSLEEP 1000 - 2000 usec sleep
	* NUMFLAG instead of 0x01 in fA[n].flags
	* Capitalize flag
	* Alpha flag

May 26, 1999  Bob Canup <rcanup@hal-pc.org>
	* Added -r option

May 25, 1999  Bob Canup <rcanup@hal-pc.org>
	* Removed prototype for signal

May 22, 1999  Bob Canup <rcanup@hal-pc.org>
	* Changed return value from program

May 20, 1999  Bob Canup <rcanup@hal-pc.org>
	* Timestamping output

May 15, 1999  Bob Canup <rcanup@hal-pc.org>
	* Additional comments

May 14, 1999  Bob Canup <rcanup@hal-pc.org>
	* Multi-user file handling

May 10, 1999  Bob Canup <rcanup@hal-pc.org>
	* (__sighandler_t) cast
	* Bold instead of standout

May  9, 1999  Bob Canup <rcanup@hal-pc.org>
	* Hilite mode

May  6, 1999  Bob Canup <rcanup@hal-pc.org>
	* Command line options
	* Buffers clean up
	* Sequential number field

May  5, 1999  Bob Canup <rcanup@hal-pc.org>
	* Interpret template commands
	* Complete template commands

May  4, 1999  Bob Canup <rcanup@hal-pc.org>
	* Clean up

May  2, 1999  Bob Canup <rcanup@hal-pc.org>
	* Screen painting

Apr 30, 1999  Bob Canup <rcanup@hal-pc.org>
	* Change from stdin

Apr 12, 1999  Bob Canup <rcanup@hal-pc.org>
	* Beginnings
