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)
commit0d54be6e29356f01f197446938049eb23cbd3e4e (patch)
treec7d6d1be3e5bba45be66f481b18525de2575b171 /ChangeLog
parent816778db29c1ad9bf60000062be3e1bb23e6efb4 (diff)
downloadtk-0d54be6e29356f01f197446938049eb23cbd3e4e.zip
tk-0d54be6e29356f01f197446938049eb23cbd3e4e.tar.gz
tk-0d54be6e29356f01f197446938049eb23cbd3e4e.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>