=======
VERSION 1.01: changes from version 1.00 (first uploaded version)
=======

table.itcl:
    add: command callback for getting curCellId and curCellValue
    add: first-run thru column scrolling (NOT mature yet)
    add: insert/delete row/col methods (and copy row/col/cell privates)
    add: replicate row/col methods
    add: get_size to query table size (number of rows and columns)
    fix: lots

table.demo:
    add: command callback to show curCellId and curCellValue
    add: insert/delete row/col menu options
    add: replicate/delete row/col menu options
    add: show table size menu options
    add: graph column using blt_graph

=======
