[cp-patches] FYI: JLayeredPane API fix

2005-07-20 Thread Roman Kennke
2005-07-20 Roman Kennke [EMAIL PROTECTED] * javax/swing/JLayeredPane.java: Fixed and extended API documentation / class description. /Roman Index: javax/swing/JLayeredPane.java === RCS file:

[cp-patches] FYI: more JSlider fixes

2005-07-20 Thread David Gilbert
I committed this patch to make JSlider pass all the Mauve tests I added: 2005-07-20 David Gilbert [EMAIL PROTECTED] * javax/swing/JSlider.java (setMinimum): fire PropertyChangeEvent for new value, (setMaximum): likewise, (setSnapToTicks): fire

[cp-patches] FYI: SwingUtilities API doc fixlet

2005-07-20 Thread Roman Kennke
I brought the class description of SwingUtilities a little bit closer to the recommendations for JavaDocs. 2005-07-20 Roman Kennke [EMAIL PROTECTED] * javax/swing/SwingUtilities.java: Made class description more concise. /Roman Index: javax/swing/SwingUtilities.java

[cp-patches] FYI: Fixlet for InternalFrame UI classes

2005-07-20 Thread Roman Kennke
This fixes a problem I got with a custom LF and InternalFrames. 2005-07-20 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicInternalFrameUI.java (installUI): Moved titlePane.setOpaque() call into BasicInternalFrameTitlePane's constructor. *

Re: [cp-patches]: Patch: JTree clicking

2005-07-20 Thread Thomas Fitzsimmons
On Wed, 2005-07-20 at 14:25 -0400, Lillian Angel wrote: I fixed this already. This was a temporary patch to get things working at the time. It works really well now, without the constants. OK, great. Thanks, Tom ___ Classpath-patches mailing list

[cp-patches] Re: [RFA/JDWP] ClassObjectReferenceCommandSet.java

2005-07-20 Thread Aaron Luchko
On Wed, 2005-07-20 at 11:10 -0600, Tom Tromey wrote: Aaron == Aaron Luchko [EMAIL PROTECTED] writes: Aaron 2005-07-12 Aaron Luchko [EMAIL PROTECTED] Aaron * gnu/classpath/jdwp/processor/ClassObjectReferenceCommandSet.java: AaronImplemented the ClassObjectReference

Re: [cp-patches]: Patch: JTree clicking

2005-07-20 Thread Lillian Angel
I fixed this already. This was a temporary patch to get things working at the time. It works really well now, without the constants. On Wed, 2005-07-20 at 14:08 -0400, Thomas Fitzsimmons wrote: Hi, On Fri, 2005-07-15 at 13:35 -0400, Lillian Angel wrote: + Rectangle bounds =

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

2005-07-20 Thread Mark Wielaard
Hi, 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 The guidelines I'm going by are here, Implements and extends on separate lines, throws too. Indent extends, implements, throws.

Re: [cp-patches] FYI: file locks

2005-07-20 Thread Mark Wielaard
Hi, On Mon, 2005-07-11 at 21:37 -0700, Casey Marshall wrote: On Jul 11, 2005, at 5:14 PM, Robert Schuster wrote: Hi, should that patch allow me to run Eclipse without - Dosgi.locking=none? It might. I don't know what Eclipse does internally, but if it uses FileChannel.lock and you

[cp-patches] Re: String class: hack for ORP 1.0.9

2005-07-20 Thread Mark Wielaard
Hi David, On Tue, 2005-07-12 at 08:06 -0400, David P Grove wrote: So, I'm having a hard time seeing how this optimization actually makes the code faster under any reasonable assumptions of what an optimizing JIT is going to do. It seems mostly harmless to have it (although it makes the

[cp-patches]: Patch: keyHandling for JTree

2005-07-20 Thread Lillian Angel
Still a few more to be implemented. Most are done. 2005-07-20 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java (keyPressed): Implemented some more VK_XXX and VK_KP_XXX events. Index: javax/swing/plaf/basic/BasicTreeUI.java

[cp-patches] FYI: some JTable key bindings implemented

2005-07-20 Thread Anthony Balkissoon
This implements some of the key actions for a JTable. 2005-07-20 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/JTable: (JTable): Set the lead selection index for each of the two lists associated with this table to 0 (instead of -1). This complies with JDK. *

[cp-patches] FYI: BorderLayout fixes JMenu strange size reduction.

2005-07-20 Thread Anthony Balkissoon
This patch is committed. -Tony On Wed, 2005-07-20 at 11:18 -0400, Anthony Balkissoon wrote: This patch fixes the strange size reduction seen in Robert Schuster's license chooser program and reported to bug-classpath. This patch essentially removes the horizontal and vertical padding of

[cp-patches] [RFA/JDWP] Values

2005-07-20 Thread Aaron Luchko
This it a utility class for Reading/Writing values and untagged-values. http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp-spec.html As well this patch touches ObjectReferenceCommandSet.java and ReferenceTypeCommandSet.java. The main reason is this is a change to the Value api so they need to

[cp-patches] [RFA/JDWP] ArrayReferenceCommandSet.java

2005-07-20 Thread Aaron Luchko
This class implements the Array Reference Command Set http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp/jdwp-protocol.html#JDWP_ArrayReference There's a slightly ugly part with a big if/else in executeGetValues but there doesn't seem to be a way to get rid of this. Fortunately this is the only

Re: areas of divergence

2005-07-20 Thread Mark Wielaard
Hi, I CCed the main classpath list because I think this will interest most hackers there. (Those that didn't notice yet: The Big Merge is done!) On Sat, 2005-07-16 at 11:26 -0600, Tom Tromey wrote: Here's some info on the areas where libgcj and classpath still diverge. gnu.gcj.convert

Re: String class: hack for ORP 1.0.9

2005-07-20 Thread Mark Wielaard
Hi David, On Tue, 2005-07-12 at 08:06 -0400, David P Grove wrote: So, I'm having a hard time seeing how this optimization actually makes the code faster under any reasonable assumptions of what an optimizing JIT is going to do. It seems mostly harmless to have it (although it makes the

Re: Fix for java/net/URLClassLoader

2005-07-20 Thread Mark Wielaard
Hi, On Sat, 2005-07-09 at 15:14 -0500, Archie Cobbs wrote: This patch (checked in) fixes two Mauve tests and removes some obsolete code. 2005-07-09 Archie Cobbs [EMAIL PROTECTED] * java/net/URLClassLoader.java: disallow directories as resources I remember we added getting

Error: No space left on device

2005-07-20 Thread Wolfgang Baer
Hi, I just tried to read some decisions on the mediation wiki and got a IOError[Errno 28] No space left on device. Wolfgang ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: areas of divergence

2005-07-20 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: gnu.java.net java.net.URLClassLoader We have some additional protocol handlers (core, gcjlib), but also some divergences in file, jar, and http. These need to be investigated, as I don't think there is a good reason to diverge here. Mark

Re: Error: No space left on device

2005-07-20 Thread Mark Wielaard
On Wed, 2005-07-20 at 22:23 +0200, Wolfgang Baer wrote: I just tried to read some decisions on the mediation wiki and got a IOError[Errno 28] No space left on device. Eep. Thanks for the report. I removed some stuff, but we are dangerously low on space on developer.classpath.org: Filesystem

Re: areas of divergence

2005-07-20 Thread Ranjit Mathew
Tom Tromey wrote: Mark We probably should make separate releases of GNU Classpath Tools on day. Mark These should of course also come with native gcj-compiled versions of Mark each tool. Just like we do now for gjdoc. The issue for gcj is that we've historically shipped the tools. It is

[commit-cp] classpath ./ChangeLog java/text/AttributedChara...

2005-07-20 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/07/20 08:10:07 Modified files: . : ChangeLog java/text : AttributedCharacterIterator.java

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

2005-07-20 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/07/20 09:10:41 Modified files: . : ChangeLog javax/swing: Action.java Log message: 2005-07-20 Roman Kennke [EMAIL

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

2005-07-20 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/07/20 09:46:33 Modified files: . : ChangeLog javax/swing: JLayeredPane.java Log message: 2005-07-20 Roman Kennke

[commit-cp] classpath/gnu/classpath/jdwp/event

2005-07-20 Thread Aaron Luchko
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Aaron Luchko [EMAIL PROTECTED]05/07/20 19:54:18 classpath/gnu/classpath/jdwp/event Update of /cvsroot/classpath/classpath/gnu/classpath/jdwp/event In directory

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

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

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

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