diff options
author | hobbs <hobbs@noemail.net> | 2006-05-29 21:52:47 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2006-05-29 21:52:47 (GMT) |
commit | 6c18253691497c548986ae2a71a9e37f75870937 (patch) | |
tree | e8601b4d9d9447943bc935ddbbb8246e8ed71a56 /ChangeLog | |
parent | cab61b69b202655fddecb6bd517c22cd718461d4 (diff) | |
download | tk-6c18253691497c548986ae2a71a9e37f75870937.zip tk-6c18253691497c548986ae2a71a9e37f75870937.tar.gz tk-6c18253691497c548986ae2a71a9e37f75870937.tar.bz2 |
* tests/entry.test (entry-22.1):
* tests/listbox.test (listbox-6.15):
* generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd):
Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry
widget handling. [Bug 1424513]
FossilOrigin-Name: 18780b1c4f4abdbd9ed9662513ee984e64ad568b
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-05-29 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/entry.test (entry-22.1): + * tests/listbox.test (listbox-6.15): + * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): + Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry + widget handling. [Bug 1424513] + 2006-05-26 Jeff Hobbs <jeffh@ActiveState.com> * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redraw |