[kaffe] CVS kaffe (jserv): Tweak and fix ChangeLog entries
Kaffe CVS
cvs-commits at kaffe.org
Sat May 7 21:19:48 PDT 2005
PatchSet 6451
Date: 2005/05/08 04:15:15
Author: jserv
Branch: HEAD
Tag: (none)
Log:
Tweak and fix ChangeLog entries
Members:
ChangeLog:1.3979->1.3980
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3979 kaffe/ChangeLog:1.3980
--- kaffe/ChangeLog:1.3979 Sat May 7 16:20:05 2005
+++ kaffe/ChangeLog Sun May 8 04:15:15 2005
@@ -271,7 +271,7 @@
* configure.ac: Check if second parameter of scalb is an int.
Reported by: Riccardo Mottola <zuse at libero.it>,
- Michael Franz <mvfranz at gmail.com>
+ Michael Franz <mvfranz at gmail.com>
2005-04-29 Jim Huang <jserv at kaffe.org>
@@ -429,8 +429,8 @@
2005-04-23 Tom Tromey <tromey at redhat.com>
- * javax/swing/text/StyleConstants.java (StyleConstants): Now
- package-private.
+ * javax/swing/text/StyleConstants.java (StyleConstants): Now
+ package-private.
2005-04-24 Dalibor Topic <robilad at kaffe.org>
@@ -438,8 +438,8 @@
2005-04-23 Mark Wielaard <mark at klomp.org>
- * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec
- to MalformedURLException.
+ * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec
+ to MalformedURLException.
2005-04-24 Dalibor Topic <robilad at kaffe.org>
@@ -447,139 +447,139 @@
2005-04-23 Michael Koch <konqueror at gmx.de>
- * java/net/ServerSocket.java
- (getChannel): Improved javadoc comment.
+ * java/net/ServerSocket.java
+ (getChannel): Improved javadoc comment.
2005-04-24 Dalibor Topic <robilad at kaffe.org>
- * include/Makefile.am:
+ * include/Makefile.am:
Don't generate JNI headers for removed files.
- * libraries/clib/native/Makefile.am:
+ * libraries/clib/native/Makefile.am:
Removed character set conversion sources.
- * libraries/clib/nio/Makefile.am:
+ * libraries/clib/nio/Makefile.am:
Added iconv linking flags.
- * libraries/javalib/Makefile.am.in:
+ * libraries/javalib/Makefile.am.in:
Removed serializes converters.
- * libraries/javalib/META-INF/services/java.nio.charset.spi.CharsetProvider:
+ * libraries/javalib/META-INF/services/java.nio.charset.spi.CharsetProvider:
New file.
- * test/regression/CharCvt.java:
+ * test/regression/CharCvt.java:
Adapted to nio.
- * test/regression/Makefile.am:
+ * test/regression/Makefile.am:
Taken out the sysdepCallMethod test as such things should now be tested in
the JNI module.
- * developers/Encode.java,
- developers/EncodeEUC_JP.java,
- libraries/clib/native/ByteToCharDefault.c,
- libraries/clib/native/ByteToCharIconv.c,
- libraries/clib/native/CharToByteDefault.c,
- libraries/clib/native/CharToByteIconv.c,
- libraries/javalib/java/lang/String.java,
- libraries/javalib/kaffe/io/ByteToChar8859_1.java,
- libraries/javalib/kaffe/io/ByteToChar8859_2.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_3.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_4.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_5.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_6.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_7.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_8.ser,
- libraries/javalib/kaffe/io/ByteToChar8859_9.ser,
- libraries/javalib/kaffe/io/ByteToCharASCII.ser,
- libraries/javalib/kaffe/io/ByteToCharCP037.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1026.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1046.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1250.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1251.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1252.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1253.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1254.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1255.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1256.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1257.ser,
- libraries/javalib/kaffe/io/ByteToCharCP1258.ser,
- libraries/javalib/kaffe/io/ByteToCharCP850.ser,
- libraries/javalib/kaffe/io/ByteToCharCP852.ser,
- libraries/javalib/kaffe/io/ByteToCharCP855.ser,
- libraries/javalib/kaffe/io/ByteToCharCP857.ser,
- libraries/javalib/kaffe/io/ByteToCharCP860.ser,
- libraries/javalib/kaffe/io/ByteToCharCP861.ser,
- libraries/javalib/kaffe/io/ByteToCharCP862.ser,
- libraries/javalib/kaffe/io/ByteToCharCP863.ser,
- libraries/javalib/kaffe/io/ByteToCharCP864.ser,
- libraries/javalib/kaffe/io/ByteToCharCP865.ser,
- libraries/javalib/kaffe/io/ByteToCharCP866.ser,
- libraries/javalib/kaffe/io/ByteToCharCP868.ser,
- libraries/javalib/kaffe/io/ByteToCharCP869.ser,
- libraries/javalib/kaffe/io/ByteToCharCP870.ser,
- libraries/javalib/kaffe/io/ByteToCharCP871.ser,
- libraries/javalib/kaffe/io/ByteToCharCP875.ser,
- libraries/javalib/kaffe/io/ByteToCharCP918.ser,
- libraries/javalib/kaffe/io/ByteToCharConverter.java,
- libraries/javalib/kaffe/io/ByteToCharDefault.java,
- libraries/javalib/kaffe/io/ByteToCharHashBased.java,
- libraries/javalib/kaffe/io/ByteToCharIconv.java,
- libraries/javalib/kaffe/io/ByteToCharKOI8_R.ser,
- libraries/javalib/kaffe/io/ByteToCharMS932.java,
- libraries/javalib/kaffe/io/ByteToCharSHIFT_JIS.java,
- libraries/javalib/kaffe/io/ByteToCharUTF8.java,
- libraries/javalib/kaffe/io/CharToByte8859_1.java,
- libraries/javalib/kaffe/io/CharToByte8859_2.ser,
- libraries/javalib/kaffe/io/CharToByte8859_3.ser,
- libraries/javalib/kaffe/io/CharToByte8859_4.ser,
- libraries/javalib/kaffe/io/CharToByte8859_5.ser,
- libraries/javalib/kaffe/io/CharToByte8859_6.ser,
- libraries/javalib/kaffe/io/CharToByte8859_7.ser,
- libraries/javalib/kaffe/io/CharToByte8859_8.ser,
- libraries/javalib/kaffe/io/CharToByte8859_9.ser,
- libraries/javalib/kaffe/io/CharToByteASCII.ser,
- libraries/javalib/kaffe/io/CharToByteCP037.ser,
- libraries/javalib/kaffe/io/CharToByteCP1026.ser,
- libraries/javalib/kaffe/io/CharToByteCP1046.ser,
- libraries/javalib/kaffe/io/CharToByteCP1250.ser,
- libraries/javalib/kaffe/io/CharToByteCP1251.ser,
- libraries/javalib/kaffe/io/CharToByteCP1252.ser,
- libraries/javalib/kaffe/io/CharToByteCP1253.ser,
- libraries/javalib/kaffe/io/CharToByteCP1254.ser,
- libraries/javalib/kaffe/io/CharToByteCP1255.ser,
- libraries/javalib/kaffe/io/CharToByteCP1256.ser,
- libraries/javalib/kaffe/io/CharToByteCP1257.ser,
- libraries/javalib/kaffe/io/CharToByteCP1258.ser,
- libraries/javalib/kaffe/io/CharToByteCP850.ser,
- libraries/javalib/kaffe/io/CharToByteCP852.ser,
- libraries/javalib/kaffe/io/CharToByteCP855.ser,
- libraries/javalib/kaffe/io/CharToByteCP857.ser,
- libraries/javalib/kaffe/io/CharToByteCP860.ser,
- libraries/javalib/kaffe/io/CharToByteCP861.ser,
- libraries/javalib/kaffe/io/CharToByteCP862.ser,
- libraries/javalib/kaffe/io/CharToByteCP863.ser,
- libraries/javalib/kaffe/io/CharToByteCP864.ser,
- libraries/javalib/kaffe/io/CharToByteCP865.ser,
- libraries/javalib/kaffe/io/CharToByteCP866.ser,
- libraries/javalib/kaffe/io/CharToByteCP868.ser,
- libraries/javalib/kaffe/io/CharToByteCP869.ser,
- libraries/javalib/kaffe/io/CharToByteCP870.ser,
- libraries/javalib/kaffe/io/CharToByteCP871.ser,
- libraries/javalib/kaffe/io/CharToByteCP875.ser,
- libraries/javalib/kaffe/io/CharToByteCP918.ser,
- libraries/javalib/kaffe/io/CharToByteConverter.java,
- libraries/javalib/kaffe/io/CharToByteDefault.java,
- libraries/javalib/kaffe/io/CharToByteHashBased.java,
- libraries/javalib/kaffe/io/CharToByteIconv.java,
- libraries/javalib/kaffe/io/CharToByteKOI8_R.ser,
- libraries/javalib/kaffe/io/CharToByteMS932.java,
- libraries/javalib/kaffe/io/CharToByteSHIFT_JIS.java,
- libraries/javalib/kaffe/io/CharToByteUTF8.java,
- libraries/javalib/kaffe/io/CircularBuffer.java,
- libraries/javalib/kaffe/io/ClassLoaderObjectInputStream.java,
- libraries/javalib/kaffe/io/ConverterAlias.java,
- libraries/javalib/kaffe/io/KaffeCharset.java,
- libraries/javalib/kaffe/io/KaffeCharsetProvider.java:
+ * developers/Encode.java,
+ developers/EncodeEUC_JP.java,
+ libraries/clib/native/ByteToCharDefault.c,
+ libraries/clib/native/ByteToCharIconv.c,
+ libraries/clib/native/CharToByteDefault.c,
+ libraries/clib/native/CharToByteIconv.c,
+ libraries/javalib/java/lang/String.java,
+ libraries/javalib/kaffe/io/ByteToChar8859_1.java,
+ libraries/javalib/kaffe/io/ByteToChar8859_2.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_3.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_4.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_5.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_6.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_7.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_8.ser,
+ libraries/javalib/kaffe/io/ByteToChar8859_9.ser,
+ libraries/javalib/kaffe/io/ByteToCharASCII.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP037.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1026.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1046.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1250.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1251.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1252.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1253.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1254.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1255.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1256.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1257.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP1258.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP850.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP852.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP855.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP857.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP860.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP861.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP862.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP863.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP864.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP865.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP866.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP868.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP869.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP870.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP871.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP875.ser,
+ libraries/javalib/kaffe/io/ByteToCharCP918.ser,
+ libraries/javalib/kaffe/io/ByteToCharConverter.java,
+ libraries/javalib/kaffe/io/ByteToCharDefault.java,
+ libraries/javalib/kaffe/io/ByteToCharHashBased.java,
+ libraries/javalib/kaffe/io/ByteToCharIconv.java,
+ libraries/javalib/kaffe/io/ByteToCharKOI8_R.ser,
+ libraries/javalib/kaffe/io/ByteToCharMS932.java,
+ libraries/javalib/kaffe/io/ByteToCharSHIFT_JIS.java,
+ libraries/javalib/kaffe/io/ByteToCharUTF8.java,
+ libraries/javalib/kaffe/io/CharToByte8859_1.java,
+ libraries/javalib/kaffe/io/CharToByte8859_2.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_3.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_4.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_5.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_6.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_7.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_8.ser,
+ libraries/javalib/kaffe/io/CharToByte8859_9.ser,
+ libraries/javalib/kaffe/io/CharToByteASCII.ser,
+ libraries/javalib/kaffe/io/CharToByteCP037.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1026.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1046.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1250.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1251.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1252.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1253.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1254.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1255.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1256.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1257.ser,
+ libraries/javalib/kaffe/io/CharToByteCP1258.ser,
+ libraries/javalib/kaffe/io/CharToByteCP850.ser,
+ libraries/javalib/kaffe/io/CharToByteCP852.ser,
+ libraries/javalib/kaffe/io/CharToByteCP855.ser,
+ libraries/javalib/kaffe/io/CharToByteCP857.ser,
+ libraries/javalib/kaffe/io/CharToByteCP860.ser,
+ libraries/javalib/kaffe/io/CharToByteCP861.ser,
+ libraries/javalib/kaffe/io/CharToByteCP862.ser,
+ libraries/javalib/kaffe/io/CharToByteCP863.ser,
+ libraries/javalib/kaffe/io/CharToByteCP864.ser,
+ libraries/javalib/kaffe/io/CharToByteCP865.ser,
+ libraries/javalib/kaffe/io/CharToByteCP866.ser,
+ libraries/javalib/kaffe/io/CharToByteCP868.ser,
+ libraries/javalib/kaffe/io/CharToByteCP869.ser,
+ libraries/javalib/kaffe/io/CharToByteCP870.ser,
+ libraries/javalib/kaffe/io/CharToByteCP871.ser,
+ libraries/javalib/kaffe/io/CharToByteCP875.ser,
+ libraries/javalib/kaffe/io/CharToByteCP918.ser,
+ libraries/javalib/kaffe/io/CharToByteConverter.java,
+ libraries/javalib/kaffe/io/CharToByteDefault.java,
+ libraries/javalib/kaffe/io/CharToByteHashBased.java,
+ libraries/javalib/kaffe/io/CharToByteIconv.java,
+ libraries/javalib/kaffe/io/CharToByteKOI8_R.ser,
+ libraries/javalib/kaffe/io/CharToByteMS932.java,
+ libraries/javalib/kaffe/io/CharToByteSHIFT_JIS.java,
+ libraries/javalib/kaffe/io/CharToByteUTF8.java,
+ libraries/javalib/kaffe/io/CircularBuffer.java,
+ libraries/javalib/kaffe/io/ClassLoaderObjectInputStream.java,
+ libraries/javalib/kaffe/io/ConverterAlias.java,
+ libraries/javalib/kaffe/io/KaffeCharset.java,
+ libraries/javalib/kaffe/io/KaffeCharsetProvider.java:
Removed no longer necessary files.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -616,8 +616,8 @@
2005-04-23 Roman Kennke <roman at kennke.org>
- * javax/swing/text/Document.java:
- Added API documentation comments.
+ * javax/swing/text/Document.java:
+ Added API documentation comments.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -625,11 +625,11 @@
2005-04-23 Roman Kennke <roman at kennke.org>
- * javax/swing/text/AbstractDocument.java
- (getDocumentProperties): Implemented.
- (setDocumentProperties): Implemented.
- (getProperty): Implemented.
- (putProperty): Implemented.
+ * javax/swing/text/AbstractDocument.java
+ (getDocumentProperties): Implemented.
+ (setDocumentProperties): Implemented.
+ (getProperty): Implemented.
+ (putProperty): Implemented.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -637,9 +637,9 @@
2005-04-22 Thomas Fitzsimmons <fitzsim at redhat.com>
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
- (connectSignals): Realize the window widget after connecting
- signals.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
+ (connectSignals): Realize the window widget after connecting
+ signals.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -647,9 +647,9 @@
2005-04-22 Roman Kennke <roman at kennke.org>
- * javax/swing/BoxLayout
- (preferredLayoutSize): Fixed computation so that it correctly
- adds the top and bottom insets of the container.
+ * javax/swing/BoxLayout
+ (preferredLayoutSize): Fixed computation so that it correctly
+ adds the top and bottom insets of the container.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -657,9 +657,9 @@
2005-04-22 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicMenuItemUI.java
- (paintText): Make use of the 'selectionForeground' UI default
- for text painting.
+ * javax/swing/plaf/basic/BasicMenuItemUI.java
+ (paintText): Make use of the 'selectionForeground' UI default
+ for text painting.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -667,10 +667,10 @@
2005-04-22 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicLookAndFeel.java
- (initSystemColorDefaults): Modified colors to match the
- BasicLookAndFeel in the reference implementation.
- (initComponentDefaults): Likewise.
+ * javax/swing/plaf/basic/BasicLookAndFeel.java
+ (initSystemColorDefaults): Modified colors to match the
+ BasicLookAndFeel in the reference implementation.
+ (initComponentDefaults): Likewise.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -678,8 +678,8 @@
2005-04-22 Michael Koch <konqueror at gmx.de>
- * gnu/classpath/SystemProperties.java:
- Reformatted.
+ * gnu/classpath/SystemProperties.java:
+ Reformatted.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -687,11 +687,11 @@
2005-04-21 Casey Marshall <csm at gnu.org>
- * gnu/java/security/der/DERValue.java
- (getValueAs): new method.
- * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java
- (<init>): read both dates with 'DERValue.getValueAs', with
- 'GENERALIZED_TIME' as the argument.
+ * gnu/java/security/der/DERValue.java
+ (getValueAs): new method.
+ * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java
+ (<init>): read both dates with 'DERValue.getValueAs', with
+ 'GENERALIZED_TIME' as the argument.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -699,9 +699,9 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicLookAndFeel.java
- (initComponentDefaults): Changed Button.border to be
- BasicBorders.getButtonBorder as it should be.
+ * javax/swing/plaf/basic/BasicLookAndFeel.java
+ (initComponentDefaults): Changed Button.border to be
+ BasicBorders.getButtonBorder as it should be.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -709,10 +709,10 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicTabbedPaneUI.java:
- (getMaximumSize): Return (Short.MAX_VALUE, Short.MAX_VALUE) as it
- should according to a mauve testcase, instead of the preferred
- size.
+ * javax/swing/plaf/basic/BasicTabbedPaneUI.java:
+ (getMaximumSize): Return (Short.MAX_VALUE, Short.MAX_VALUE) as it
+ should according to a mauve testcase, instead of the preferred
+ size.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -720,8 +720,8 @@
2005-04-20 Robert Mitchell <mitchelr at ipfw.edu>
- * IMAPConnection.java: Avoid NullPointerException when the server
- returns no matches.
+ * IMAPConnection.java: Avoid NullPointerException when the server
+ returns no matches.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -729,8 +729,8 @@
2005-04-20 Sven de Marothy <sven at physto.se>
- * java/io/OutputStreamWriter.java:
- (close): Do nothing on multiple closes.
+ * java/io/OutputStreamWriter.java:
+ (close): Do nothing on multiple closes.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -738,11 +738,11 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/JMenu.java
- (add): add(Component) now calls PopupMenu.insert(..) instead of
- PopupMenu.add(..). add(..) is not implemented for Component,
- so JComponent.add(..) is called instead, adding the component
- in the wrong place.
+ * javax/swing/JMenu.java
+ (add): add(Component) now calls PopupMenu.insert(..) instead of
+ PopupMenu.add(..). add(..) is not implemented for Component,
+ so JComponent.add(..) is called instead, adding the component
+ in the wrong place.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -750,8 +750,8 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/metal/MetalLookAndFeel.java
- (getDefaults): Call addCustomEntriesToTable on the theme.
+ * javax/swing/plaf/metal/MetalLookAndFeel.java
+ (getDefaults): Call addCustomEntriesToTable on the theme.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -759,11 +759,11 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicButtonListener.java
- (mousePressed): replaced query to getModifiersEx with getModifiers.
- This method relied on faulty behaviour in getModifierEx.
- (mouseReleased): replaced query to getModifiersEx with getModifiers.
- This method relied on faulty behaviour in getModifierEx.
+ * javax/swing/plaf/basic/BasicButtonListener.java
+ (mousePressed): replaced query to getModifiersEx with getModifiers.
+ This method relied on faulty behaviour in getModifierEx.
+ (mouseReleased): replaced query to getModifiersEx with getModifiers.
+ This method relied on faulty behaviour in getModifierEx.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -771,20 +771,20 @@
2005-04-20 Roman Kennke <roman at kennke.org>
- * javax/swing/tree/DefaultTreeSelectionModel.java
- (constructor): Added implementation.
- (getRowMapper): Added implementation.
- (setSelectionMode): Added implementation.
- (getSelectionMode): Added implementation.
- (getSelectionPath): Added implementation.
- (getSelectionPaths): Added implementation.
- (getSelectionCount): Added implementation.
- (isSelectionEmpty): Added implementation.
- (getSelectionRows): Added implementation.
- (getMinSelectionRow): Added implementation.
- (getMaxSelectionRow): Added implementation.
- (getLeadSelectionRow): Added implementation.
- (getLeadSelectionPath): Added implementation.
+ * javax/swing/tree/DefaultTreeSelectionModel.java
+ (constructor): Added implementation.
+ (getRowMapper): Added implementation.
+ (setSelectionMode): Added implementation.
+ (getSelectionMode): Added implementation.
+ (getSelectionPath): Added implementation.
+ (getSelectionPaths): Added implementation.
+ (getSelectionCount): Added implementation.
+ (isSelectionEmpty): Added implementation.
+ (getSelectionRows): Added implementation.
+ (getMinSelectionRow): Added implementation.
+ (getMaxSelectionRow): Added implementation.
+ (getLeadSelectionRow): Added implementation.
+ (getLeadSelectionPath): Added implementation.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -792,9 +792,9 @@
2005-04-20 Sven de Marothy <sven at physto.se>
- * java/nio/charset/Charset.java:
- (defaultCharset()): New method.
- Status updated to 1.5
+ * java/nio/charset/Charset.java:
+ (defaultCharset()): New method.
+ Status updated to 1.5
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -802,60 +802,60 @@
2005-04-20 Sven de Marothy <sven at physto.se>
- * gnu/java/io/EncodingManager.java: Removed charset alias properties.
- * gnu/java/io/decode/Decoder.java,
- * gnu/java/io/decode/Decoder8859_1.java,
- * gnu/java/io/decode/Decoder8859_13.java,
- * gnu/java/io/decode/Decoder8859_15.java,
- * gnu/java/io/decode/Decoder8859_2.java,
- * gnu/java/io/decode/Decoder8859_3.java,
- * gnu/java/io/decode/Decoder8859_4.java,
- * gnu/java/io/decode/Decoder8859_5.java,
- * gnu/java/io/decode/Decoder8859_6.java,
- * gnu/java/io/decode/Decoder8859_7.java,
- * gnu/java/io/decode/Decoder8859_8.java,
- * gnu/java/io/decode/Decoder8859_9.java,
- * gnu/java/io/decode/DecoderASCII.java,
- * gnu/java/io/decode/DecoderCp1047.java,
- * gnu/java/io/decode/DecoderEBCDIC_XML_US.java,
- * gnu/java/io/decode/DecoderEightBitLookup.java,
- * gnu/java/io/decode/DecoderUTF16BE.java,
- * gnu/java/io/decode/DecoderUTF16LE.java,
- * gnu/java/io/decode/DecoderUTF32BE.java,
- * gnu/java/io/decode/DecoderUTF32LE.java,
- * gnu/java/io/decode/DecoderUTF8.java,
- * gnu/java/io/decode/DecoderUnicodeBig.java,
- * gnu/java/io/decode/DecoderUnicodeLittle.java,
- * gnu/java/io/decode/DecoderWindows1250.java,
- * gnu/java/io/decode/DecoderWindows1252.java,
- * gnu/java/io/decode/package.html
- * gnu/java/io/encode/Encoder.java,
- * gnu/java/io/encode/Encoder8859_1.java,
- * gnu/java/io/encode/Encoder8859_13.java,
- * gnu/java/io/encode/Encoder8859_15.java,
- * gnu/java/io/encode/Encoder8859_2.java,
- * gnu/java/io/encode/Encoder8859_3.java,
- * gnu/java/io/encode/Encoder8859_4.java,
- * gnu/java/io/encode/Encoder8859_5.java,
- * gnu/java/io/encode/Encoder8859_6.java,
- * gnu/java/io/encode/Encoder8859_7.java,
- * gnu/java/io/encode/Encoder8859_8.java,
- * gnu/java/io/encode/Encoder8859_9.java,
- * gnu/java/io/encode/EncoderASCII.java,
- * gnu/java/io/encode/EncoderCp1047.java,
- * gnu/java/io/encode/EncoderEBCDIC_XML_US.java,
- * gnu/java/io/encode/EncoderEightBitLookup.java,
- * gnu/java/io/encode/EncoderUTF16BE.java,
- * gnu/java/io/encode/EncoderUTF16LE.java,
- * gnu/java/io/encode/EncoderUTF32BE.java,
- * gnu/java/io/encode/EncoderUTF32LE.java,
- * gnu/java/io/encode/EncoderUTF8.java,
- * gnu/java/io/encode/EncoderUnicodeBig.java,
- * gnu/java/io/encode/EncoderUnicodeLittle.java,
- * gnu/java/io/encode/EncoderWindows1250.java,
- * gnu/java/io/encode/EncoderWindows1252.java,
- * gnu/java/io/encode/package.html:
- Removed
+ * gnu/java/io/EncodingManager.java: Removed charset alias properties.
+ * gnu/java/io/decode/Decoder.java,
+ * gnu/java/io/decode/Decoder8859_1.java,
+ * gnu/java/io/decode/Decoder8859_13.java,
+ * gnu/java/io/decode/Decoder8859_15.java,
+ * gnu/java/io/decode/Decoder8859_2.java,
+ * gnu/java/io/decode/Decoder8859_3.java,
+ * gnu/java/io/decode/Decoder8859_4.java,
+ * gnu/java/io/decode/Decoder8859_5.java,
+ * gnu/java/io/decode/Decoder8859_6.java,
+ * gnu/java/io/decode/Decoder8859_7.java,
+ * gnu/java/io/decode/Decoder8859_8.java,
+ * gnu/java/io/decode/Decoder8859_9.java,
+ * gnu/java/io/decode/DecoderASCII.java,
+ * gnu/java/io/decode/DecoderCp1047.java,
+ * gnu/java/io/decode/DecoderEBCDIC_XML_US.java,
+ * gnu/java/io/decode/DecoderEightBitLookup.java,
+ * gnu/java/io/decode/DecoderUTF16BE.java,
+ * gnu/java/io/decode/DecoderUTF16LE.java,
+ * gnu/java/io/decode/DecoderUTF32BE.java,
+ * gnu/java/io/decode/DecoderUTF32LE.java,
+ * gnu/java/io/decode/DecoderUTF8.java,
+ * gnu/java/io/decode/DecoderUnicodeBig.java,
+ * gnu/java/io/decode/DecoderUnicodeLittle.java,
+ * gnu/java/io/decode/DecoderWindows1250.java,
+ * gnu/java/io/decode/DecoderWindows1252.java,
+ * gnu/java/io/decode/package.html
+ * gnu/java/io/encode/Encoder.java,
+ * gnu/java/io/encode/Encoder8859_1.java,
+ * gnu/java/io/encode/Encoder8859_13.java,
+ * gnu/java/io/encode/Encoder8859_15.java,
+ * gnu/java/io/encode/Encoder8859_2.java,
+ * gnu/java/io/encode/Encoder8859_3.java,
+ * gnu/java/io/encode/Encoder8859_4.java,
+ * gnu/java/io/encode/Encoder8859_5.java,
+ * gnu/java/io/encode/Encoder8859_6.java,
+ * gnu/java/io/encode/Encoder8859_7.java,
+ * gnu/java/io/encode/Encoder8859_8.java,
+ * gnu/java/io/encode/Encoder8859_9.java,
+ * gnu/java/io/encode/EncoderASCII.java,
+ * gnu/java/io/encode/EncoderCp1047.java,
+ * gnu/java/io/encode/EncoderEBCDIC_XML_US.java,
+ * gnu/java/io/encode/EncoderEightBitLookup.java,
+ * gnu/java/io/encode/EncoderUTF16BE.java,
+ * gnu/java/io/encode/EncoderUTF16LE.java,
+ * gnu/java/io/encode/EncoderUTF32BE.java,
+ * gnu/java/io/encode/EncoderUTF32LE.java,
+ * gnu/java/io/encode/EncoderUTF8.java,
+ * gnu/java/io/encode/EncoderUnicodeBig.java,
+ * gnu/java/io/encode/EncoderUnicodeLittle.java,
+ * gnu/java/io/encode/EncoderWindows1250.java,
+ * gnu/java/io/encode/EncoderWindows1252.java,
+ * gnu/java/io/encode/package.html:
+ Removed
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -863,8 +863,8 @@
2005-04-19 Michael Koch <konqueror at gmx.de>
- * java/awt/geom/QuadCurve2D.java:
- Fixed Brian Gough's name for real.
+ * java/awt/geom/QuadCurve2D.java:
+ Fixed Brian Gough's name for real.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -872,14 +872,14 @@
2005-04-19 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicButtonUI.java
- (paint): This should not care about margin and insets
- at the same time, as insets already include the margin
- through the border.
- * javax/swing/plaf/basic/BasicGraphicsUtils.java
- (getPreferredButtonSize): Likewise.
- * javax/swing/plaf/metal/MetalBorders.java
- (getBorderInsets): Likewise.
+ * javax/swing/plaf/basic/BasicButtonUI.java
+ (paint): This should not care about margin and insets
+ at the same time, as insets already include the margin
+ through the border.
+ * javax/swing/plaf/basic/BasicGraphicsUtils.java
+ (getPreferredButtonSize): Likewise.
+ * javax/swing/plaf/metal/MetalBorders.java
+ (getBorderInsets): Likewise.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -887,10 +887,10 @@
2005-04-19 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicOptionPaneUI.java
- (createMessageArea): The JPanel that holds the message area
- doesn't need to override getPreferredSize. This prevents some
- message components from rendering nicely.
+ * javax/swing/plaf/basic/BasicOptionPaneUI.java
+ (createMessageArea): The JPanel that holds the message area
+ doesn't need to override getPreferredSize. This prevents some
+ message components from rendering nicely.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -898,8 +898,8 @@
2005-04-19 Andrew John Hughes <gnu_andrew at member.fsf.org>
- * java/net/URL.java:
- (toURI()): Implemented.
+ * java/net/URL.java:
+ (toURI()): Implemented.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -907,8 +907,8 @@
2005-04-18 Sven de Marothy <sven at physto.se>
- * java/io/InputStreamReader.java:
- (read): Fix several bugs leading to incorrect length being returned.
+ * java/io/InputStreamReader.java:
+ (read): Fix several bugs leading to incorrect length being returned.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -916,11 +916,11 @@
2005-04-18 Sven de Marothy <sven at physto.se>
- * java/nio/ByteBufferImpl.java:
- (putChar): Inlined for speed.
- (put, get): Bulk methods can use arraycopy.
- * java/nio/CharBufferImpl.java:
- (put, get): Bulk methods can use arraycopy.
+ * java/nio/ByteBufferImpl.java:
+ (putChar): Inlined for speed.
+ (put, get): Bulk methods can use arraycopy.
+ * java/nio/CharBufferImpl.java:
+ (put, get): Bulk methods can use arraycopy.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -928,8 +928,8 @@
2005-04-18 Roman Kennke <roman at kennke.org>
- * javax/swing/tree/DefaultTreeSelectionModel.java:
- Added API documentation all over the class.
+ * javax/swing/tree/DefaultTreeSelectionModel.java:
+ Added API documentation all over the class.
2005-04-23 Dalibor Topic <robilad at kaffe.org>
@@ -937,18 +937,18 @@
2005-04-18 Sven de Marothy <sven at physto.se>
- * include/Makefile.am,
- * native/jni/java-nio/Makefile.am: Added new files.
- * gnu/java/nio/charset/iconv/IconvCharset.java,
- * gnu/java/nio/charset/iconv/IconvDecoder.java,
- * gnu/java/nio/charset/iconv/IconvEncoder.java,
- * gnu/java/nio/charset/iconv/IconvMetaData.java,
- * gnu/java/nio/charset/iconv/IconvProvider.java,
- * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c,
- * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c,
- * include/gnu_java_nio_charset_iconv_IconvDecoder.h,
- * include/gnu_java_nio_charset_iconv_IconvEncoder.h,
- New files.
+ * include/Makefile.am,
+ * native/jni/java-nio/Makefile.am: Added new files.
+ * gnu/java/nio/charset/iconv/IconvCharset.java,
+ * gnu/java/nio/charset/iconv/IconvDecoder.java,
+ * gnu/java/nio/charset/iconv/IconvEncoder.java,
+ * gnu/java/nio/charset/iconv/IconvMetaData.java,
+ * gnu/java/nio/charset/iconv/IconvProvider.java,
+ * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c,
+ * native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c,
+ * include/gnu_java_nio_charset_iconv_IconvDecoder.h,
+ * include/gnu_java_nio_charset_iconv_IconvEncoder.h:
+ New files.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -956,9 +956,9 @@
2005-04-18 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicScrollPaneUI.java
- (installDefaults): Link managed JScrollPane in instance field.
- (uninstallDefaults): Unlink managed JScrollPane in instance field.
+ * javax/swing/plaf/basic/BasicScrollPaneUI.java
+ (installDefaults): Link managed JScrollPane in instance field.
+ (uninstallDefaults): Unlink managed JScrollPane in instance field.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -966,11 +966,11 @@
2005-04-18 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicScrollBarUI.java
- (PropertyChangeHandler.propertyChange): Add default
- to switch statement to avoid errors with unusual values
- for orientation.
- (installComponents): Likewise.
+ * javax/swing/plaf/basic/BasicScrollBarUI.java
+ (PropertyChangeHandler.propertyChange): Add default
+ to switch statement to avoid errors with unusual values
+ for orientation.
+ (installComponents): Likewise.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -978,19 +978,19 @@
2005-04-18 Roman Kennke <roman at kennke.org>
- * javax/swing/plaf/basic/BasicScrollBarUI.java
- (installUI): Install listeners after everything all, otherwise
- we get strange NPEs in some situations, especially with
- custom L&Fs.
- (createIncreaseButton): Orientation is expected to be
- SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
- HORIZONTAL or VERTICAL.
- (createDecreaseButton): Orientation is expected to be
- SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
- HORIZONTAL or VERTICAL.
- (installComponents): Orientation for buttons is expected to be
- SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
- HORIZONTAL or VERTICAL.
+ * javax/swing/plaf/basic/BasicScrollBarUI.java
+ (installUI): Install listeners after everything all, otherwise
+ we get strange NPEs in some situations, especially with
+ custom L&Fs.
+ (createIncreaseButton): Orientation is expected to be
+ SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
+ HORIZONTAL or VERTICAL.
+ (createDecreaseButton): Orientation is expected to be
+ SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
+ HORIZONTAL or VERTICAL.
+ (installComponents): Orientation for buttons is expected to be
+ SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
+ HORIZONTAL or VERTICAL.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -998,13 +998,13 @@
2005-04-18 Jeroen Frijters <jeroen at frijters.net>
- * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
- and field updates.
- * java/nio/CharBufferImpl.java
- (CharBufferImpl(CharBufferImpl)): Copy array_offset field.
- (get(), put(char)): Inlined checks and field updates. Fixed to
- take array_offset into account.
- (get(int), put(int, char)): Fixed to take array_offset into account.
+ * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
+ and field updates.
+ * java/nio/CharBufferImpl.java
+ (CharBufferImpl(CharBufferImpl)): Copy array_offset field.
+ (get(), put(char)): Inlined checks and field updates. Fixed to
+ take array_offset into account.
+ (get(int), put(int, char)): Fixed to take array_offset into account.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1012,12 +1012,12 @@
2005-04-18 Jeroen Frijters <jeroen at frijters.net>
- * java/awt/GraphicsEnvironment.java
- (localGraphicsEnvironment): New field.
- (getLocalGraphicsEnvironment): Added support for java.awt.graphicsenv
- property.
- (isHeadless): Added support for java.awt.headless property.
- (isHeadlessInstance): Call headless().
+ * java/awt/GraphicsEnvironment.java
+ (localGraphicsEnvironment): New field.
+ (getLocalGraphicsEnvironment): Added support for java.awt.graphicsenv
+ property.
+ (isHeadless): Added support for java.awt.headless property.
+ (isHeadlessInstance): Call headless().
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1025,9 +1025,9 @@
2005-04-18 Roman Kennke <roman at kennke.org>
- * javax/swing/JToolBar.java
- (addImpl): Adjust added AbstractButtons to look and feel like
- toolbar buttons.
+ * javax/swing/JToolBar.java
+ (addImpl): Adjust added AbstractButtons to look and feel like
+ toolbar buttons.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1035,9 +1035,9 @@
2005-04-18 Jeroen Frijters <jeroen at frijters.net>
- * gnu/java/beans/IntrospectionIncubator.java
- (addToPropertyHash, addToListenerHash): Don't confuse get(),
- set(), is(), add() and remove() with properties or events.
+ * gnu/java/beans/IntrospectionIncubator.java
+ (addToPropertyHash, addToListenerHash): Don't confuse get(),
+ set(), is(), add() and remove() with properties or events.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1045,10 +1045,10 @@
2005-04-17 Roman Kennke <roman at kennke.org>
- * javax/swing/text/SimpleAttributeSet.java
- (addAttribute): Removed null pointer check.
- * javax/swing/text/StyleContext.java
- (NamedStyle.setResolveParent): Added null pointer check.
+ * javax/swing/text/SimpleAttributeSet.java
+ (addAttribute): Removed null pointer check.
+ * javax/swing/text/StyleContext.java
+ (NamedStyle.setResolveParent): Added null pointer check.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1056,9 +1056,9 @@
2005-04-17 Roman Kennke <roman at kennke.org>
- * javax/swing/UIManager.java:
- Make the UIManager respect the swing.defaultlaf system
- property.
+ * javax/swing/UIManager.java:
+ Make the UIManager respect the swing.defaultlaf system
+ property.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1066,9 +1066,9 @@
2005-04-17 Roman Kennke <roman at kennke.org>
- * javax/swing/text/SimpleAttributeSet.java
- (addAttribute): Check for null and remove key in that case.
- This fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21064 .
+ * javax/swing/text/SimpleAttributeSet.java
+ (addAttribute): Check for null and remove key in that case.
+ This fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21064 .
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1076,8 +1076,8 @@
2005-04-16 Roman Kennke <roman at kennke.org>
- * java/awt/BorderLayout.java
- (calcSize): Check for overflow when component sizes are added.
+ * java/awt/BorderLayout.java
+ (calcSize): Check for overflow when component sizes are added.
2005-04-22 Dalibor Topic <robilad at kaffe.org>
@@ -1085,15 +1085,15 @@
2005-04-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
- * java/rmi/Naming.java:
- Added class documentation.
- (lookup(String)): Call parseURL and getName.
- (bind(String,java.rmi.Remote)): Likewise.
- (unbind(String)): Likewise.
- (rebind(String, java.rmi.Remote)): Likewise.
- (list(String)): Call parseURL.
- (parseURL(String)): New method to handle parsing and defaults.
- (getName(java.net.URL)): New method to handle finding the service name.
+ * java/rmi/Naming.java:
+ Added class documentation.
+ (lookup(String)): Call parseURL and getName.
+ (bind(String,java.rmi.Remote)): Likewise.
+ (unbind(String)): Likewise.
+ (rebind(String, java.rmi.Remote)): Likewise.
+ (list(String)): Call parseURL.
*** Patch too long, truncated ***
More information about the kaffe
mailing list