Revision history for Perl extension SGML::SPGrove.

0.10  Fri Oct 24 19:02:18 CDT 1997
	- Simple/BuilderBuilder: implement `no_gi'
	- fixes
	  - SPGroveNew: core dump on long stretches of data
	  - SpecBuilder: not doing global replace on argument translation

0.09  Wed Oct 22 17:15:34 CDT 1997
	- fixes
	  - BuilderBuilder: wasn't passing extra arguments
	  - BuilderBuilder: only carp once about unhandled GIs
	  - RPM spec missing Simple/

0.08  Sun Oct 19 16:22:45 CDT 1997
	- SPGrove now concatenates consecutive data, *much* faster
	- remove AutoHash, move to use Class::Visitor
	- fixes
	  - accept_gi converts non-perl characters to `_' in visit_gi_GI
	  - SpecBuilder converts REs to newlines (fixes bug with comments)

0.07  Sun Oct 12 16:28:00 CDT 1997
	- AutoHash::new now creates $self from arguments
	- added `as_string' to AutoHash
	- added `ignore' element to simple specs
	- added `new' to SData
	- added `scaler' and `sdata' queries in specs
	- BuilderBuilder now takes keyed arguments, adding `no_gi' to
	  create builders without using `visit_gi_'
	- fixes
	  - SData->data was returning $self
	  - AutoHash's `accept' only created in superclass
	  - Element deref'd child but then didn't use it
	  - Element and SpecBuilder convert wierd chars to `_' (still
	    not complete, though)
	  - BuilderBuilder: moved `visit_scalar' and `visit_sdata'
	    ``up'' to `NoSuchGI_' so builders can override.

0.06  Fri Oct 10 19:01:04 CDT 1997
	- added `my-html' example
	- added `AutoHash' virtual superclass
	- added `Simple' rule-based transformer
	- added `attr' and `attr_as_string' to Element

0.05  Wed Oct  8 20:50:36 CDT 1997
	- support for entity name in SData
	- added accept, accept_gi, children_accept, and
	  children_accept_gi functions
	- fixed release to actually include the examples :-)

0.04  Mon Oct  6 19:50:05 CDT 1997
	- fixed sdata->data dereferencing
	- added examples/visitor.pl
	- added examples/simple-dump.pl
	- added `as_string' functions

0.03  Mon Oct  6 16:24:25 CDT 1997
	- fixed element stacking bug
	- SPGrove loads the other classes (`use')

0.02  Sun Oct  5 23:02:36 CDT 1997
	- added `accept' visitor functions
	- fixed missing `1;' in perl modules
	- fixed missing `contents' sub in SPGrove

0.01  Fri Oct  3 17:49:29 1997
	- original version; created by h2xs 1.16

