[cp-patches] FYI: Fixlet for BasicTreeUI

2005-07-07 Thread Roman Kennke
I noticed some jikes warnings in BasicTreeUI. The static fields in javax.swing.tree.TreeSelectionModel were accessed via an instance of this class. I changed this so it is accessed via the class itself. 2005-07-07 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] FYI: Reworked Swing FocusManager

2005-07-07 Thread Roman Kennke
I have finally gotten to fix the javax.swing.FocusManager. This class is officially obsoleted, and replaced by the new java.awt.KeyboardFocusManager stuff. We should support it nevertheless. (at least I have an app here that uses the old API). In order to achieve this we actually have to use

Re: [cp-patches] Re: Absolute URL parsing bug

2005-07-07 Thread Andrew Haley
I think this is the right fix. Tested with Mauve, no regressions. Fixes the testcase context = jar:file://www.example.com/test.jar!/foo/bar.txt, spec = jar:file://www.example.com/test.jar!/foo/test.txt which previously caused a NullPointerException. Andrew. 2005-07-07 Andrew Haley

[cp-patches] Please Review: Patch for BasicPopupMenuUI.java

2005-07-07 Thread Anthony Balkissoon
I submitted bug report #13658 yesterday. https://savannah.gnu.org/bugs/?func=detailitemitem_id=13658 This patch fixes the problem but needs review. Rather than calling popopWillBeMadeInvisible I could also just manually disable the mouseListener, but I didn't want to copy the code. Patch is

[cp-patches] [RFA] update to eclipse formatter settings

2005-07-07 Thread Aaron Luchko
I've found a couple issues with the style formatter included in .settings/org.eclipse.jdt.core.prefs I'm still investigating how to handle a few anomalies (it looks like there might be some bugs in some of the eclipse formatting code) but I've been able to fix one setting where a throws clause

Re: [cp-patches] [RFA] update to eclipse formatter settings

2005-07-07 Thread Aaron Luchko
On Thu, 2005-07-07 at 16:13 -0400, Aaron Luchko wrote: I've found a couple issues with the style formatter included in .settings/org.eclipse.jdt.core.prefs I'm still investigating how to handle a few anomalies (it looks like there might be some bugs in some of the eclipse formatting code)

[cp-patches] FYI: Patch committed - JTable deselection

2005-07-07 Thread Anthony Balkissoon
Holding control while clicking on an already selected cell deselects it. 2005-07-07 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTableUI.java: (MouseInputHandler.mousePressed): Added check for control being pressed and mouse clicked on already selected cell. In this

[cp-patches] FYI: DefaultListSelectionModel multiple selection updated

2005-07-07 Thread Anthony Balkissoon
Updated multiple selection in JLists. Now after a remove operation, the next add operation works in accordance with the reference implementations. Patch attached. 2005-07-07 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/DefaultListSelectionModel.java:

[cp-patches] [RFA] broken links in hacking.texinfo

2005-07-07 Thread Aaron Luchko
I found three broken links in the classpath hacking page http://www.gnu.org/software/classpath/docs/hacking.html All three were pointing to the page for the GNU Coding Standards The first two pointed to http://www.fsf.org/prep/standards_toc.html and the third

[cp-patches] FYI: Fix for #13636

2005-07-07 Thread Robert Schuster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this patch will prevent opening a JMenu's popup when it is disabled. However the behavior of the JDK for JMenu is not fully matched. I file bug reports for this. 2005-07-07 Robert Schuster [EMAIL PROTECTED] * javax/swing/JMenu.java

Re: ResourceBundle optimisation

2005-07-07 Thread Nicolas Geoffray
Hi Bryce, Bryce McKinlay wrote: Nicolas Geoffray wrote: My mistake, i gave you a patch against classpath-0.13. Here's a patch against the latest cvs. Nicolas Geoffray wrote: Hi everyone, I've been doing benchmarks beween my vm and another one launching Tomcat and noticed that the

Re: ResourceBundle optimisation

2005-07-07 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 7 July 2005 10:33, Nicolas Geoffray wrote: Even better, in tryBundle when a result is found for a resource, we could cache all intermediary resources we were looking for. For example if we were looking for ApplicationProperties_AA_aa,

JNI assertion failure

2005-07-07 Thread Archie Cobbs
With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of gnu/java/awt/peer/gtk/GtkGenericPeer Here is

about classpath with pocket pc

2005-07-07 Thread Cresques
Hi, have anyone compiled and used classpath on a pocket pc with windows mobile 2003? I'm very interested on the execution of java applications on this environment, and GNU classpath seems a perfect way to achieve it, but I don't know if ther're something advanced to this goal. thanks in

Re: about classpath with pocket pc

2005-07-07 Thread Wolfgang Baer
Cresques wrote: Hi, have anyone compiled and used classpath on a pocket pc with windows mobile 2003? I'm very interested on the execution of java applications on this environment, and GNU classpath seems a perfect way to achieve it, but I don't know if ther're something advanced to this

[commit-cp] classpath ./ChangeLog gnu/java/net/protocol/htt...

2005-07-07 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/07/07 06:29:30 Modified files: . : ChangeLog gnu/java/net/protocol/http: HTTPConnection.java

[commit-cp] classpath/javax/swing/plaf/basic BasicTreeUI.java

2005-07-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/07/07 09:00:12 Modified files: javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-07-07 Roman Kennke [EMAIL PROTECTED]

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

2005-07-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/07/07 09:06:18 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-07-07 Roman

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

2005-07-07 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/07/07 11:37:45 Modified files: . : ChangeLog javax/swing: JProgressBar.java Log message: 2005-07-07 David Gilbert

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

2005-07-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/07/07 13:16:55 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2005-07-07 Roman

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

2005-07-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/07/07 13:53:57 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-07-07 Lillian

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

2005-07-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/07/07 14:16:11 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-07-07 Lillian

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

2005-07-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/07/07 20:30:23 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-07-07 Lillian

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

2005-07-07 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/07/07 20:55:51 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTableUI.java Log message: 2005-07-07 Anthony

[commit-cp] classpath ChangeLog

2005-07-07 Thread Aaron Luchko
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Aaron Luchko [EMAIL PROTECTED]05/07/07 20:53:18 Modified files: . : ChangeLog Log message: oops, fixed date :) CVSWeb URLs:

[commit-cp] classpath ./ChangeLog gnu/classpath/jdwp/util/S...

2005-07-07 Thread Aaron Luchko
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Aaron Luchko [EMAIL PROTECTED]05/07/07 23:05:32 Modified files: . : ChangeLog gnu/classpath/jdwp/util: Signature.java Log message: *

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

2005-07-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 05/07/08 00:23:22 Modified files: . : ChangeLog javax/swing: JMenu.java Log message: Fixes #13636.