Subject: CVS commit: pkgsrc/www/p5-HTML-Table
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2002 00:31:46
Module Name:	pkgsrc
Committed By:	mjl
Date:		Fri Jan 18 22:31:46 UTC 2002

Modified Files:
	pkgsrc/www/p5-HTML-Table: Makefile distinfo

Log Message:
Update p5-HTML-Table to 1.13.

- Added methods to set the style attribute of tables, rows,
  cols and cells
- setRowBGColor and setRowAlign are now more efficient
- Added method to set the rules and align attributes for tables
- Changed all tags and attributes to print in lowercase.
- Changed faulty behaviour of numeric parameters to the new method
- All attribute values are now surounded by quotes
- getTable was returning 0 (zero) for an empty table, now just plain
  return
- Added getTableRows and getTableCols
- Added methods setCellFormat, setRowFormat and setColFormat
- More bugs fixed
- Documentation Updated

Fixes PR/15203 by Shell Hung.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/www/p5-HTML-Table/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-HTML-Table/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.