diff options
author | ericm <ericm> | 2000-01-21 22:44:40 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-21 22:44:40 (GMT) |
commit | aa3710e2c145ee2478db5c698bc2a6ff47911f9b (patch) | |
tree | 3e9819385be4328b9a43ead8d1706b76364be2bf /ChangeLog | |
parent | 809ff15f94c450ae08db7edb4c6c0d405760664e (diff) | |
download | tk-aa3710e2c145ee2478db5c698bc2a6ff47911f9b.zip tk-aa3710e2c145ee2478db5c698bc2a6ff47911f9b.tar.gz tk-aa3710e2c145ee2478db5c698bc2a6ff47911f9b.tar.bz2 |
* library/tkfbox.tcl: Fixed bug relating to incorrect parent
values for error message boxes displayed by the file dialog (bug
#3616).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-01-21 Eric Melski <ericm@scriptics.com> + + * library/tkfbox.tcl: Fixed bug relating to incorrect parent + values for error message boxes displayed by the file dialog (bug + #3616). + + * tests/text.test: + * generic/tkText.c: Fixed bug relating to regexp searching for + empty lines; previously, the starting line was ignored. (bug #1643). + 2000-01-20 Jeff Hobbs <hobbs@scriptics.com> * library/text.tcl: fixed double-click selection behavior where |