Re: [cp-patches] Fix interrupted read/writes

2006-12-04 Thread Roman Kennke
While testing eclipse I sometimes saw interrupted reads occur. VMChannel already had a mechanism for checking the interrupted status of a thread when a system call returned early. But this wasn't used for the read() and write() methods. This patch adds the logic. And makes my eclipse happy

[cp-patches] FYI: TextLayout fixlet

2006-12-04 Thread Roman Kennke
I have implemented a GlyphPainter (for painting text in javax.swing.text) based on the new TextLayout class. While doing so I came across some small problems (namely, hitTestChar() returning null when it shouldn't) which are fixed by this patch. IMO this should be in the release as it's a clear

Re: [cp-patches] Fix interrupted read/writes

2006-12-04 Thread David Daney
Andrew Haley wrote: Roman Kennke writes: While testing eclipse I sometimes saw interrupted reads occur. VMChannel already had a mechanism for checking the interrupted status of a thread when a system call returned early. But this wasn't used for the read() and write() methods. This

Re: [cp-patches] Fix interrupted read/writes

2006-12-04 Thread Roman Kennke
Hi again, Am Montag, den 04.12.2006, 11:19 -0800 schrieb David Daney: Andrew Haley wrote: Roman Kennke writes: While testing eclipse I sometimes saw interrupted reads occur. VMChannel already had a mechanism for checking the interrupted status of a thread when a system call

[cp-patches] FYI: FreeTypeGlyphVector fixlet

2006-12-04 Thread Roman Kennke
In the FreeTypeGlyphVector we were throwing away control chars. We shouldn't do that (the RI also keeps them around) but instead replace them with some invisible char. I chose 'hair space' here because 'zero-width space' didn't work with my font. 2006-12-04 Roman Kennke [EMAIL PROTECTED]

[cp-patches] FYI: Java2D GlyphPainter

2006-12-04 Thread Roman Kennke
This implements a GlyphPainter that uses the TextLayout class for more efficient and precise text rendering. This noticably improves rendering performance for styled text and HTML. 2006-12-04 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/GlyphView.java (J2DGlyphPainter):

[cp-patches] FYI: remove CSS.java.parseMarginShorthand debug output

2006-12-04 Thread Mark Wielaard
Hi, This removes some debug code left in CSS.parseMarginShorthand. 2006-12-04 Mark Wielaard [EMAIL PROTECTED] * javax/swing/text/html/CSS.java (parseMarginShorthand): Remove debug output. Committed, Mark diff -u -r1.13 CSS.java --- javax/swing/text/html/CSS.java 3 Dec 2006

Re: [cp-patches] Fix interrupted read/writes

2006-12-04 Thread Casey Marshall
On Dec 4, 2006, at 11:19 AM, David Daney wrote: Andrew Haley wrote: Roman Kennke writes: While testing eclipse I sometimes saw interrupted reads occur. VMChannel already had a mechanism for checking the interrupted status of a thread when a system call returned early. But this

Re: [cp-patches] FYI: Add MBeanServerFactory and platform server

2006-12-04 Thread Mark Wielaard
Hi Andrew, On Mon, 2006-12-04 at 00:07 +, Andrew John Hughes wrote: This patch adds the MBeanServerFactory and the platform server for java.lang.management. It also fixes a bug in the server, which Mark will commit to the release branch; the beans map can be accessed before it is

Re: [cp-patches] Fix interrupted read/writes

2006-12-04 Thread Mark Wielaard
Hi Roman, On Mon, 2006-12-04 at 21:13 +0100, Roman Kennke wrote: I did it like that and it solved all my problems :-) Mark: Include that in 0.93? 2006-12-04 Roman Kennke [EMAIL PROTECTED] * native/jni/java-nio/gnu_java_nio_VMChannel.c

Re: [cp-patches] FYI: Add MBeanServerFactory and platform server

2006-12-04 Thread Andrew John Hughes
On Mon, 2006-12-04 at 22:55 +0100, Mark Wielaard wrote: Hi Andrew, On Mon, 2006-12-04 at 00:07 +, Andrew John Hughes wrote: This patch adds the MBeanServerFactory and the platform server for java.lang.management. It also fixes a bug in the server, which Mark will commit to the

Re: [cp-patches] FYI: Add MBeanServerFactory and platform server

2006-12-04 Thread Mark Wielaard
Hi, On Mon, 2006-12-04 at 23:22 +, Andrew John Hughes wrote: Ok, thanks for the warning. Did you see my one to BeanImpl and friends? That's the more serious issue. yes, also applied as: 2006-12-04 Andrew John Hughes [EMAIL PROTECTED] * javax/management/openmbean/OpenType.java:

Re: [cp-patches] FYI: TextLayout fixlet

2006-12-04 Thread Mark Wielaard
Hi Roman, On Mon, 2006-12-04 at 19:34 +0100, Roman Kennke wrote: I have implemented a GlyphPainter (for painting text in javax.swing.text) based on the new TextLayout class. While doing so I came across some small problems (namely, hitTestChar() returning null when it shouldn't) which are

[cp-patches] FYI: Component.getFont fix

2006-12-04 Thread Thomas Fitzsimmons
Hi, This patch makes Component.getFont always return a non-null Font. This fixes a NullPointerException thrown by MegaMek. I committed this fix to trunk and classpath-0_93-branch. Tom 2006-12-04 Thomas Fitzsimmons [EMAIL PROTECTED] * java/awt/Component.java (getFontImpl):

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Dec 4 11:39:38 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: java.io.PipedReaderWriter.Test FAIL: java.text.DecimalFormat.format Improvements: PASS: java.awt.Graphics.TestPaintGraphics PASS: java.lang.Thread.sleep PASS: java.text.MessageFormat.parse Totals: PASS: 2906 XPASS: 0 FAIL: 188

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Dec 4 12:02:44 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: java.awt.Component.keyPressTest FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL: java.util.zip.Deflater.PR27435 FAIL: javax.swing.JComboBox.ComboRobot FAIL:

[cp-testresults] Japi diffs for classpath-generics

2006-12-04 Thread Stuart Ballard
Japi diff jdk12 vs classpath-generics: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk12-classpath-generics.html Changes since last run: -Comparison run at Sun Dec 3 12:12:38 2006 GMT -jdk12 API scanned at 2006/12/03 05:00:55 EST -classpath-generics API scanned at 2006/12/03

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Dec 4 17:56:40 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives FAIL: java.awt.Panel.TestPanelRepaint FAIL: java.io.PipedReaderWriter.Test

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Dec 4 18:23:51 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL: java.util.zip.Deflater.PR27435 FAIL: javax.swing.JComboBox.ComboRobot

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Dec 5 00:18:26 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: gnu.javax.crypto.jce.TestOfCipherEngineInit FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Tue Dec 5 00:53:56 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL: java.util.zip.Deflater.PR27435 FAIL: javax.swing.JComboBox.ComboRobot

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Dec 5 07:06:14 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Fri Dec 1 06:03:26 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives FAIL: java.awt.Component.getFont FAIL: java.io.PipedReaderWriter.Test FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Tue Dec 5 07:33:54 UTC 2006

2006-12-04 Thread cpdev
Baseline from: Sat Nov 25 17:18:39 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Component.getFont FAIL: java.awt.Component.keyPressTest FAIL: java.awt.TextField.PaintTest FAIL: java.text.NumberFormat.UK FAIL: java.text.SimpleDateFormat.regress FAIL:

Re: 0.93 branch created

2006-12-04 Thread David Gilbert
Mark Wielaard wrote: - Run some larger applications as smoke tests eclipse, jfreecharts, jedit, megamek, hsql-frontends, some applets, etc. to make sure they still run as well as they did with 0.92. Reports welcome! I tried things like our examples, SwingSet2, Java2D and RSSOwl already

Re: 0.93 branch created

2006-12-04 Thread Dalibor Topic
David Gilbert wrote: Maybe the exception means something to someone more familiar with this part of GNU Classpath: [error] AWT-EventQueue-2: Exception during event dispatch: [error] AWT-EventQueue-2: java.lang.AbstractMethodError: setAnchor [error] AWT-EventQueue-2:at

Re: 0.93 branch created

2006-12-04 Thread Roman Kennke
Am Montag, den 04.12.2006, 11:57 +0100 schrieb Dalibor Topic: David Gilbert wrote: Maybe the exception means something to someone more familiar with this part of GNU Classpath: [error] AWT-EventQueue-2: Exception during event dispatch: [error] AWT-EventQueue-2:

Re: 0.93 branch created

2006-12-04 Thread Mark Wielaard
On Mon, 2006-12-04 at 11:57 +0100, Dalibor Topic wrote: David Gilbert wrote: Maybe the exception means something to someone more familiar with this part of GNU Classpath: [error] AWT-EventQueue-2: Exception during event dispatch: [error] AWT-EventQueue-2:

Re: 0.93 branch created

2006-12-04 Thread David Gilbert
Roman Kennke wrote: Am Montag, den 04.12.2006, 11:57 +0100 schrieb Dalibor Topic: David Gilbert wrote: Maybe the exception means something to someone more familiar with this part of GNU Classpath: [error] AWT-EventQueue-2: Exception during event dispatch: [error] AWT-EventQueue-2:

Re: 0.93 branch created

2006-12-04 Thread David Gilbert
David Gilbert wrote: Roman Kennke wrote: Am Montag, den 04.12.2006, 11:57 +0100 schrieb Dalibor Topic: David Gilbert wrote: Maybe the exception means something to someone more familiar with this part of GNU Classpath: [error] AWT-EventQueue-2: Exception during event dispatch: [error]

Re: gtkpeer on minGW?

2006-12-04 Thread Thomas Fitzsimmons
Marco Trudel wrote: Hello list Has anyone already compiled the gtkpeer for Windows (minGW)? Not to my knowledge. I played a little and it seems that the source would have to be adapted (gdkx.h is fix included but gdkwin32.h would be required on Windows). Right, there are a few places

Let's go to JavaOne!

2006-12-04 Thread Fernando Lozano
First of all, I'm sorry for the cross-post, but I hope you'll find this message useful. While we all are extasiated with Sun GPLed JDK releases, I'm afraid many are missing the fact JavaOne call for papers was already opened and the deadline for submissions is at *December, 15*. We never had

Re: Let's go to JavaOne!

2006-12-04 Thread Fernando Lozano
Hi there, Forgot a very important information: the URL for submitting proposals: https://www28.cplan.com/cfp_prod/CFPLogin.jsp?wId=58LE17 []s, Fernando Lozano First of all, I'm sorry for the cross-post, but I hope you'll find this message useful. While we all are extasiated with Sun GPLed

Re: 0.93 branch created

2006-12-04 Thread Roman Kennke
Hi there, I just tried out BeanShell GUI and it seems quite badly broken. AFAICS, this has to do with some reflection magic. Exception during event dispatch: java.lang.reflect.UndeclaredThrowableException at $Proxy3.internalFrameActivated(Unknown Source) at

Re: 0.93 branch created

2006-12-04 Thread Thomas Fitzsimmons
Mark Wielaard wrote: Hi, With the mauve regressions cleaned up we finally have a branch for 0.93 (tagged as classpath-0_93-branch with classpath-0_93-branch-point as marker on the trunk). So things todo before release: - sync up generics branch again. - Run some larger applications as smoke

Re: 0.93 branch created

2006-12-04 Thread Mark Wielaard
Hi Tom, On Mon, 2006-12-04 at 15:52 -0500, Thomas Fitzsimmons wrote: I'm attempting to run MegaMek on cacao + classpath-0_93-branch. I see many exceptions like this: Exception during event dispatch: java.lang.NullPointerException at

Re: java.lang.management.ThreadInfo

2006-12-04 Thread Mark Wielaard
Hi, On Sun, 2006-12-03 at 21:16 +, Andrew John Hughes wrote: On Sun, 2006-12-03 at 19:40 +, Robert Lougher wrote: While implementing the ThreadMXBean stuff in JamVM I noticed a couple of problems with the ThreadInfo class. The first constructor will throw NullPointerExceptions if

Re: 0.93 branch created

2006-12-04 Thread Thomas Fitzsimmons
Mark Wielaard wrote: Hi Tom, On Mon, 2006-12-04 at 15:52 -0500, Thomas Fitzsimmons wrote: I'm attempting to run MegaMek on cacao + classpath-0_93-branch. I see many exceptions like this: Exception during event dispatch: java.lang.NullPointerException at

Re: 0.93 branch created

2006-12-04 Thread Mark Wielaard
Hi David, On Mon, 2006-12-04 at 10:44 +, David Gilbert wrote: (1) The JFreeChart 1.0.3 demo. This is working pretty well. There are a couple of graphical glitches, which I'll report as bugs, but I don't think these are regressions and certainly they're not release blockers; (2)

Re: 0.93 branch created

2006-12-04 Thread Mark Wielaard
Hi Roman, On Mon, 2006-12-04 at 21:21 +0100, Roman Kennke wrote: I just tried out BeanShell GUI and it seems quite badly broken. AFAICS, this has to do with some reflection magic. Exception during event dispatch: java.lang.reflect.UndeclaredThrowableException at

[commit-cp] classpath java/awt/font/TextLayout.java ChangeLog

2006-12-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/04 18:33:29 Modified files: java/awt/font : TextLayout.java . : ChangeLog Log message: 2006-12-04 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath native/jni/java-nio/gnu_java_nio_VMCh...

2006-12-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/04 20:13:13 Modified files: native/jni/java-nio: gnu_java_nio_VMChannel.c . : ChangeLog Log message: 2006-12-04 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath gnu/java/awt/peer/gtk/FreetypeGlyphVe...

2006-12-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/04 20:18:16 Modified files: gnu/java/awt/peer/gtk: FreetypeGlyphVector.java . : ChangeLog Log message: 2006-12-04 Roman Kennke [EMAIL PROTECTED]

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

2006-12-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/04 20:26:17 Modified files: javax/swing/text: GlyphView.java . : ChangeLog Log message: 2006-12-04 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/text/html/CSS.java

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/12/04 21:00:12 Modified files: . : ChangeLog javax/swing/text/html: CSS.java Log message: * javax/swing/text/html/CSS.java (parseMarginShorthand):

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCo... [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:12:42 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkComponentPeer.java Log message: *

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

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/04 21:16:43 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: *

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

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:17:25 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: *

[commit-cp] classpath ChangeLog javax/swing/JEditorPane.java [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:20:33 Modified files: . : ChangeLog javax/swing: JEditorPane.java Log message: *

[commit-cp] classpath ChangeLog java/lang/management/Thread...

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/12/04 21:33:41 Modified files: . : ChangeLog java/lang/management: ThreadInfo.java Log message: 2006-12-04 Robert Lougher [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/lang/management/Thread... [classpath-0_93-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/04 21:38:47 Modified files: . : ChangeLog java/lang/management: ThreadInfo.java Log message: 2006-12-04 Robert

[commit-cp] classpath ChangeLog java/lang/management/Thread... [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:39:42 Modified files: . : ChangeLog java/lang/management: ThreadInfo.java Log message: 2006-12-04 Robert Lougher

[commit-cp] classpath ChangeLog java/util/logging/LogManage... [classpath-0_93-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/04 21:44:03 Modified files: . : ChangeLog java/util/logging: LogManager.java Log message: *

[commit-cp] classpath ChangeLog java/util/logging/LogManage... [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:44:34 Modified files: . : ChangeLog java/util/logging: LogManager.java Log message: *

[commit-cp] classpath/gnu/javax/management Server.java [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 21:53:44 Modified files: gnu/javax/management: Server.java Log message: * gnu/javax/management/Server.java (beans): Initialize.

[commit-cp] classpath ChangeLog [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 22:05:10 Modified files: . : ChangeLog Log message: * gnu/javax/management/Server.java (beans): Initialize.

[commit-cp] classpath ChangeLog gnu/javax/swing/text/html/p... [classpath-0_93-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/04 22:09:35 Modified files: . : ChangeLog gnu/javax/swing/text/html/parser/support: Parser.java javax/swing/text:

[commit-cp] classpath ChangeLog native/jni/java-nio/gnu_jav... [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 22:17:12 Modified files: . : ChangeLog native/jni/java-nio: gnu_java_nio_VMChannel.c vm/reference/gnu/java/nio:

[commit-cp] classpath ChangeLog javax/management/openmbean/... [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/04 22:26:31 Modified files: . : ChangeLog javax/management/openmbean: OpenType.java Log message: *

[commit-cp] classpath ChangeLog java/awt/font/TextLayout.java [classpath-0_93-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/05 00:02:59 Modified files: . : ChangeLog java/awt/font : TextLayout.java Log message: *

[commit-cp] classpath ChangeLog java/awt/font/TextLayout.java [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/05 00:03:05 Modified files: . : ChangeLog java/awt/font : TextLayout.java Log message: *

[commit-cp] classpath ChangeLog javax/swing/text/html/CSS.java [generics-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/05 00:06:17 Modified files: . : ChangeLog javax/swing/text/html: CSS.java Log message: *

[commit-cp] classpath ChangeLog javax/swing/text/html/CSS.java [classpath-0_93-branch]

2006-12-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/05 00:06:20 Modified files: . : ChangeLog javax/swing/text/html: CSS.java Log message: *

[commit-cp] classpath ChangeLog java/awt/Component.java [classpath-0_93-branch]

2006-12-04 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Thomas Fitzsimmons fitzsim06/12/05 00:14:15 Modified files: . : ChangeLog java/awt : Component.java Log message: 2006-12-04 Thomas

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

2006-12-04 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim06/12/05 00:15:53 Modified files: . : ChangeLog java/awt : Component.java Log message: 2006-12-04 Thomas Fitzsimmons [EMAIL PROTECTED]