diff options
author | ericm <ericm> | 2000-07-19 18:13:50 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-19 18:13:50 (GMT) |
commit | e7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f (patch) | |
tree | 3f7b1efd707a71f1ecd8cba6f1118b095e88fdcd /ChangeLog | |
parent | 2dce3fbb07574fe912dfdc63a2bc0db760ec3435 (diff) | |
download | tk-e7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f.zip tk-e7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f.tar.gz tk-e7cd40cc0f0f5789c010b121b8dc0c9b7f80e54f.tar.bz2 |
* generic/tkText.c (TextSearchCmd): Added a test for a NULL
segment pointer when doing backwards searches for "" on an empty
text widget. [Bug: 6007].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,10 +1,18 @@ +2000-07-19 Eric Melski <ericm@ajubasolutions.com> + + * generic/tkText.c (TextSearchCmd): Added a test for a NULL + segment pointer when doing backwards searches for "" on an empty + text widget. [Bug: 6007]. + 2000-07-18 Mo DeJong <mdejong@redhat.com> * unix/aclocal.m4: Use tcl.m4. - * unix/configure.in: Properly quote - LOCALES variable. Properly quote + + * unix/configure.in: Properly quote LOCALES variable. Properly quote argument to m4 macro. + * unix/tcl.m4: Add updated file from tcl. + * win/tcl.m4: Updated file from tcl. 2000-07-18 Eric Melski <ericm@ajubasolutions.com> |