Suns Jni comes under OpenSource-License (APL 2.0)

2005-10-20 Thread theUser BL
I have now read at http://www.heise.de/newsticker/meldung/65143 that Sun wants to put the license of the Jini Technology Starter Kit 2.1 under the Apache-License 2.0. You can also read more about it at http://www.jini.org/ Greatings theuserbl

i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Mark Wielaard
Hi all, Sometimes we can use some moral support. So let me share the following with you all. Normally we are a bit hesitant to recommend people to just switch since we cannot guarantee that everything just works. But we are getting better and better. The following email was just sent to the i2p

[cp-patches] FYI: Added missing methods in org.ietf interface declarations.

2005-10-20 Thread Meskauskas Audrius
This patch adds the declaration of the hashCode method to these two interfaces. The method is inherited from Object, and explicit declaration just indicates that it must be overridden because the .equals must be overridden. 2005-10-20 Audrius Meskauskas [EMAIL PROTECTED] *

[cp-patches] Patch: BasicMenuItemUI fix

2005-10-20 Thread Lillian Angel
This is a fix for JCheckBoxMenuItem's. The state of the menu item was never changed when the checkbox menu item was selected or deselected. 2005-10-20 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicMenuItemUI.java: Added new ItemListener field.

[cp-patches] FYI: LookAndFeel implementations, cleanup of BasicListUI and BasicTableUI

2005-10-20 Thread Anthony Balkissoon
This patch implements the stubbed methods loadKeyBindings, makeInputMap, makeComponentInputMap, and makeKeyBindings in javax.swing.LookAndFeel. I also noticed that a previous problem we had with improper modifiers being sent with KeyEvents was fixed so I removed the private method

Re: [cp-patches] Re: RFC: Don't call protected addURL() method from URLClassLoader constructors

2005-10-20 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Yeah, yeah... :) I know that it doesn't beat having real comments for Mark code. But I really do try running real known good applications before we Mark make any release to check that nothing is broken. In a case like this the issue is that

Re: [cp-patches] FYI: Added missing methods in org.ietf interface declarations.

2005-10-20 Thread Tom Tromey
Audrius == Meskauskas Audrius [EMAIL PROTECTED] writes: Audrius This patch adds the declaration of the hashCode method to these two Audrius interfaces. The method is inherited from Object, and explicit Audrius declaration just indicates that it must be overridden because the Audrius .equals

[cp-patches] Exception message clarification

2005-10-20 Thread Guilhem Lavaux
Hi, Here are some patches that were useful while debugging applications with kaffe (or debugging kaffe either). I think that we are never too verbose for some exceptions so this patch adds some verbosity to them. ChangeLog entry: 2005-10-20 Guilhem Lavaux [EMAIL PROTECTED] *

[cp-patches] FYI: ScrollPaneAdjustable patch fixes PR24235

2005-10-20 Thread Anthony Balkissoon
The patch suggested in the bug report (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24235) was essentially correct, plus the specs require an explicit check for a null parameter. This is committed. 2005-10-20 Anthony Balkissoon [EMAIL PROTECTED] * java/awt/ScrollPaneAdjustable.java:

Re: [cp-patches] FYI: LookAndFeel implementations, cleanup of BasicListUI and BasicTableUI

2005-10-20 Thread Anthony Balkissoon
Didn't send the patch, here it is. On Thu, 2005-10-20 at 15:02 -0400, Anthony Balkissoon wrote: This patch implements the stubbed methods loadKeyBindings, makeInputMap, makeComponentInputMap, and makeKeyBindings in javax.swing.LookAndFeel. I also noticed that a previous problem we had with

[cp-patches] Re: FYI: Fixes for JLists

2005-10-20 Thread Anthony Balkissoon
Another note, earlier I checked in gnu/testlet/javax/swing/DefaultListSelectionModel/leadSelectionIndex.java and we were failing it. This patch makes us pass that test. --Tony On Thu, 2005-10-20 at 16:55 -0400, Anthony Balkissoon wrote: DefaultListSelectionModel.setLeadSelectionIndex wasn't

[cp-patches] FYI: java/lang/reflect/Proxy.java fix

2005-10-20 Thread Jeroen Frijters
Hi, There was a bootstrap / system class loader confusion bug in Proxy. I committed the attached patch to fix it. Regards, Jeroen 2005-10-21 Jeroen Frijters [EMAIL PROTECTED] * java/lang/reflect/Proxy.java (ProxyType.ProxyType): Don't replace null with system class loader.

[commit-cp] classpath ./ChangeLog org/ietf/jgss/GSSCredenti...

2005-10-20 Thread Audrius Meškauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/10/20 08:42:37 Modified files: . : ChangeLog org/ietf/jgss : GSSCredential.java GSSName.java Log message: 2005-10-20

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

2005-10-20 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/10/20 14:55:02 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicArrowButton.java Log message: 2005-10-20 David

[commit-cp] classpath javax/swing/text/BoxView.java ./Chang...

2005-10-20 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/10/20 18:34:45 Modified files: javax/swing/text: BoxView.java . : ChangeLog Log message: 2005-10-20 Roman Kennke [EMAIL

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

2005-10-20 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/10/20 18:43:11 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicMenuItemUI.java Log message: 2005-10-20 Lillian

[commit-cp] classpath ./ChangeLog javax/swing/LookAndFeel.j...

2005-10-20 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/20 18:58:47 Modified files: . : ChangeLog javax/swing: LookAndFeel.java javax/swing/plaf/basic: BasicTableUI.java

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

2005-10-20 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/20 19:35:07 Modified files: . : ChangeLog java/awt : ScrollPaneAdjustable.java Log message: 2005-10-20 Anthony

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2005-10-20 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/10/20 20:21:29 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java javax/swing:

[commit-cp] classpath ./ChangeLog javax/swing/DefaultListSe...

2005-10-20 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/20 20:53:14 Modified files: . : ChangeLog javax/swing: DefaultListSelectionModel.java JList.java Log message:

[commit-cp] classpath ./ChangeLog java/lang/reflect/Proxy.java

2005-10-20 Thread Jeroen Frijters
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Jeroen Frijters [EMAIL PROTECTED] 05/10/21 00:30:28 Modified files: . : ChangeLog java/lang/reflect: Proxy.java Log message: 2005-10-21 Jeroen Frijters