2000-09-28  Al Biggerstaff <awb@ajubasolutions.com>

	* XercesSax.cpp:
	* XercesSax.h:
	* configure.in:
	Add cget option "-namespace" that lets us control the parser's
	"setDoNamespaces" method, giving us the option of using namespaces
	if we ever need to.
	Bump version to 1.2.

2000-07-27  Al Biggerstaff <awb@scriptics.com>

	* saxHandlers.cpp:
	Fix bug 6064 (crash when PI precedes first Element node). Use
	documentElement as parent if there's no current node as yet; do the
	same for comment nodes.

2000-07-13  Al Biggerstaff <awb@scriptics.com>

	* configure.in 
	* Makefile.in
	* XercesSax.cpp
	* saxHandlers.cpp:
	Changes to support HP-UX. Use <memory.h> instead of <memory>. Don't
	use pthreads on HP. Use the Solaris exception handling work-around for
	HP as well.

2000-07-10  Al Biggerstaff <awb@scriptics.com>

	* configure.in 
	* XercesSax.cpp
	* XercesSax.h
	* saxHandlers.cpp:
	Fix bug 5999 (exception handling doesn't work on Solaris, resulting
	in incorrect error text from Tcl callbacks).
	Use C++ exceptions on those platforms where it works. On those where it
	doesn't, see if there's a previous Tcl handler error, and if so adjust 
	the error text so it reads correctly.
	Some CR-LF cleanup.

2000-07-07  Al Biggerstaff <awb@scriptics.com>

    Ajuba2 2.1 release

2000-06-20  Al Biggerstaff <awb@scriptics.com>

	* configure.in: 
	Use Xerces version 1.2. Fixes bug #5300.

2000-06-09  Al Biggerstaff <awb@scriptics.com>

	Ajuba2 2.0 Release* saxHandlers.cpp: 

2000-05-02  Al Biggerstaff <awb@scriptics.com>

	* saxHandlers.cpp: 
	Added support for Processing Instruction nodes. Fix handling of comment 
	text.
