summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-19 23:22:20 (GMT)
committerericm <ericm>2000-07-19 23:22:20 (GMT)
commit4c85d14a216327baa1f5a4d7b74995e0bfd0fde7 (patch)
treec0ebca932a0af1d9313df97e90b397605a13d1e3 /ChangeLog
parente7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f (diff)
downloadtk-4c85d14a216327baa1f5a4d7b74995e0bfd0fde7.zip
tk-4c85d14a216327baa1f5a4d7b74995e0bfd0fde7.tar.gz
tk-4c85d14a216327baa1f5a4d7b74995e0bfd0fde7.tar.bz2
* library/text.tcl: Enhanced <Tab> binding to behave like normal
<Tab> bindings when the text widget is disabled (ie, it advances focus to the next widget).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d95bce..42d1917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-07-19 Eric Melski <ericm@ajubasolutions.com>
+ * library/text.tcl: Enhanced <Tab> binding to behave like normal
+ <Tab> bindings when the text widget is disabled (ie, it advances
+ focus to the next widget).
+
* generic/tkText.c (TextSearchCmd): Added a test for a NULL
segment pointer when doing backwards searches for "" on an empty
text widget. [Bug: 6007].