[cp-patches] [Patch] Removed eclipse comment

2005-03-29 Thread Michael Koch
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 ===

[cp-patches] [Patch] Revert typo fix in XmlParser.java

2005-03-29 Thread Michael Koch
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 ===

[cp-patches] [Patch] Typo fixes in java.awt.geom

2005-03-29 Thread Michael Koch
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

[cp-patches] Re: Fixes to ImageObserver calls

2005-03-29 Thread Thomas Fitzsimmons
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

[cp-patches] FYI: Completing the tiny CORBA package

2005-03-29 Thread Meskauskas Audrius
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

[cp-patches] FYI: CORBA method parameters

2005-03-29 Thread Meskauskas Audrius
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 _

[cp-patches] Fixlet for native VMSelector.select

2005-03-29 Thread Guilhem Lavaux
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

[cp-patches] FYI: encoding alias patch committed

2005-03-29 Thread Jeroen Frijters
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