summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-25 02:07:25 (GMT)
committerhobbs <hobbs>2003-02-25 02:07:25 (GMT)
commitd665260f8de4cab05575ab6784d8bc4f62a0cd54 (patch)
tree5bbcbe723f2c23a6f4558e3b491027f993b081c8 /ChangeLog
parent3cbdddcb83366ade6f30adef2061fcfb28acdb55 (diff)
downloadtk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.zip
tk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.tar.gz
tk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.tar.bz2
* generic/tkListbox.c (ListboxSelectionSubCmd):
* tests/listbox.test: Allow 'selection includes' to respond when disabled (but only 'includes'). [Bug #632514]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72af98..0b2c853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-02-24 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkListbox.c (ListboxSelectionSubCmd):
+ * tests/listbox.test: Allow 'selection includes' to respond when
+ disabled (but only 'includes'). [Bug #632514]
+
* unix/tkUnixButton.c (TkpDisplayButton): Correct visual display
of disabled check/radiobutton to be more distinctive on unix.
* tests/unixButton.test: [Bug #669595] (hintermayer)