diff options
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]. |