summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-10 15:27:45 (GMT)
committerhobbs <hobbs>1999-08-10 15:27:45 (GMT)
commit58001043022773e21bfbfb6e0805a71f51951903 (patch)
tree2d5763166669aff5c475a9c3452c9567c4491f13 /ChangeLog
parentb8cd6cd207680969577b6c57f6117462af60b265 (diff)
downloadtk-58001043022773e21bfbfb6e0805a71f51951903.zip
tk-58001043022773e21bfbfb6e0805a71f51951903.tar.gz
tk-58001043022773e21bfbfb6e0805a71f51951903.tar.bz2
1999-08-10 Jeff Hobbs <hobbs@scriptics.com>
* library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e42835..a93f3a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-08-10 Jeff Hobbs <hobbs@scriptics.com>
+
+ * library/clrpick.tcl:
+ * library/console.tcl:
+ * library/tk.tcl: fixed code where abbreviations where used
+ in calling widget methods (confuses iWidgets) [Bug: 2422]
+
1999-08-09 Jeff Hobbs <hobbs@scriptics.com>
* library/button.tcl: cleaned up programming (config -> configure)