Hi list,
I commited the attached patch to remove a comment for Eclipse.
Michael
2005-03-30 Michael Koch <[EMAIL PROTECTED]>
* java/awt/image/ConvolveOp.java:
Removed comment added by eclipse.
Index: java/awt/image/ConvolveOp.java
===
Hi list,
I commited the attached patch to revert a typo fix I commited a while
ago.
Michael
2005-03-30 Michael Koch <[EMAIL PROTECTED]>
* gnu/xml/aelfred2/XmlParser.java:
Revert my typo fix.
Index: gnu/xml/aelfred2/XmlParser.java
===
Hi list,
I just commited the attached patch to fix two typos in the name of Brian
Cough.
Michael
2005-03-30 Michael Koch <[EMAIL PROTECTED]>
* java/awt/geom/CubicCurve2D.java,
java/awt/geom/QuadCurve2D.java:
Fixed typo in name of Brian Cough.
Index: java/awt/geom/C
Hi,
On Thu, 2005-03-24 at 00:09 +0100, Sven de Marothy wrote:
> (setPixels): Don't notify the image observer if all
> pixels are set at once.
We decided on IRC that it would be better to remove this imageUpdate
call altogether. With that change this patch can go in.
Thanks,
Tom
2005-03-29 Audrius Meskauskas <[EMAIL PROTECTED]>
* org/omg.CORBA/ORBPackage/InconsistentTypeCode.java,
org/omg.CORBA/ORBPackage/InvalidName.java,
org/omg.CORBA/ORBPackage/package.html:
New files.Title: GNU Classpath - org.omg.CORBA.ORBPackage
Provides a couple of exceptions, thrown by met
2005-03-29 Audrius Meskauskas <[EMAIL PROTECTED]>
* gnu/CORBA/gnuNamedValue.java,
gnu/CORBA/gnuNVList.java,
org/omg.CORBA/NVList.java:
New files.
gnuNamedValue.java
Description: Binary data
gnuNVList.java
Description: Binary data
NVList.java
Description: Binary data
_
Hi,
Fixing kaffe I've seen this disobedience to JNI in VMSelector. I am
comitting it now.
ChangeLog:
2005-03-29 Guilhem Lavaux <[EMAIL PROTECTED]>
* native/jni/java-nio/gnu_java_nio_VMSelector.c
(Java_gnu_java_nio_VMSelector_select): Use GetStaticMethodID for
Thread.in
Hi,
I committed my encoding alias patch to make the aliases case-insenstive.
I decided to retain compatibility with existing aliases defined by
startup scripts by first looking for an exact match before doing to
lowercase conversion. This way there shouldn't be any compatibility
problems and we st