[cp-patches] FYI: several Swing (styled) text fixes

2006-08-12 Thread Roman Kennke
Here come a couple of fixes for the (styled) text rendering in Swing, which should greatly improve stability for styled text using apps like BeanShell. Next thing I'm working on right now is CSS processing and fixing up the HTML rendering to use this, and finish up HTML in general.

[cp-patches] FYI: java.util.Locale - fix broken serialization and equals()

2006-08-12 Thread Sven de Marothy
This is a major embarassment. 2006-08-13 Sven de Marothy [EMAIL PROTECTED] * java/util/Locale.java (hashcode): Is a serialized field, not transient. (equals): Should NOT compare strings by reference. (readObject/writeObject): Use the default methods and handle

Re: [cp-patches] FYI: java.util.Locale - fix broken serialization and equals()

2006-08-12 Thread Mark Wielaard
On Sun, 2006-08-13 at 02:21 +0200, Sven de Marothy wrote: 2006-08-13 Sven de Marothy [EMAIL PROTECTED] * java/util/Locale.java (hashcode): Is a serialized field, not transient. (equals): Should NOT compare strings by reference. (readObject/writeObject): Use the

[cp-patches] FYI: JMenu fix

2006-08-12 Thread Roman Kennke
This adds support for firing menu events in JMenu. This makes jircii really usable now. Get away with XChat and use jIRCii with Classpath now! ;-) 2006-08-13 Roman Kennke [EMAIL PROTECTED] * javax/swing/JMenu.java (MenuChangeListener): New inner class, helps firing menu

[cp-patches] FYI: fix for PR Classpath/23952

2006-08-12 Thread Raif S. Naffah
hello all, the attached patch --already committed-- fixes the above PR by having the cache of previously resolved resource bundles as an LRU, of CACHE_SIZE elements, organized by access. 2006-08-13 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/23952 *

[cp-patches] FYI: JTabbedPane

2006-08-12 Thread Roman Kennke
Another fixlet that helps with jircii. 2006-08-13 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTabbedPane.java (JTabbedPane): Call setModel() here and let this install the change listener correctly. (setModel): Correctly uninstall and reinstall ChangeListener

[cp-patches] Re: FYI: java.util.Locale - fix broken serialization and equals()

2006-08-12 Thread Sven de Marothy
Now I get to share in the embarassment, I'd missed the strings are supposed to be interned. 2006-08-13 Sven de Marothy [EMAIL PROTECTED] * java/util/Locale.java (hashcodeCache): New field. (hashCode): use the above field instead of the serialized one

Re: [cp-patches] RFC: merge ssl-nio-branch into generics-branch

2006-08-12 Thread Tom Tromey
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey The ssl-nio work is complete enough to the point where it can be merged Casey into the generics branch. Now that 0.92 has been released, this is a Casey good time to do that merge. I've accomplished three of the four goals I Casey set out

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Aug 12 18:36:33 UTC 2006

2006-08-12 Thread cpdev
Baseline from: Wed Aug 2 19:46:25 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Canvas.PaintTest FAIL: javax.swing.text.ElementIterator.ElementIteratorTest Improvements: PASS: java.awt.Checkbox.PaintTest PASS: java.lang.StrictMath.sinh PASS:

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Aug 12 19:01:37 UTC 2006

2006-08-12 Thread cpdev
Baseline from: Wed Aug 2 04:27:22 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Canvas.PaintTest FAIL: java.lang.Object.oom FAIL: java.net.HttpURLConnection.responseHeadersTest FAIL: java.net.ServerSocket.ServerSocketTest FAIL:

[cp-testresults] FAIL: regressions for mauve-jamvm on Sun Aug 13 02:33:23 UTC 2006

2006-08-12 Thread cpdev
Baseline from: Wed Aug 2 19:46:25 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Canvas.PaintTest FAIL: java.lang.Thread.sleep FAIL: javax.swing.text.ElementIterator.ElementIteratorTest Improvements: PASS: java.awt.Checkbox.PaintTest PASS:

Generics Branch Merge Announcement (2006/08/12)

2006-08-12 Thread Andrew John Hughes
Hi all, The generics branch now contains the post-0.92 material (up to 12am BST 2006/08/12). Keep up the good work! Cheers, -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }

Re: [cp-patches] RFC: merge ssl-nio-branch into generics-branch

2006-08-12 Thread Tom Tromey
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey The ssl-nio work is complete enough to the point where it can be merged Casey into the generics branch. Now that 0.92 has been released, this is a Casey good time to do that merge. I've accomplished three of the four goals I Casey set out

[commit-cp] classpath .classpath ChangeLog INSTALL NEWS con... [generics-branch]

2006-08-12 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Andrew John Hughes gnu_andrew 06/08/12 13:28:00 Modified files: . : .classpath ChangeLog INSTALL NEWS configure.ac gnu/CORBA : Connected_objects.java

[commit-cp] classpath java/util/ResourceBundle.java ChangeLog

2006-08-12 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/13 01:06:20 Modified files: java/util : ResourceBundle.java . : ChangeLog Log message: 2006-08-13 Raif S. Naffah [EMAIL PROTECTED]

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

2006-08-12 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/13 01:15:26 Modified files: javax/swing: JTabbedPane.java . : ChangeLog Log message: 2006-08-13 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/util/Locale.java

2006-08-12 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/08/13 01:24:14 Modified files: . : ChangeLog java/util : Locale.java Log message: 2006-08-13 Sven de Marothy [EMAIL PROTECTED]

[commit-cp] classpath javax/swing/JEditorPane.java javax/sw...

2006-08-12 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/12 22:16:13 Modified files: javax/swing: JEditorPane.java JTextPane.java javax/swing/plaf/basic: BasicTextUI.java javax/swing/text: ParagraphView.java

[commit-cp] classpath ChangeLog doc/www.gnu.org/newsitems.t...

2006-08-12 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/08/12 23:57:20 Modified files: . : ChangeLog doc/www.gnu.org: newsitems.txt doc/www.gnu.org/downloads: downloads.wml Added files:

[commit-cp] classpath ChangeLog java/util/Locale.java

2006-08-12 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/08/13 00:20:11 Modified files: . : ChangeLog java/util : Locale.java Log message: 2006-08-13 Sven de Marothy [EMAIL PROTECTED]

[commit-cp] classpath java/math/BigInteger.java ChangeLog

2006-08-12 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/13 00:34:57 Modified files: java/math : BigInteger.java . : ChangeLog Log message: 2006-08-13 Raif S. Naffah [EMAIL PROTECTED]