diff options
author | ericm <ericm> | 1999-11-24 01:09:26 (GMT) |
---|---|---|
committer | ericm <ericm> | 1999-11-24 01:09:26 (GMT) |
commit | a5ac7aa6dd000e508c42023ecb5c5882c84be5af (patch) | |
tree | f7f8a04d7df482a1e4197d0188f5c9c761ec43cd /ChangeLog | |
parent | abcfd77cbde42a883ece9a8db050e42b6ef9c45a (diff) | |
download | tk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.zip tk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.tar.gz tk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.tar.bz2 |
ChangeLog commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 1999-11-23 Eric Melski <ericm@scriptics.com> + * tests/listbox.test: Added a test to check that the topIndex is + update when items are removed from the listvar variable. + + * generic/tkListbox.c: Added a check the updates the topIndex when + items are removed from the listvar variable. + * tests/listbox.test: Added a test to check that the vertical scrollbar is updated when the listvar changes. |