summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6142d0bc4..bfc6808dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2006-03-05 David Gilbert <david.gilbert@object-refinery.com>
+ * javax/swing/undo/StateEditable.java
+ (restoreState): Fixed bad API doc tag,
+ * javax/swing/undo/UndoableEdit.java: Copied API doc comments from
+ AbstractUndoableEdit.java,
+ * javax/swing/undo/UndoableEditSupport.java
+ (createCompoundEdit): Fixed bad API doc tag,
+ * javax/swing/undo/UndoManager.java
+ (editToBeUndone): Fixed bad API doc tag,
+ (editToBeRedone): Likewise.
+
+2006-03-05 David Gilbert <david.gilbert@object-refinery.com>
+
* javax/swing/plaf/ComboBoxUI.java: Fixed typo in class description,
and corrected a bad API doc tag.