summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>1999-11-17 21:56:36 (GMT)
committerericm <ericm>1999-11-17 21:56:36 (GMT)
commite280e2f50c959dd7115b8f01b7b56e5c59b385d3 (patch)
tree77ed28c18e32c6293337a219c003d6a15615e418 /ChangeLog
parent8382b0478bbf426a871b3a1628475292f867d21d (diff)
downloadtk-e280e2f50c959dd7115b8f01b7b56e5c59b385d3.zip
tk-e280e2f50c959dd7115b8f01b7b56e5c59b385d3.tar.gz
tk-e280e2f50c959dd7115b8f01b7b56e5c59b385d3.tar.bz2
* tests/listbox.test: New tests for -listvar functionality, and an
odd extra case that wasn't covered before. * generic/tkListbox.c: Tests exposed some bugs, now fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f19d3bc..36f29f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+1999-11-17 Eric Melski <ericm@scriptics.com>
+
+ * tests/listbox.test: New tests for -listvar functionality, and an
+ odd extra case that wasn't covered before.
+
+ * generic/tkListbox.c: Tests exposed some bugs, now fixed.
+
+1999-11-16 Eric Melski <ericm@scriptics.com>
+
+ * tests/listbox.test: Fixed tests to comply with new objectified
+ error messages. No -listvar specific tests yet.
+
+ * win/tkWinDefault.h:
+ * unix/tkUnixDefault.h:
+ * mac/tkMacDefault.h: Added default value for -listvar option.
+
+ * generic/tkWindow.c: Changed "listbox" mapping from old-school to
+ new-school objectified command.
+
+ * generic/tkListbox.c: Objectified listbox; added support for
+ -listvar option. Converted internal structure to use a Tcl list
+ object to store the data.
+
+ * generic/tkInt.h: Changed reference to Tk_ListboxCmd to
+ Tk_ListboxObjCmd.
+
1999-11-09 Jeff Hobbs <hobbs@scriptics.com>
* generic/tkGrid.c: changed Tcl_Alloc to ckalloc