AbstractButton.java: Replace special HTML entities with ASCII equivalent.
authorMark Wielaard <mark@klomp.org>
Wed, 5 May 2004 09:53:50 +0000 (09:53 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 5 May 2004 09:53:50 +0000 (09:53 +0000)
2004-05-05  Mark Wielaard  <mark@klomp.org>

* javax/swing/AbstractButton.java: Replace special HTML entities with
ASCII equivalent.
* javax/swing/DefaultBoundedRangeModel.java: Likewise.
* javax/swing/DefaultButtonModel.java: Likewise.
* javax/swing/DefaultListModel.java: Likewise.
* javax/swing/JList.java: Likewise.
* javax/swing/JSlider.java: Likewise.
* javax/swing/ListModel.java: Likewise.
* javax/swing/Popup.java: Likewise.
* javax/swing/SwingUtilities.java: Likewise.

From-SVN: r81518

libjava/ChangeLog
libjava/javax/swing/AbstractButton.java
libjava/javax/swing/DefaultBoundedRangeModel.java
libjava/javax/swing/DefaultButtonModel.java
libjava/javax/swing/DefaultListModel.java
libjava/javax/swing/JList.java
libjava/javax/swing/JSlider.java
libjava/javax/swing/ListModel.java
libjava/javax/swing/Popup.java
libjava/javax/swing/SwingUtilities.java

index 212fb2f2f225b78c170713da49f0fc33073d6129..4209456b2a604185eabc22c067c575205ef6be79 100644 (file)
@@ -1,3 +1,16 @@
+2004-05-05  Mark Wielaard  <mark@klomp.org>
+
+       * javax/swing/AbstractButton.java: Replace special HTML entities with
+       ASCII equivalent.
+       * javax/swing/DefaultBoundedRangeModel.java: Likewise.
+       * javax/swing/DefaultButtonModel.java: Likewise.
+       * javax/swing/DefaultListModel.java: Likewise.
+       * javax/swing/JList.java: Likewise.
+       * javax/swing/JSlider.java: Likewise.
+       * javax/swing/ListModel.java: Likewise.
+       * javax/swing/Popup.java: Likewise.
+       * javax/swing/SwingUtilities.java: Likewise.
+
 2004-05-05  Michael Koch  <konqueror@gmx.de>
 
        * javax/swing/AbstractButton.java,
index 26ec727b0c07a54aba7394ed345530a254d9ce03..b2d2c52b8c21c779876fdda504b8194465e2454e 100644 (file)
@@ -147,8 +147,8 @@ import javax.swing.text.AttributeSet;
  *
  * </ul>
  *
- * @author Ronald Veldema (rveldema&064;cs.vu.nl)
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Ronald Veldema (rveldema@cs.vu.nl)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 
 public abstract class AbstractButton extends JComponent
index 8ca178dd55185be1b77832f574ca272eb6cc0007..3294c1d9e90fd827550409b6eebfb325077e8a97 100644 (file)
@@ -203,7 +203,7 @@ public class DefaultBoundedRangeModel
    * Changes the current value of this bounded range model. In a
    * scroll bar visualization of a {@link BoundedRangeModel}, the
    * <code>value</code> is displayed as the position of the thumb;
-   * changing the <code>value</code> of a scroll bar&#x2019;s model
+   * changing the <code>value</code> of a scroll bar's model
    * thus moves the thumb to a different position.
    */
   public void setValue(int value)
index 7683e853872692bd9455de84cb0ec008baaa6b5c..a608de4488cb938a45478d69d8b13b7d0d23f2b0 100644 (file)
@@ -71,7 +71,7 @@ import javax.swing.event.EventListenerList;
  *
  * In all other respects this class is just a container of boolean flags.
  *
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 public class DefaultButtonModel implements ButtonModel, Serializable
 {
index 0017ec2928b52bcad53ff4d2253992205ab92e8a..53dd20cbc10dd778fd4c07e8e6a965e62b199d25 100644 (file)
@@ -47,7 +47,7 @@ import java.util.Vector;
  * java.util.Vector}.
  *
  * @author Andrew Selkirk
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 
 public class DefaultListModel extends AbstractListModel
index 7ed776c0380552a4683a58d927877f072ab8f108..e8d2228bcdd787aafad57911d0ce4b949d900963 100644 (file)
@@ -99,7 +99,7 @@ import javax.swing.plaf.ListUI;
  * <tr><td>visibleRowCount                </td><td>list     </td><td>no    </td></tr>
  * </table> 
  *
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 
 public class JList extends JComponent implements Accessible, Scrollable
index 24b0a490fcc51a30d4fb7f32c5e96e52dd6df71f..7350ea4ee98629f66f95cef4eefb9095e93b018c 100644 (file)
@@ -411,7 +411,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible,
    * This method returns a name to identify which look and feel class will be
    * the UI delegate for the slider.
    *
-   * @return The L&F classID. "SliderUI"
+   * @return The Look and Feel classID. "SliderUI"
    */
   public String getUIClassID()
   {
index e11fc633c0e68ffd7b36f8e2050461e0f49ec5db..1aa7bd20619b45b1845bbed787a1c9e192cb70f2 100644 (file)
@@ -42,7 +42,7 @@ import javax.swing.event.ListDataListener;
  * This is an interface to general list-like data, typically used as the
  * model object of a {@link JList} component.
  *
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 public interface ListModel
 {
index b1cb4460a4959a2ed285aa58a90a47781ba8dd82..1b8d08e33042f7698c26fdc07fa5e4507ca9f0dc 100644 (file)
@@ -163,7 +163,7 @@ public class Popup
 
 
     /**
-     * Displays the popup&#x2019;s <code>JWindow</code> on the screen.
+     * Displays the popup's <code>JWindow</code> on the screen.
      * Nothing happens if it is already visible.
      */
     public void show()
@@ -173,7 +173,7 @@ public class Popup
     
     
     /**
-     * Removes the popup&#x2019;s <code>JWindow</code> from the
+     * Removes the popup's <code>JWindow</code> from the
      * screen.  Nothing happens if it is currently not visible.
      */
     public void hide()
index 6595fa33248919ce8225757a8d6379fc9da362fb..e75a95e0f24b7c90336fef3c0b82d77aaa18f2c7 100644 (file)
@@ -59,7 +59,7 @@ import java.lang.reflect.InvocationTargetException;
  * useful when drawing swing components, dispatching events, or calculating
  * regions which need painting.
  *
- * @author Graydon Hoare (graydon&064;redhat.com)
+ * @author Graydon Hoare (graydon@redhat.com)
  */
 public class SwingUtilities implements SwingConstants
 {