diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8008789f361..fdb5570956b 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,15 @@ +2003-08-26 Mark Wielaard + + * java/security/acl/Acl.java: Fix broken p tag. + * java/text/DateFormatSymbols.java: Correctly open and close li tags. + * javax/swing/border/LineBorder.java: Close img tag alt attributes. + * javax/swing/plaf/TreeUI.java: Likewise. + * javax/swing/plaf/basic/BasicTreeUI.java: Likewise. + * java/util/Properties.java: Use the word umlaut, not ä in api + documentation. + * java/util/PropertyResourceBundle.java: Likewise and add closing code + tag. + 2003-08-26 Tom Tromey * Makefile.in: Rebuilt. diff --git a/libjava/java/security/acl/Acl.java b/libjava/java/security/acl/Acl.java index 4e776f50cc0..07d07ecd4a4 100644 --- a/libjava/java/security/acl/Acl.java +++ b/libjava/java/security/acl/Acl.java @@ -52,7 +52,7 @@ import java.util.Enumeration; * Principal belongs have an ACL entry, the permissions for * the individual Principal take precedence over the * permissions of the Group if there is a conflict. - *

* Additionally, the ACL interface extends the Owner interface * and so an ACL has owners. Actions which modify the ACL are restricted * to owners. diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java index fcc00196825..e6cf9ea3cc8 100644 --- a/libjava/java/text/DateFormatSymbols.java +++ b/libjava/java/text/DateFormatSymbols.java @@ -1,5 +1,5 @@ /* ChoiceFormat.java -- Format over a range of numbers - Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -156,24 +156,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable * locale): *

*

* * @return The format patter characters @@ -295,24 +295,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable * locale): *

*

* * @param localPatternChars The new format patter characters diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index 52ca144cb70..2f4428958d4 100644 --- a/libjava/java/util/Properties.java +++ b/libjava/java/util/Properties.java @@ -56,7 +56,7 @@ import java.io.OutputStreamWriter; * here. This extends the example given in ListResourceBundle. * Create a file MyResource_de.properties with the following contents * and put it in the CLASSPATH. (The character - * \u00e4 is the german ä) + * \u00e4 is the german umlaut) * *
s1=3
diff --git a/libjava/java/util/PropertyResourceBundle.java b/libjava/java/util/PropertyResourceBundle.java
index 7ebe2b1e6df..d873e134e62 100644
--- a/libjava/java/util/PropertyResourceBundle.java
+++ b/libjava/java/util/PropertyResourceBundle.java
@@ -61,8 +61,8 @@ import java.io.InputStream;
  * An example of a properties file for the german language is given
  * here. This extends the example given in ListResourceBundle.
  * Create a file MyResource_de.properties with the following contents
- * and put it in the CLASSPATH. (The char \u00e4 is the
- * german ä)
+ * and put it in the CLASSPATH. (The char \u00e4 is the
+ * german umlaut)
  *
  *
 
diff --git a/libjava/javax/swing/border/LineBorder.java b/libjava/javax/swing/border/LineBorder.java
index bf42309a27b..2b8c8bae98e 100644
--- a/libjava/javax/swing/border/LineBorder.java
+++ b/libjava/javax/swing/border/LineBorder.java
@@ -129,7 +129,7 @@ public class LineBorder
    * it has rounded corners.
    * 
    * 

[An illustration of two LineBorders] />
+   * alt= * *

Note that the enlarged view in the right-hand picture shows * that the implementation draws one more pixel than specified, diff --git a/libjava/javax/swing/plaf/TreeUI.java b/libjava/javax/swing/plaf/TreeUI.java index 7c441343bb2..55327e2a014 100644 --- a/libjava/javax/swing/plaf/TreeUI.java +++ b/libjava/javax/swing/plaf/TreeUI.java @@ -126,7 +126,7 @@ public abstract class TreeUI * Finds the path that is closest to the specified position. * *

[A screen shot of a JTree] />
+   * alt= * *

As shown by the above illustration, the bounds of the * closest path do not necessarily need to contain the passed diff --git a/libjava/javax/swing/plaf/basic/BasicTreeUI.java b/libjava/javax/swing/plaf/basic/BasicTreeUI.java index 0c20cb7c710..dac2f01601b 100644 --- a/libjava/javax/swing/plaf/basic/BasicTreeUI.java +++ b/libjava/javax/swing/plaf/basic/BasicTreeUI.java @@ -133,7 +133,7 @@ public class BasicTreeUI * Finds the path that is closest to the specified position. * *

[A screen shot of a JTree] />
+   * alt= * *

As shown by the above illustration, the bounds of the * closest path do not necessarily need to contain the passed