diff options
author | hobbs <hobbs> | 2003-02-25 01:39:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-25 01:39:56 (GMT) |
commit | 3cbdddcb83366ade6f30adef2061fcfb28acdb55 (patch) | |
tree | 4c002f4cc3ea18cc700eb27eda04aa292d125d7b /ChangeLog | |
parent | 98924f4e12ca81ef22e7b29614b69db1503887f2 (diff) | |
download | tk-3cbdddcb83366ade6f30adef2061fcfb28acdb55.zip tk-3cbdddcb83366ade6f30adef2061fcfb28acdb55.tar.gz tk-3cbdddcb83366ade6f30adef2061fcfb28acdb55.tar.bz2 |
* unix/tkUnixButton.c (TkpDisplayButton): Correct visual display
of disabled check/radiobutton to be more distinctive on unix.
* tests/unixButton.test: [Bug #669595] (hintermayer)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-02-24 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tkUnixButton.c (TkpDisplayButton): Correct visual display + of disabled check/radiobutton to be more distinctive on unix. + * tests/unixButton.test: [Bug #669595] (hintermayer) + + * doc/panedwindow.n: clarified the need to use 'update idle' when + adding unmapped windows. Needs further examination. [Bug #605105] + * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd): * tests/entry.test: return 1 if selection is present even if * tests/spinbox.test: entry/spinbox is disabled, as selection get |