Revision history for Perl extension DBIx::XHTML_Table.

0.98
	- set_row_colors() now uses style, can use old bgcolor
	- all methods that normally returned void now return $self
	  (this allows stacking methods)
	- changed output() arguments to a hash ref
	- modify_tag() now recognizes 'style' attribute values as
	  hash references themselves

0.97
	- deprecated get_table() for output() - same results
	- added automatic header ucfirst and 'no_ucfirst' to turn off
	- removed tutorial from POD
	- added link to homepage to POD and corrected typos

0.96
	- deprecated map_col() for map_cell() - same results
	  just hopefully a more descriptive name
	- added get_current_row() and get_current_col()
	- added set_pk(), this and the last 2 subs were
	  inspired by Jim Cromie to finagle XHTML_Table into
	  a 'spreadsheet' - see the POD for set_pk()

0.95
	- added map_head()
	- changed default behavior of not specifying cols
	  in methods such as map_col and calc_totals
	  new behavior: no cols = all cols
	- constructor now accepts a hash ref as last arg
	  which allows minor table config to be specified
	  without multiple modify_tag() calls
	- modified behavior of map_col() and map_head()
	  they no longer permantly change the data, all
	  processing is done when creating table output

0.90
	- MAJOR: Changed HEADER to HEAD and FOOTER to FOOT
	- Apparrently all past versions have a syntax error
	  occur when modify_tag() is called on <colgroup>
	  BEFORE add_col_tag() is called - fixed.
	- modifying <tr> affects all areas now, not just BODY
	  this probably makes set_row_colors() obsolete, except
	  when subtotals are present.
	- more minor output formatting fixed - should be perfect!
0.86 
	- fixed minor output fomatting - <thead> was on same 
	  line as <table>, and <tbody> would do the same if
	  headers were supressed

0.85  Sat May 12 14:38:02 CDT 2001
	- found major bug in _build_body() - a <tbody>
	  tag pair was being created for every row if a
	  group was not set (.. is not the same as ,)

0.84  Sat May 12 02:51:58 CDT 2001
	- MAJOR: changed add_colgroup() to add_col_tag()
	  the former name was ambigious (col or colgroup?)
	- implemented new calc_totals(), calc_subtotals(),
	  set_group(), _build_body(), _build_body_row(),
	  and added _build_body_group() to handle producing
	  the proper <tbody> tag pairs, as well as simplifying
	  the complexity of calculating totals
	- added a tag reference table to documentation

0.83  Thu May 10 17:09:16 CDT 2001
	- added Mark's patch to produce </tbody> tag
	- patch also lower cased all tags
	- documentation typo fixes

0.82  Tue May  8 09:14:54 CDT 2001
	- corrected incorrect version number
	- corrected formatting in credits

0.81  Mon May  7 22:34:16 CDT 2001
	- made the package name fully qualified
	- updated and corrected documentation
	- updated and corrected tutorial
	- updated and corrected credits

0.80  Sun May  6 18:23:01 CDT 2001
	- original version; created by h2xs 1.19