[cp-patches] FYI: Fixing editing for JTree.

2006-01-25 Thread Audrius Meskauskas
This patch should fix the editing support for JTree. After double clicking on the tree node, the editing text component appears under right place. It is possible to edit text. The node is updated after finishing the session with ENTER. 2006-01-25 Audrius Meskauskas [EMAIL PROTECTED] *

[cp-patches] FYI: SplitPane fixlets

2006-01-25 Thread Roman Kennke
Hi there, I removed some layout() and repaint() calls in JSplitPane and BasicSplitPaneUI. These caused a NPE when starting the SwingDemo and seem to be useless anyway. There are still problems though with the SplitPane. I'll look at these soon. 2006-01-25 Roman Kennke [EMAIL PROTECTED]

[cp-patches] Re: RFC: GNU Crypto and Jessie (again)

2006-01-25 Thread Raif S. Naffah
hello Casey, On Wednesday 25 January 2006 15:49, Casey Marshall wrote: On Jan 24, 2006, at 1:18 AM, Raif S. Naffah wrote: On Tuesday 24 January 2006 06:28, Casey Marshall wrote: On Jan 23, 2006, at 9:34 AM, Raif S. Naffah wrote: ... i see that the utility class PRNG has been removed and

[cp-patches] FYI: FormView

2006-01-25 Thread Roman Kennke
I did a partial implementation of javax.swing.text.html.FormView and added FIXMEs for the things to do. 2006-01-25 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/html/FormView.java: New file. /Roman Index: javax/swing/text/html/FormView.java

Re: [cp-patches] FYI: FormView

2006-01-25 Thread Anthony Balkissoon
On Wed, 2006-01-25 at 15:10 +, Roman Kennke wrote: I did a partial implementation of javax.swing.text.html.FormView and added FIXMEs for the things to do. nice work! --Tony ___ Classpath-patches mailing list Classpath-patches@gnu.org

Re: [cp-patches] RFC: gnu.regexp: fixed bugs in stingy match of RETokenRepeated

2006-01-25 Thread Tom Tromey
Ito == Ito Kazumitsu [EMAIL PROTECTED] writes: Ito I am beginning to think that gnu.regexp is doing more than is Ito expected: Ito Find all possible matches and select the best match. [...] Ito If we can simplufy the work of getMatchImpl(), we will be Ito getting the same results as other

[cp-patches] Patch: FYI: bug fix in handling of chunked streams

2006-01-25 Thread Tom Tromey
I'm checking this in on the 4.1 branch. I'll also put it in Classpath shortly. This bug is shown in the test case here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178703 The problem turns out to be that in some cases our chunked input stream can return 0. This should only happen

[cp-patches] FYI: GNU Crypto and Jessie (finally)

2006-01-25 Thread Casey Marshall
I've checked in GNU Crypto and Jessie. This is about the same as the proposed patch/zip file I posted earlier, with a few tweaks. I know there were some issues with some of us over this, w/r/t changes to GNU Crypto, but if they are still thought to be a problem then they can post patches