1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
2013-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.6 ========================
*
2010-09-10 Andreas Kupries <andreask@activestate.com>
* controlwidget.tcl: Fixed the mess with controlwidget sourcing
* tachometer.tcl: files which were their own packages. Added
* voltmeter.tcl: package provide declarations to volt- and
* pkgIndex.tcl: tachometer widgets. Registered all the packages
in the index.
2010-08-11 Andreas Kupries <andreask@activestate.com>
* controlwidget.man: Resolved merge conflict regarding markup of
configure/cget in favor of 'method' over 'emph'.
2010-08-10 Arjen Markus <arjenmarkus@users.sourceforge.net>
* controlwidget.man: Expanded the description of all widgets and
their options
* vertical_meter.tcl: Fixed a bug in the slider widget
moved the test code to the examples (demo-meters.tcl)
* radioMatrix.tcl: Changed the name of the Set and Get methods -
now set and get, in accordance with the other widgets
* voltmeter.tcl: Moved the test code to the examples
* tachometer.tcl: Moved the test code to the examples
* rdial.tcl: Moved the test code to the examples
2010-07-16 Andreas Kupries <andreask@activestate.com>
* controlwidget.man: Fixed the bad documentation syntax found by
running "./sak.tcl doc validate modules/controlwidget" from the
tklib toplevel directory.
* ChangeLog begun.
|