1999-09-14  Eric Melski  <ericm@scriptics.com>

	* tclexpat.c: In TclExpatAttlistDeclHandler, added a test on attributes
	to verify that it doesn't point to nothing (ie, a null attlist decl).  This
	addresses bug 2831.

1999-09-14  Eric Melski  <ericm@scriptics.com>

	* tclexpat.c: Added support for several new callbacks:
	attlistdecl, elementdecl, {start|end}doctypedecl.  Fixed support
	for external entity parsing by adding a subcommand (entityparser)
	to the "instance" command, which allows creation of an external entity
	parser.  Some minor fixes like removing unused variables.  Added a
	"free" command to the instance command, which allows user
	initiated freeing of the parser (required for external entity
	parsing to function properly).
	Fixed a compiler warning about const char * and assigning it to a
	char *.

1999-08-24  Scott Stanton  <stanton@scriptics.com>

	* tclexpat.c: Changed to avoid generating errors on non-standalone
	documents when no handler is defined.

1999-08-20  Scott Stanton  <stanton@scriptics.com>

	* tclexpat.c: Various lint.  Changed to automatically export
	public symbols.

	* configure.in: Bumped version number to 1.1

	* Makefile.in: Various changes to support Windows builds.

1999-08-17  Scott Stanton  <stanton@scriptics.com>

	* tclexpat.c: added TCL_STORAGE_CLASS macros to automatically
	export the _Init symbol.

1999-08-11  Scott Stanton  <stanton@scriptics.com>

	* tclexpat.c: Changed to use Tcl stubs.  Fixed various
	bugs. Eliminated conditional code for old pre-release versions of
	8.1.

