summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-10 11:44:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-10 11:44:07 (GMT)
commit5b3f4bfba8cb25228752d9e4b5369620020c3ddb (patch)
treec7d6d1be3e5bba45be66f481b18525de2575b171 /ChangeLog
parentf3db0a4fe9d14d328b4695b9323aa52281c6b7d6 (diff)
downloadtk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.zip
tk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.tar.gz
tk-5b3f4bfba8cb25228752d9e4b5369620020c3ddb.tar.bz2
Added demo of ttk::scale widget.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 89cc0b2..c5b3c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2009-12-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/demos/ttkscale.tcl: Added demo of [ttk::scale] widget.
+
2009-12-09 Andreas Kupries <andreask@activestate.com>
- * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access
- to the cleanupHook of the safe base. The code used the old
- internal commands which have been removed since 2009-12-09. See
- Tcl's ChangeLog.
+ * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access to
+ the cleanupHook of the safe base. The code used the old internal
+ commands which have been removed since 2009-12-09. See Tcl's
+ ChangeLog.
2009-12-09 Donal K. Fellows <dkf@users.sf.net>