summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-03-17 11:13:13 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-03-17 11:13:13 (GMT)
commitf04aa73019b758db9a04fc8a5a8cde258e1c3535 (patch)
tree40cd21e974be96a8dfc98df93348ce5ccdb673d9 /ChangeLog
parent58c3d258aa0068b5b91068e0ecbdb648e279f362 (diff)
downloadtk-f04aa73019b758db9a04fc8a5a8cde258e1c3535.zip
tk-f04aa73019b758db9a04fc8a5a8cde258e1c3535.tar.gz
tk-f04aa73019b758db9a04fc8a5a8cde258e1c3535.tar.bz2
bug #1451587: avoid using abbreviated sub-commands in
core scripts as this can cause problems with mega-widget libraries like snit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5ed2c6..d30a688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-17 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/clrpick.tcl: bug #1451587: avoid using abbreviated
+ * library/palette.tcl: sub-commands in core scripts as this
+ * library/scale.tcl: can cause problems with mega-widget
+ * library/scrlbar.tcl: libraries like snit.
+ * library/tkfbox.tcl:
+ * library/xmfbox.tcl:
+
2006-03-16 Don Porter <dgp@users.sourceforge.net>
* generic/tkConsole.c: Substantial rewrite of [console] support.