Re: [cp-patches] Patch: Opening RandomAccessFiles requires excessive permission

2005-12-08 Thread Gary Benson
David Daney wrote: Gary Benson wrote: David Daney wrote: Gary Benson wrote: ...I'll commit my original patch for now. I hate to sound like I have a burr under the saddle, but does anybody see any merit whatsoever in changing the exception text as I suggested in my previous

[cp-patches] Patch: javax.security.auth.login -vs- 1.5

2005-12-08 Thread Tom Tromey
I'm checking this in. This updates javax.security.auth.login to 1.5. Mostly this involved adding new exceptions, and (compatibly) changing the superclass of a couple of others. There's also one new constructor. Tom 2005-12-08 Tom Tromey [EMAIL PROTECTED] *

Re: [cp-patches] FYI: Opening RandomAccessFiles requires excessivepermission

2005-12-08 Thread David Daney
Gary Benson wrote: Hi Jeroen, Hey, interesting. You'd have to override more methods than that though, I think. Maybe the best solution would be to override in gnu.java.nio.channels.FileChannelImpl and create a FileOutputStream with that as its argument. I'll have a proper think about it when

Re: [cp-patches] FYI: Opening RandomAccessFiles requiresexcessivepermission

2005-12-08 Thread Gary Benson
Hi Jeroen, Oh, in that case I'll use your patch, assuming nobody objects. The mauve test ought to spot anything that slips through. Cheers, Gary Jeroen Frijters wrote: Hi Gary, I used a FilterOutputStream because that funnels all writes into the write(int b) method, so you'd only have to

[cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Roman Kennke
Am Donnerstag, den 08.12.2005, 13:20 + schrieb theUser BL: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based on Graphics2D and so for plain AWT or Swing programs Cairo is

[cp-patches] Patch: javax.swing.text.html.BlockView added

2005-12-08 Thread Lillian Angel
BlockView is now partially implemented. I can't fully implement it until StyleSheet has been implemented- moreover, StyleContext needs to be implemented first. I will get to this soon. In the meantime, I am going to implement HTMLEditorKit/HTMLDocument. Attached is the BlockView.java file.

[cp-patches] FYI: Patch for JEditorPane

2005-12-08 Thread Anthony Balkissoon
This patch accompanies the new tests in gnu.testlet.javax.swing.JEditorPane.ContentType This patch makes JEditorPane handle different content types properly, using the appropriate EditorKit for different types. This will allow Lillian and myself to write test apps for html using JEditorPane

Re: [cp-patches] FYI: Patch for JEditorPane

2005-12-08 Thread Anthony Balkissoon
I wrote the functionality, but forgot to actually USE it.. so this new patch actually makes JEditorPane by default use HTMLEditorKit when needed. This one is accompanied by gnu.testlet.javax.swing.JEditorPane.ConstructorsAndTypes which demonstrates the correct behaviour but which we do not pass

Re: [cp-patches] FYI: StyledEditorKit fix

2005-12-08 Thread Lillian Angel
Reverted. I need to write a mauve test to be completely sure. From what I can tell, Sun does use BlockView. I will change it back when I am completely sure. Lillian On Thu, 2005-12-08 at 15:35 -0500, Lillian Angel wrote: Changed to use the appropriate view since BlockView is now available

Re: [cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Anthony Green
On Thu, 2005-12-08 at 18:01 +0100, Roman Kennke wrote: What I don't understand, why do we need a new branch here? The build-time and runtime-switches seem sufficient to me for now. And when the impl is somewhat complete, these switches could be easily changed to make Graphics2D the default. I

[cp-patches] Patch: HTMLEditorKit fix

2005-12-08 Thread Lillian Angel
Implemented some functions so the proper view is created. 2005-12-08 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/html/HTMLEditorKit.java (insertHTML): Added method, not implemented yet. (read): Likewise. (write): Likewise. (getContentType):

Re: [cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Thomas Fitzsimmons
On Thu, 2005-12-08 at 18:01 +0100, Roman Kennke wrote: Am Donnerstag, den 08.12.2005, 13:20 + schrieb theUser BL: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based

Re: [GNU Crypto] RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Raif S. Naffah
On Thursday 08 December 2005 08:21, Casey Marshall wrote: On Dec 6, 2005, at 11:57 PM, Raif S. Naffah wrote: On Wednesday 07 December 2005 04:49, Casey Marshall wrote: On Dec 6, 2005, at 1:14 AM, Raif S. Naffah wrote: On Tuesday 06 December 2005 18:42, Casey Marshall wrote: A few of us

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread theUser BL
On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based on Graphics2D and so for plain AWT or Swing programs Cairo is needed? I don't hope so. I have the hope, that it goes in any time

Introducing builder.classpath.org

2005-12-08 Thread Mark Wielaard
Hi all, We now have an official autobuilder and regression tester! The builder.classpath.org Xen infrastructure has been donated by Berkeley Signal Inc through Jim Pick who also helps with setup and maintenance of the system. We are currently using Tom Tromey's build scripts for updating,

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Thomas Fitzsimmons
On Thu, 2005-12-08 at 13:20 +, theUser BL wrote: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? I meant remove GdkGraphics. Does this mean, that Graphics is based on Graphics2D and so for plain AWT or

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Clemens Eisserer
Hello, Great that there is a rewrite of Graphics2D *yipie* I would be interrested to hear some thoughts about a single threaded rendering pipeline as Sun's OpenGL pipeline uses. Is Cairo threadsafe itself or does Classpath take care? lg Clemens ___

Re: RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Mark Wielaard
Hi Casey, On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: I propose that we - Rename the root package 'gnu.crypto' to 'gnu.javax.crypto' in GNU Crypto, and merge the current CVS sources into Classpath (not under external/). We then put GNU Crypto into a kind of stasis

Re: RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Anthony Green
On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: A few of us have been throwing around the idea of merging GNU Crypto and Jessie into GNU Classpath, so Classpath will have full support for crypto and SSL out of the box. We've proposed this before, and I think this idea was mostly

Re: RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Casey Marshall
On Dec 8, 2005, at 11:25 AM, Anthony Green wrote: On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: A few of us have been throwing around the idea of merging GNU Crypto and Jessie into GNU Classpath, so Classpath will have full support for crypto and SSL out of the box. We've proposed

Re: RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Casey Marshall
On Dec 8, 2005, at 10:32 AM, Mark Wielaard wrote: Hi Casey, On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: I propose that we - Rename the root package 'gnu.crypto' to 'gnu.javax.crypto' in GNU Crypto, and merge the current CVS sources into Classpath (not under external/). We

[commit-cp] classpath javax/security/auth/login/LoginContex...

2005-12-08 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/08 15:56:05 Modified files: javax/security/auth/login: LoginContext.java AccountExpiredException.java

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

2005-12-08 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/08 20:00:43 Modified files: . : ChangeLog javax/swing: JEditorPane.java Log message: 2005-12-08 Anthony Balkissoon

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

2005-12-08 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/08 20:16:37 Modified files: . : ChangeLog javax/swing: JEditorPane.java Log message: 2005-12-08 Anthony Balkissoon

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

2005-12-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/12/08 20:34:58 Modified files: . : ChangeLog javax/swing/text: StyledEditorKit.java Log message: 2005-12-08 Lillian Angel

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

2005-12-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/12/08 20:49:43 Modified files: . : ChangeLog javax/swing/text: StyledEditorKit.java Log message: 2005-12-08 Lillian Angel

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

2005-12-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/12/08 21:43:22 Modified files: . : ChangeLog javax/swing/text/html: HTMLEditorKit.java Log message: 2005-12-08 Lillian