* New `paginate` method can be used to produce strings suitable
for piping to lp/lpr.
* from_html now handles HTML tables with colspan, rather than
choking on them.
* Added `min_width`, `min_table_width` and `max_table_width`
attribute/options for better control of table sizing.
* Added `title` attribute/option for table titles.
* When slice syntax is used to create a new sub-table out of an
existing table, the rows are sorted before, not after, the slicing.
The old behaviour (slice then sort) can be achieved by setting
oldsortslice=True.
* The from_csv table factory now accepts CSV format parameters as
keyword arguments (e.g. delimiter, doublequote, escapechar, etc.)