[cp-patches] FYI: JLabel.setDisplayedMnemonicIndex() fixlet

2006-06-22 Thread David Gilbert
This patch (committed) fixes the failures in the Mauve tests I committed earlier, and updates the API docs a little: 2006-06-22 David Gilbert [EMAIL PROTECTED] * javax/swing/JLabel.java (setDisplayedMnemonic): Updated API docs, (getDisplayedMnemonic): Removed

[cp-patches] FYI: JLabel.setDisplayedMnemonic() - another fixlet

2006-06-22 Thread David Gilbert
This patch (committed) fixes a couple of failing Mauve tests (which I'll commit shortly): 2006-06-22 David Gilbert [EMAIL PROTECTED] * javax/swing/JLabel.java (setDisplayedMnemonic(int)): Fire property change event AFTER updating field,

[cp-patches] FYI: JLabel.setText()

2006-06-22 Thread David Gilbert
This patch (committed) fixes some failing Mauve tests: 2006-06-22 David Gilbert [EMAIL PROTECTED] * javax/swing/JLabel.java (getText): Updated API docs, (setText): Corrected the check for an unchanged value, and the update of the displayedMnemonicIndex.

[cp-patches] FYI: fix NPE in JMenu

2006-06-22 Thread Robert Schuster
Hi, this patch fixes a NullPointerException which happens in JMenu.removeAll. This problem was easily spotable using our Swing demo. The ChangeLog: 2006-06-22 Robert Schuster [EMAIL PROTECTED] * javax/swing/JMenu.java: (removeAll): Added check for popupMenu not being null.

[cp-patches] FYI: More PlainDocument.insertUpdate() tests

2006-06-22 Thread Roman Kennke
I added 3 more tests for PlainDocument.insertUpdate() that show problems in our impl. 2006-06-22 Roman Kennke [EMAIL PROTECTED] * gnu/testlet/javax/swing/text/PlainDocument/insertUpdate.java (test02): New test method. (test03): New test method. (test04): New

[cp-patches] FYI: BasicLabelUI keyboard mapping implemented

2006-06-22 Thread David Gilbert
This patch (committed) implements the keyboard to action mapping in the BasicLabelUI class, removing a couple more stubbed methods: 2006-06-22 David Gilbert [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicLabelUI.java (installKeyboardActions): Implemented,

[cp-patches] FYI: PlainDocument fixes

2006-06-22 Thread Roman Kennke
This fixes an ugly issue in PlainDocument.insertUpdate(). This method didn't handle the special case of inserting text after a newline correctly. I basically rewrote this piece, it has been such a mess before. And luckily, we now pass all Mauve and Harmony tests for that class :-) ! 2006-06-22

[cp-patches] FYI: AbstractDocument fixlets

2006-06-22 Thread Roman Kennke
This makes some mauve test quiet. It sets a document property that we should make use of one day, and it checks the bounds in removeImpl(). 2006-06-22 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/AbstractDocument.java (AbstractDocument): Set the i18n document property.

[cp-patches] FYI: Insets.toString fix

2006-06-22 Thread Robert Schuster
Hi, this small patch makes Insets.toString() return the information formatted in the same way as on the RI. ChangeLog: 2006-06-22 Robert Schuster [EMAIL PROTECTED] * java/awt/Insets.java: Updated copyright year. (toString): Changed string, removed a line from the

[cp-patches] FYI: JLabel API doc updates

2006-06-22 Thread David Gilbert
This patch (committed) updates the API docs for the JLabel class: 2006-06-22 David Gilbert [EMAIL PROTECTED] * javax/swing/JLabel.java: Updated API docs. Regards, Dave Index: javax/swing/JLabel.java === RCS file:

[cp-patches] RFA: Container.java

2006-06-22 Thread Tania Bento
Hey, The applyComponentOrientation method needs to actually set the ComponentOrientation property of the container and it doesn't need to check if the value of the ComponentOrientation passed to it is null as the setComponentOrientation method already does this. This change is based on the

[cp-patches] RFA: Window.java

2006-06-22 Thread Tania Bento
Hey, The invalidate() method should be called within the hid() method of Window.java. This now causes Harmony's testDispse(test.java.awt.WindowRTest) to pass on Classpath. Could someone please approve this patch so that I can commit it. Thanks. Here's the Changelog Entry: 2006-06-22 Tania

[cp-patches] FYI: JComponent fixes

2006-06-22 Thread Roman Kennke
3 fixes for JComponent: 1. All PropertyChangeEvent methods have been removed. They are all handled in Component anyway and only called super. However, there was one method addPropertyChangeListener(String,PropertyChangeListener) which did not call super, but instead registered the listener to the

Re: [cp-patches] RFA: Window.java

2006-06-22 Thread Roman Kennke
Hi Tania, The invalidate() method should be called within the hid() method of Window.java. This now causes Harmony's testDispse(test.java.awt.WindowRTest) to pass on Classpath. Some quick testing shows that invalidate() isn't called from hide() in the RI, at least not directly from the

Re: [cp-patches] RFA: Container.java

2006-06-22 Thread Roman Kennke
Hi Tania, The applyComponentOrientation method needs to actually set the ComponentOrientation property of the container and it doesn't need to check if the value of the ComponentOrientation passed to it is null as the setComponentOrientation method already does this. This change is based on

Re: [cp-patches] RFA: Container.java

2006-06-22 Thread David Gilbert
Hi Tania, In Sun's API specification for Component.setComponentOrientation() it says: To set the orientation of a single component, use this method. To set the orientation of an entire component hierarchy, use |applyComponentOrientation|

[cp-patches] RFC: GConf updates

2006-06-22 Thread Mario Torre
Hi! I've checked this twice, but given the kind of update I suggest to give another look at it, so this is also a RFA. This release contains a couple of fixes, most important it adds explicit tests in the GConf native layer so that an invalid key does not results in a crash. I have added also

[cp-testresults] FAIL: regressions for libgcj on Thu Jun 22 09:07:00 UTC 2006

2006-06-22 Thread cpdev
Baseline from: Sun Jun 18 12:29:41 UTC 2006 Regressions: FAIL: PR16923.c compilation New fails: Totals: PASS: 4819 XPASS: 0 FAIL: 1 XFAIL: 12 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: Crypto components as external JCE provider

2006-06-22 Thread Raif S. Naffah
On Thursday 22 June 2006 08:36, Vivek Lakshmanan wrote: Hi All, A few of us have been discussing extracting the crypto components in classpath as an external JCE provider especially for use with Java 1.4.x based VMs (PR27649 for those looking for the whole story). This will also help those

[Bug crypto/27649] Addition of --standalone-crypto configure option

2006-06-22 Thread raif at swiftdsl dot com dot au
--- Comment #9 from raif at swiftdsl dot com dot au 2006-06-22 10:15 --- (In reply to comment #8) (In reply to comment #7) ... The other patch for the --enable-standalone-crypto is, in hindsight, incorrect. Extracting a JCE jar (javax.crypto...), a crypto provider jar

[Bug crypto/28127] Crypto specific components should be compatible with Java 1.4

2006-06-22 Thread raif at swiftdsl dot com dot au
--- Comment #2 from raif at swiftdsl dot com dot au 2006-06-22 10:16 --- i'll take this one. -- raif at swiftdsl dot com dot au changed: What|Removed |Added

Re: Crypto components as external JCE provider

2006-06-22 Thread Michael Koch
On Thu, Jun 22, 2006 at 08:07:19PM +1000, Raif S. Naffah wrote: On Thursday 22 June 2006 08:36, Vivek Lakshmanan wrote: Hi All, A few of us have been discussing extracting the crypto components in classpath as an external JCE provider especially for use with Java 1.4.x based VMs (PR27649

Re: Crypto components as external JCE provider

2006-06-22 Thread Raif S. Naffah
hello Michael, On Thursday 22 June 2006 21:24, Michael Koch wrote: On Thu, Jun 22, 2006 at 08:07:19PM +1000, Raif S. Naffah wrote: On Thursday 22 June 2006 08:36, Vivek Lakshmanan wrote: ... 4) Code in these packages (especially the JCE provider packages) will only use Java 1.4.x

Jini now part of Apache

2006-06-22 Thread theUser BL
Jini (www.jini.org) is already since a year under the Apache License 2.0 But now it is part of the Apache project and in the incubator: http://lists.cs.ucsb.edu/pipermail/cs290b-java/2006-May/43.html Greatings theuserbl Here the text he have written:

Re: Jini now part of Apache

2006-06-22 Thread Casey Marshall
Jini... was that the huge global networked computer that Bill Joy was going to use to save us all from the gray goo? On Jun 22, 2006, at 8:26 AM, theUser BL wrote: Jini (www.jini.org) is already since a year under the Apache License 2.0 But now it is part of the Apache project and in the

Re: cvs commit messages

2006-06-22 Thread Mark Wielaard
On Sun, 2006-06-18 at 17:04 +0200, Mark Wielaard wrote: On Fri, 2006-06-09 at 10:16 -0600, Tom Tromey wrote: Our cvs commit messages starting including the full patch. Agreed. I just had to purge some humongous messages from the commit-classpath queue (your and andrew branch merging) which

Harmony's Classpath adapter

2006-06-22 Thread Archie Cobbs
Hey all, As some of you know I donated a version of JCVM to the Apache Harmony project under the Apache license called JC Harmony Edition. BTW, SableVM has been donated too. However, Harmony has its own class library called classlib (why so is a different discussion for another thread). So my

[commit-cp] classpath ChangeLog javax/swing/JLabel.java

2006-06-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/22 09:04:15 Modified files: . : ChangeLog javax/swing: JLabel.java Log message: 2006-06-22 David Gilbert [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/JLabel.java

2006-06-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/22 09:47:33 Modified files: . : ChangeLog javax/swing: JLabel.java Log message: 2006-06-22 David Gilbert [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/JLabel.java

2006-06-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/22 11:12:50 Modified files: . : ChangeLog javax/swing: JLabel.java Log message: 2006-06-22 David Gilbert [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing JMenu.java ChangeLog

2006-06-22 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Robert Schuster rschuster 06/06/22 13:21:04 Modified files: javax/swing: JMenu.java . : ChangeLog Log message: 2006-06-22 Robert Schuster [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi...

2006-06-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/22 14:25:48 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicLabelUI.java Log message: 2006-06-22 David Gilbert [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/text PlainDocument.java C...

2006-06-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/22 15:05:57 Modified files: javax/swing/text: PlainDocument.java . : ChangeLog Log message: 2006-06-22 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/text AbstractDocument.jav...

2006-06-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/22 15:14:03 Modified files: javax/swing/text: AbstractDocument.java . : ChangeLog Log message: 2006-06-22 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath/java/awt Insets.java ChangeLog

2006-06-22 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Robert Schuster rschuster 06/06/22 15:18:51 Modified files: java/awt : Insets.java . : ChangeLog Log message: 2006-06-22 Robert Schuster [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/JLabel.java

2006-06-22 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/22 15:44:51 Modified files: . : ChangeLog javax/swing: JLabel.java Log message: 2006-06-22 David Gilbert [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing JComponent.java ChangeLog

2006-06-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/22 21:00:23 Modified files: javax/swing: JComponent.java . : ChangeLog Log message: 2006-06-22 Roman Kennke [EMAIL PROTECTED]