2009-04-03  Greg Rowe <greg-tcldox@therowes.net>
	* tcl-dox.l : I had to `svn diff` to figure out what I changed in
	this release.  I fixed a minor bug where an extra brace was echoed
	in before a proc inside a class.  I made some changes to handing
	of arrays.
	
2008-03-03  Greg Rowe <greg-tcldox@therowes.net>

	* tcl-dox.l : Fixed embarrassing uninitialized integer.

	* tcl-dox.l : In the last release unknown stuff was "gobbled" up.
	This caused braces to be gobbled up and broke handling of
	namespaces.  To correct that I stopped gobbling up braces in the
	INITIAL state.

	* tcl-dox.l : Re-added string.h include.  It was accidentally
	removed in the previous release and not detected on my part
	because my build environment didn't complain.
	
2008-02-29  Greg Rowe <greg-tcldox@therowes.net>

	* tcl-dox.l : Handle the "set" command at the global level to make
	it possible to document global variables.
	
2008-02-29  Greg Rowe <greg-tcldox@therowes.net>

	* tcl-dox.l : Applied enhancements and fixes from Heidrun
	Scheller, Bo Berggren, Daniel Towner, and fixes to bugs reported
	by Michele Joyce.  Items fixed include ignoring of unhandled code
	at the global level and inside of classes, better handling of
	arrays, and other changes that I probably forgot.
	
2008-01-07  Greg Rowe <greg-tcldox@therowes.net>

	* scan.l : Fixed bug where comments were not handled in proc
	bodies.  I'm surprised this bug hasn't surfaced until now.
	
2007-04-26  Greg Rowe <greg-tcldox@therowes.net>

	* scan.l: Applied patch fixing namespace handling.  Patch provided
	by Nigel Rook.  Renamed to tcl-dox.l for use of implicit makefile
	rules.  Removed some hacky stuff that isn't necessary when using
	the gnu99 dialect.

	* Makefile: simplified to use implicit rules.  Using gnu99 dialect
	instead of c99.
