summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-25 01:39:56 (GMT)
committerhobbs <hobbs>2003-02-25 01:39:56 (GMT)
commit3cbdddcb83366ade6f30adef2061fcfb28acdb55 (patch)
tree4c002f4cc3ea18cc700eb27eda04aa292d125d7b /ChangeLog
parent98924f4e12ca81ef22e7b29614b69db1503887f2 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8207760..e72af98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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