File: ChangeLog

package info (click to toggle)
tklib 0.6-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 16,112 kB
  • ctags: 4,008
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 73; exp: 21; sed: 16
file content (40 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (3)
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.