Tue Jun 15 10:18:57 CEST 2004
v0.1

-changed default format to suit a normal .h file
-changed the banner to something less intrusive, but indicate that
this was automatically generated
-changed indentation to roughly K&R, tab==8 (1 of many passes)


Thu Jun 17 23:39:59 CEST 2004
v0.2

-renamed makefile to Makefile (we all expect it this way)
-added something about flex in INSTALL
-don't output usage on stderr, but stdout
-reworked help output
-parse options via getopt
-added lots of { }


Fri Jun 25 18:04:57 CEST 2004
v0.3

-BUGFIX: fixed a bug in -f / -s  command-line parsing (it was not really my 
fault ;) that caused the format so be treated as a file
-added Makefile-Target mrproper


Wed Oct 27 12:12:43 CEST 2004
v0.4

-Clean up Makefile, add target release to build a .tar.gz
-Adjust proto.l to not loop forever when EOF is reached in middle of input
(insert a if(c==EOF) ... ) - thanks to thorin
-New TokenID PARSE_ERROR(333) in proto.h
-Fix 3 gcc warning/suggestions


Tue Nov  9 20:57:00 CET 2004
v0.4.1

-Added missing return on error in ScanOneFile()
-Update VERSION to 0.4.1 (forgot that one for 0.4)
-Misc cleanups not mentioned in 0.4