summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b55fa631..25c5c9e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,16 @@
2006-06-15 Tania Bento <tbento@redhat.com>
+ * javax/swing/JRadioButtonMenuItem.java
+ (JRadioButtonMenuItem): Should set 'focusable' to false.
+
+2006-06-15 Tania Bento <tbento@redhat.com>
+
+ * javax/swing/JCheckBoxMenuItem.java
+ (JCheckBoxMenuItem): Should set 'focusable' to false.
+
+2006-06-15 Tania Bento <tbento@redhat.com>
+
* javax/swing/AbstractButton.java:
(AbstractButton): 'Focusable' should be set to true and not false.