Re: [cp-patches] FYI: Generate name the same way as Sun

2006-07-08 Thread Robert Schuster
Hi Tania +if (type == 0) + name = Default Cursor; +else if (type == 1) + name = Crosshair Cursor; +else if (type == 2) + name = Text Cursor; +else if (type == 3) + name = Wait Cursor; +else if (type == 4) + name = Southwest Resize Cursor; +else if

[cp-patches] FYI:HR tag fix in javax.swing.text.html

2006-07-08 Thread Audrius Meskauskas
This patch makes working the HR tag as expected, drawing the horizontal dash. The patch makes change in FlowView.layoutRow, passing the row with the view, having forced break weigth (on the end) to the adjustRow. The adjustRow finally calls the breakView on such view, resulting the correct

[cp-patches] FYI: eclipse vs x-peers

2006-07-08 Thread Mark Wielaard
Hi, eclipse doesn't like the new x-peers. So this disables them by default for now. 2006-07-08 Mark Wielaard [EMAIL PROTECTED] * .classpath: Add gnu/java/awt/peer/x/ to excludes. Eclipse 3.1.2 seems to work nicely with cvs head and I can bootstrap classpath plus jamvm on it to

Icu and Softreferences... (Was: [cp-patches] FYI: eclipse vs x-peers)

2006-07-08 Thread Mark Wielaard
Hi, On Sat, 2006-07-08 at 22:28 +0200, Mark Wielaard wrote: Eclipse 3.1.2 seems to work nicely with cvs head and I can bootstrap classpath plus jamvm on it to produce the fakejdk as described in our http://developer.classpath.org/mediation/ClasspathHackingWithEclipse 3.2 final seems to have

[cp-patches] FYI: GConf updates

2006-07-08 Thread Mario Torre
Il giorno gio, 06/07/2006 alle 11.53 -0400, Thomas Fitzsimmons ha scritto: This looks good. Committed this night at 0.30 A.M. Italian time :) We should probably get you commit access. Thanks to everyone, you all, for this! Tom Mario --- changelog 2006-07-09 Mario Torre [EMAIL

[cp-patches] Patch FYI: WAV audio file reader

2006-07-08 Thread Anthony Green
This patch implements a WAV audio file provider. I'm checking it in. 2006-07-08 Anthony Green [EMAIL PROTECTED] * gnu/javax/sound/sampled/WAV/WAVReader.java, resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader: New files. Index: