summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-04-17 19:31:59 (GMT)
committerericm <ericm>2000-04-17 19:31:59 (GMT)
commit068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8 (patch)
treea61eb957404f02f79b0e516b597ffdaf07c38246 /ChangeLog
parent424e07b3f85a1f56fd99ca65cec5c2e570dcc31e (diff)
downloadtk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.zip
tk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.tar.gz
tk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.tar.bz2
* doc/menu.n: Added note regarding rendering of
checkbuttons/radiobuttons in menubars on different platforms -- some systems do not draw indicators for check/radiobuttons in menubars. * library/menu.tcl: Corrected behavior of checkbuttons/commands/radiobuttons in menubars [Bug: 630].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b95157..2d6b525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2000-04-17 Eric Melski <ericm@scriptics.com>
+ * doc/menu.n: Added note regarding rendering of
+ checkbuttons/radiobuttons in menubars on different platforms --
+ some systems do not draw indicators for check/radiobuttons in
+ menubars.
+
+ * library/menu.tcl: Corrected behavior of
+ checkbuttons/commands/radiobuttons in menubars [Bug: 630].
+
* tests/grid.test: Added test for [grid propagate . 0] to not toggle.
* generic/tkGrid.c: Fixed bogus logic in [grid propagate] that