summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>1999-11-24 01:09:26 (GMT)
committerericm <ericm>1999-11-24 01:09:26 (GMT)
commita5ac7aa6dd000e508c42023ecb5c5882c84be5af (patch)
treef7f8a04d7df482a1e4197d0188f5c9c761ec43cd /ChangeLog
parentabcfd77cbde42a883ece9a8db050e42b6ef9c45a (diff)
downloadtk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.zip
tk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.tar.gz
tk-a5ac7aa6dd000e508c42023ecb5c5882c84be5af.tar.bz2
ChangeLog commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b988508..f90f82b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.