Re: [cp-patches] FYI: Patch for EnumSyntax attributes in the print api

2005-12-19 Thread Wolfgang Baer
Chris Burdess wrote: Mark Wielaard wrote: On Fri, 2005-12-16 at 20:22 +0100, Wolfgang Baer wrote: + /** + * Tests if the given object is equal to this object. + * The objects are considered equal if both are of the same + * Media subclass, not null and the values are equal. + * +

Re: [cp-patches] FYI: Patch for EnumSyntax attributes in the print api

2005-12-19 Thread Mark Wielaard
Hi Wolfgang, On Mon, 2005-12-19 at 09:26 +0100, Wolfgang Baer wrote: Then you also accept any future subclasses. Except when obj == null. Then it's less robust. Yes, it might be null. Also I don't think there will be more subclasses in the future except the IPP standard will be

[cp-patches] FYI: Added missing stuff to JobStateReasons and PrinterStateReasons

2005-12-19 Thread Wolfgang Baer
Hi, this add the missing methods / constructors too javax.print.attribute.standard.JobStateReasons and javax.print.attribute.standard.PrinterStateReasons. Regards, Wolfgang 2005-12-19 Wolfgang Baer [EMAIL PROTECTED] * javax/print/attribute/standard/JobStateReasons.java:

[cp-patches] FYI: DefaultStyledDocument fixlet

2005-12-19 Thread Roman Kennke
Hi there, this patch fixes DefaultStyledDocument.setParagraphAttributes(), so that it doesn't hang in an infinite loop like in the testcase of bug# Also, I put this operation into a write lock as pointed out in the OReilly Swing book. 2005-12-19 Roman Kennke [EMAIL PROTECTED] PR

[cp-patches] FYI: JComponent fix

2005-12-19 Thread Roman Kennke
The attached patch fixes the painting mechanism, so that we do not paint unnecessary stuff. 2005-12-19 Roman Kennke [EMAIL PROTECTED] * javax/swing/JComponent.java (findOverlapFreeParent): Fixed component lookup for painting. /Roman Index: javax/swing/JComponent.java

[cp-patches] FYI: BasicMenuItemUI fix

2005-12-19 Thread Roman Kennke
My previous optimization for JComponent painting exposed a bug in BasicMenuItemUI which causes MenuItems to be rendered badly. This is fixed by this patch. 2005-12-19 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicMenuItemUI.java (paintBackground): Also fill

Re: [cp-patches] FYI: DefaultStyledDocument fixlet

2005-12-19 Thread Mark Wielaard
Hi Roman, On Mon, 2005-12-19 at 13:59 +, Roman Kennke wrote: Also, I put this operation into a write lock as pointed out in the OReilly Swing book. +writeLock(); int index = offset; while (index offset + length) { AbstractElement par = (AbstractElement)

Re: [cp-patches] FYI: SwingUtilities.processKeyBindings() implemented

2005-12-19 Thread Anthony Balkissoon
On Sat, 2005-12-17 at 00:30 +, Roman Kennke wrote: Hi, thanks to the work done by Anthony Balkissoon (KeyboardManager) I finally could make some sense out of the method SwingUtilities.processKeyBindings() which previously caused headaches to me :-) What I think what this method

[cp-patches] Re: FYI: Onother gcj 4.0.x compile fixlet for HTMLDocument

2005-12-19 Thread Lillian Angel
On Sun, 2005-12-18 at 02:26 +0100, Mark Wielaard wrote: Hi, The regression tester pointed out another issue with gcj 4.0.x compiles (also fixed with gcj 4.1). This fixes that by qualifying the constant as comming from StyleConstants. And it fixes an issue in getElement() where gcj correctly

Re: [cp-patches] FYI: DefaultStyledDocument fixlet

2005-12-19 Thread Anthony Balkissoon
On Mon, 2005-12-19 at 13:59 +, Roman Kennke wrote: Hi there, this patch fixes DefaultStyledDocument.setParagraphAttributes(), so that it doesn't hang in an infinite loop like in the testcase of bug# Hi Roman, I worked on a patch on Friday that fixed this issue and also added

[cp-patches] Patch: StyledEditorKit fix

2005-12-19 Thread Lillian Angel
I made a mistake in my last patch. I created a mauve test to verify that this is now correct. 2005-12-19 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/StyledEditorKit.java (createInputAttributes): Fixed. I made a mistake by changing this in my last fix. I have

Re: [cp-patches] FYI: DefaultStyledDocument fixlet

2005-12-19 Thread Roman Kennke
Am Montag, den 19.12.2005, 11:39 -0500 schrieb Anthony Balkissoon: On Mon, 2005-12-19 at 13:59 +, Roman Kennke wrote: Hi there, this patch fixes DefaultStyledDocument.setParagraphAttributes(), so that it doesn't hang in an infinite loop like in the testcase of bug# Hi Roman, I

[cp-patches] FYI: small warning fixes in fdlibm

2005-12-19 Thread Dalibor Topic
Hi all, I've fixed a small compiler warning issue with fdlibm. cheers, dalibor topic 2005-12-19 Dalibor Topic [EMAIL PROTECTED] * native/fdlibm/mprec.h (DEBUG): Include stdlib.h for exit() prototype to fix compiler warning. Index: native/fdlibm/mprec.h

[cp-patches] Patch: several fixes for DefaultStyledDocument

2005-12-19 Thread Anthony Balkissoon
This is the first part of the work I'm doing on DefaultStyledDocument. This fixes a couple issues associated with PR 24744 but the bug is not completely fixed yet, so the testcase for that PR still crashes. I will continue to work on this but these changes are ready to go in and may help get some

ANN: gjdoc 0.7.7 released

2005-12-19 Thread Mark Wielaard
We are pleased to announce gjdoc release 0.7.7. gjdoc is the GNU documentation generation framework for java source files. gjdoc is part of GNU Classpath Tools: http://www.gnu.org/software/classpath/cp-tools/ This is mostly a bug-fix release. This makes gjdoc much more robust when dealing with

Re: ANN: gjdoc 0.7.7 released

2005-12-19 Thread David Gilbert
Mark Wielaard wrote: We are pleased to announce gjdoc release 0.7.7. Great news! The JFreeChart project has switched to gjdoc already for its API documentation, with a javadoc set maintained in the background for those using legacy browsers. Here's how it's presented:

[commit-cp] classpath javax/print/attribute/standard/Printe...

2005-12-19 Thread Wolfgang Baer
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Wolfgang Baer [EMAIL PROTECTED] 05/12/19 09:32:05 Modified files: javax/print/attribute/standard: PrinterStateReasons.java JobStateReasons.java

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

2005-12-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/12/19 09:44:31 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicComboPopup.java

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2005-12-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/12/19 10:21:39 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2005-12-19 Roman

[commit-cp] classpath ./ChangeLog javax/print/attribute/sta...

2005-12-19 Thread Wolfgang Baer
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Wolfgang Baer [EMAIL PROTECTED] 05/12/19 11:18:48 Modified files: . : ChangeLog javax/print/attribute/standard: MediaPrintableArea.java Log message:

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

2005-12-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/12/19 13:12:15 Modified files: . : ChangeLog javax/swing: JViewport.java Log message: 2005-12-19 Roman Kennke [EMAIL

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

2005-12-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/12/19 14:31:22 Modified files: . : ChangeLog javax/swing: JComponent.java Log message: 2005-12-19 Roman Kennke

[commit-cp] classpath ./ChangeLog javax/swing/text/StyledEd...

2005-12-19 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/12/19 17:30:18 Modified files: . : ChangeLog javax/swing/text: StyledEditorKit.java javax/swing/text/html:

[commit-cp] classpath ./ChangeLog native/fdlibm/mprec.h

2005-12-19 Thread Dalibor Topic
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Dalibor Topic [EMAIL PROTECTED] 05/12/19 20:14:17 Modified files: . : ChangeLog native/fdlibm : mprec.h Log message: Small compiler warning fix in fdlibm

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2005-12-19 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/19 22:52:32 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2005-12-19 Anthony