summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>