[cp-patches] FYI: Added implementation of the javax.naming.Name

2006-08-04 Thread Audrius Meskauskas
This implementation is part of our implementation of the InitialContext that is now on the way. The working implementation of the InitialContext is needed by J2EE. 2006-08-04 Audrius Meskauskas [EMAIL PROTECTED] PR 26972 * javax/naming/Name.java (addAll, getPrefix, getSuffix):

[cp-patches] FYI: fixed SIGSEGV on gconf preferences backend

2006-08-04 Thread Mario Torre
Ciao! This fixes a SIGSEGV reported by Raif on the gonf preferences backend. Committed to head with the following changelog. 2006-08-04 Mario Torre [EMAIL PROTECTED] Reported by Raif S. Naffah [EMAIL PROTECTED] * native/jni/gconf-peer/GConfNativePeer.c (init_gconf_client):

[cp-patches] FYI: HTML support for buttons

2006-08-04 Thread Roman Kennke
I added HTML support for all kinds of buttons (JButton, JToggleButton, the menu stuff, and checkboxes/radiobuttons). This works to a certain degree, but the javax.swing.text.(html.)* stuff needs work. Maybe this helps pushing this a little more 2006-08-04 Roman Kennke [EMAIL PROTECTED]

[cp-patches] FYI: Add remaining javax.management exceptions

2006-08-04 Thread Andrew John Hughes
This adds the remaining management exceptions in a vain attempt to garner JAPI points... ;) Changelog: 2006-08-04 Andrew John Hughes [EMAIL PROTECTED] * javax/management/BadAttributeValueExpException.java, * javax/management/BadStringOperationException.java, *

Re: [cp-patches] RFC: Dashed stroke impl

2006-08-04 Thread Francis Kung
And committed. Have a good weekend, Francis On Fri, 2006-07-28 at 16:55 -0400, Francis Kung wrote: Hi, To round off the stroking work, the attached patch implements BasicStroke.dashedStroke(). It also follows a flattening approach, but can be modified relatively easily to take a

Re: [cp-patches] RFC: Dashed stroke impl

2006-08-04 Thread Andrew John Hughes
On Fri, 2006-07-28 at 16:55 -0400, Francis Kung wrote: Hi, To round off the stroking work, the attached patch implements BasicStroke.dashedStroke(). It also follows a flattening approach, but can be modified relatively easily to take a subdividing-curves approach (no point at the moment,

[cp-patches] committed fix for BasicStroke.java

2006-08-04 Thread Andreas Tobler
Hello all, I just committed the following patch to make compilation work again. Thanks to gnu_andrew :) Andreas 2006-08-04 Andreas Tobler [EMAIL PROTECTED] * java/awt/BasicStroke.java (dashedStroke): Cast coords.clone to double[]. Index: java/awt/BasicStroke.java

[cp-patches] RFC: better handling of default-preferences-peer config option

2006-08-04 Thread Raif S. Naffah
hello all, the attached patch adds better handling of the default-preferences-peer option and checks for obvious wrong values. OK to commit? cheers; rsn Index: configure.ac === RCS file:

[cp-patches] Re: RFC: better handling of default-preferences-peer config option

2006-08-04 Thread Mark Wielaard
Hi Raif, On Sat, 2006-08-05 at 08:37 +1000, Raif S. Naffah wrote: the attached patch adds better handling of the default-preferences-peer option and checks for obvious wrong values. OK to commit? Yes, very nice. This is the first time I see someone actually use quadrigraphs. Thanks,

[cp-patches] Re: RFC: better handling of default-preferences-peer config option

2006-08-04 Thread Raif S. Naffah
hello Mark, On Saturday 05 August 2006 10:09, Mark Wielaard wrote: On Sat, 2006-08-05 at 08:37 +1000, Raif S. Naffah wrote: the attached patch adds better handling of the default-preferences-peer option and checks for obvious wrong values. OK to commit? Yes, very nice... thanks.

Re: [cp-patches] committed fix for BasicStroke.java

2006-08-04 Thread Francis Kung
Hi, I just committed the following patch to make compilation work again. Thanks to gnu_andrew :) Thanks for catching and fixing that; sorry for causing the error! I did compile test before submitting the original patch, and again before committing, but it turns out my compiler is set for

[cp-patches] FYI: handle absent or NULL DSA parameters in X.509 certificates

2006-08-04 Thread Raif S. Naffah
hello all, the attached patch --already committed-- caters for x.509 certificates with absent or null parameters in an AlgorithmIdentifier element (of a SubjectPublicKeyInfo). all 100 Mauve tests in gnu.testlet.java.security.cert.pkix.pkits should now pass! 2006-08-05 Raif S. Naffah [EMAIL