
Changes between TableList-1.0 and TableList-1.1
-----------------------------------------------

- added suppport for 1 or 2 line table headings

- added option to turn off the dynamic scrolling features

- added support for dashed lines

- added "set_option" method, to set the Show, Align and Sep attributes for columns.
  (probably should be called columnconfig ...)

- BLT is now required (was optional), since I'm using the blt_table widget.
  (I know its a lot to require, but BLT and TclX are packages that
   should almost always be included, IMO...)

- fixed lots of minor bugs and added other minor features.

- also, not really related to the TableList widget:
  added/modified Check and Choice Itcl classes.
  These display a label and checkbuttons or radiobuttons using blt_table
  to arrange them in a table format. See the comments in the source, maybe
  I'll get time to document this...

