summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>1999-11-24 00:20:13 (GMT)
committerericm <ericm>1999-11-24 00:20:13 (GMT)
commitbe89e43c7fbc9554b9b1daa5a2ad02eb3be030b7 (patch)
tree0bdfa001712e24cd9caf5fe282b7b63b9aa0ef1c /ChangeLog
parentb6cf1cf2288ef3a39ed7ff39ec16deb96f206f9a (diff)
downloadtk-be89e43c7fbc9554b9b1daa5a2ad02eb3be030b7.zip
tk-be89e43c7fbc9554b9b1daa5a2ad02eb3be030b7.tar.gz
tk-be89e43c7fbc9554b9b1daa5a2ad02eb3be030b7.tar.bz2
Additions to update vertical scrollbar info for listboxes when listvar changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 527b209..b988508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-11-23 Eric Melski <ericm@scriptics.com>
+
+ * tests/listbox.test: Added a test to check that the vertical
+ scrollbar is updated when the listvar changes.
+
+ * generic/tkListbox.c (ListboxListVarProc): added a check that
+ sets the UPDATE_V_SCROLLBAR flag if the length of the listvar has
+ changed.
+
1999-11-23 Jeff Hobbs <hobbs@scriptics.com>
* generic/tk.h:
@@ -22,6 +31,16 @@
* win/tkWinX.c: changed GetCurrentTime to GetTickCount (the
former is deprecated). [Bug: 2053]
+1999-11-19 Eric Melski <ericm@scriptics.com>
+
+ * tests/listbox.test: Added tests for itemcget and itemconfigure.
+
+ * doc/listbox.n: Added documentation for -listvar option and for
+ itemconfigure and itemcget commands.
+
+ * generic/tkListbox.c: Added support for itemconfigure/itemcget
+ listbox subcommands (addresses rfe #936)
+
1999-11-17 Eric Melski <ericm@scriptics.com>
* tests/listbox.test: Updated tests for new error messages.