diff options
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog-2004 | 10 | ||||
-rw-r--r-- | libjava/classpath/ChangeLog-2003 | 6 | ||||
-rw-r--r-- | libjava/classpath/ChangeLog-2004 | 6 | ||||
-rw-r--r-- | libjava/classpath/ChangeLog-2005 | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/libjava/ChangeLog-2004 b/libjava/ChangeLog-2004 index dc343e6dd4a..2e6438f9941 100644 --- a/libjava/ChangeLog-2004 +++ b/libjava/ChangeLog-2004 @@ -13210,7 +13210,7 @@ * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: Likewise. -2004-03-09 Kim Ho <kho@redhat.com> +2004-03-09 Kim Ho <kho@redhat.com> * java/awt/Container.java: (visitChild): Move the x and y coordinate of the component rectangle @@ -13386,7 +13386,7 @@ (setBackground): If c is null, inherit from closest ancestor whose background color is set. -2004-02-26 Kim Ho <kho@redhat.com> +2004-02-26 Kim Ho <kho@redhat.com> * Makefile.am: Add new files. * Makefile.in: Re-generate. @@ -13568,7 +13568,7 @@ (getMaximumSize): ditto. (paintTicks): Use doubles to find the tick location. - (paintHorizontalLabel): Use preferredSize + (paintHorizontalLabel): Use preferredSize as initial width and height. (paintVerticalLabel): ditto. @@ -13653,7 +13653,7 @@ * javax/swing/plaf/basic/BasicLookAndFeel.java: Added constant. -2004-02-16 Kim Ho <kho@redhat.com> +2004-02-16 Kim Ho <kho@redhat.com> * javax/swing/JSlider.java: Fix indentation and comments. (setModel): Remove null check to conform with Sun's. @@ -13690,7 +13690,7 @@ (hide): Only do something if component is visible at the moment. (reshape): If lightweight, erase old bounds and repaint new bounds. -2004-02-13 Kim Ho <kho@redhat.com> +2004-02-13 Kim Ho <kho@redhat.com> * Makefile.am: Updated for new file. * Makefile.in: Regenerated. diff --git a/libjava/classpath/ChangeLog-2003 b/libjava/classpath/ChangeLog-2003 index c5e2a939265..06035773701 100644 --- a/libjava/classpath/ChangeLog-2003 +++ b/libjava/classpath/ChangeLog-2003 @@ -3892,7 +3892,7 @@ * java/sql/Timestamp.java (valueOf): Fixed confusion of java.sql.Date and java.util.Date -2003-07-24 H. V�is�nen <hvaisane@joyx.joensuu.fi> +2003-07-24 H. Väisänen <hvaisane@joyx.joensuu.fi> * java/text/SimpleDateFormat.java (format) [YEAR_FIELD]: Zero pad unless field size is 2. @@ -18212,7 +18212,7 @@ * java/util/zip/ZipFile.java (readEntries): Search for the End Of Central Directory. When a zip comment is present the directory - may start earlier. Patch suggested by J�rg Prante + may start earlier. Patch suggested by Jörg Prante <joergprante@gmx.de>. * java/util/zip/ZipConstants.java: Renamed constants to their SUN @@ -18417,7 +18417,7 @@ * java/util/zip/ZipFile.java: Return -1 in PartialInputStream.read(byte[],int,int) when end of stream reached. - Reported by Bernd M�sli <bmoesli@esmertec.com>. + Reported by Bernd Mösli <bmoesli@esmertec.com>. 2001-10-01 Mark Wielaard <mark@klomp.org> diff --git a/libjava/classpath/ChangeLog-2004 b/libjava/classpath/ChangeLog-2004 index 58e8d1e0459..0fdcff329c4 100644 --- a/libjava/classpath/ChangeLog-2004 +++ b/libjava/classpath/ChangeLog-2004 @@ -13822,9 +13822,9 @@ PR AWT/16121 * ChangeLog: Restore corrupted umlauts. Some time between 2004-04-07 and 2004-05-01, somebody used - an editing tool on ChangeLog that converted Bernd M�sli's surname - to Mvsli, and similarly corrupted the names of J�rg Prante and - H. V�is�nen. It looks as if the editing tool read in latin1 + an editing tool on ChangeLog that converted Bernd Mösli's surname + to Mvsli, and similarly corrupted the names of Jörg Prante and + H. Väisänen. It looks as if the editing tool read in latin1 characters, then masked them with 0x7F and wrote them out again. * ChangeLog: Explicitly set coding system to latin-1. diff --git a/libjava/classpath/ChangeLog-2005 b/libjava/classpath/ChangeLog-2005 index ed9dca268d3..03fdf5d75cd 100644 --- a/libjava/classpath/ChangeLog-2005 +++ b/libjava/classpath/ChangeLog-2005 @@ -4439,7 +4439,7 @@ 2005-11-09 Mark Wielaard <mark@klomp.org> - Reported by Petteri Räty <betelgeuse@gentoo.org> + Reported by Petteri Räty <betelgeuse@gentoo.org> * INSTALL: Remove double --enable-xmlj entry. 2005-11-09 Anthony Balkissoon <abalkiss@redhat.com> |