diff options
author | ericm <ericm> | 2000-07-19 23:22:20 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-19 23:22:20 (GMT) |
commit | 4c85d14a216327baa1f5a4d7b74995e0bfd0fde7 (patch) | |
tree | c0ebca932a0af1d9313df97e90b397605a13d1e3 /ChangeLog | |
parent | e7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f (diff) | |
download | tk-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]. |