[cp-patches] FYI: Update www.gnu.org pages for 0.92

2006-08-09 Thread Mark Wielaard
Hi, This adds the announcement to the homepage. 2006-08-09 Mark Wielaard <[EMAIL PROTECTED]> * doc/www.gnu.org/newsitems.txt: Add 0.92. * doc/www.gnu.org/downloads/downloads.wml: Likewise. * doc/www.gnu.org/announce/20060809.wml: New file. Committed, Mark Index: doc/www.g

[cp-patches] Last commit before release

2006-08-09 Thread Mark Wielaard
Hi, I am committing the following and will create the release tar balls now. 2006-08-09 Mark Wielaard <[EMAIL PROTECTED]> * configure.ac (VERSION): Set to 0.92. * NEWS: Add updates for 0.92 release. Cheers, Mark Index: NEWS

[cp-patches] Patch: FYI: PR 28658

2006-08-09 Thread Tom Tromey
I'm checking this in. This fixes PR 28658. I've already checked in the mauve test case. Anthony tells me that this bug was revealed by the jetty test suite. I took a fairly conservative interpretation here. Tom 2006-08-09 Tom Tromey <[EMAIL PROTECTED]> PR classpath/28658: *

[cp-patches] Re: FYI: Minor BufferedImage completion (Part 2)

2006-08-09 Thread Sven de Marothy
Whoops! Last patch was a dud. Here's the fix (commited) On Wed, 2006-08-09 at 20:20 +0200, Sven de Marothy wrote: > This doesn't make it alright. But it's a step. > > 2006-08-09 Sven de Marothy <[EMAIL PROTECTED]> > > * java/awt/image/BufferedImage.java > (BufferedImage): Reimpleme

[cp-patches] FYI: Minor BufferedImage completion

2006-08-09 Thread Sven de Marothy
This doesn't make it alright. But it's a step. 2006-08-09 Sven de Marothy <[EMAIL PROTECTED]> * java/awt/image/BufferedImage.java (BufferedImage): Reimplement predefined-type constructor. (observers/tileObservers): Field renamed to tileObservers. (createDefaultIn

[cp-patches] Patch: FYI: GdkScreenGraphicsDevice.c fix

2006-08-09 Thread Tom Tromey
I'm checking this in to Classpath and also libgcj svn. Anthony was seeing a runtime failure in GdkScreenGraphicsDevice. We tracked it down to a bug in the JNI code -- the JNI code was creating an 'int' array but filling it with a call to a 'short'-array function. libgcj's JNI implementation detec

[cp-patches] Patch: FYI: javah fixes

2006-08-09 Thread Tom Tromey
I'm checking this in. I used Classpath's javah to regenerate all the files in include/ and then did a diff. This found a few buglets in the JNI support. Fix appended. I'm not checking in the updated include files... but I suppose we ought to at some point. Currently the only differences are so

[cp-patches] Patch: FYI: minor javah fix

2006-08-09 Thread Tom Tromey
I'm checking this in. javah was accidentally still named 'gcjh'. Fixed as appended. Tom 2006-08-09 Tom Tromey <[EMAIL PROTECTED]> * tools/gnu/classpath/tools/javah/Main.java (getParser): Name program "javah". Index: tools/gnu/classpath/tools/javah/Main.java =

[cp-patches] FYI: Minor JTree fix

2006-08-09 Thread Sven de Marothy
The default SelectionModel for JTree is DefaultTreeSelectionModel. 2006-08-09 Sven de Marothy <[EMAIL PROTECTED]> * javax/swing/JTree.java (JTree): Default SelectionModel should be DefaultTreeSelectionModel. (setSelectionModel): Null parameter should create an EmptySelec

[cp-patches] FYI: AbstractDocument fixes

2006-08-09 Thread Roman Kennke
Here comes some locking fixes and an optimization for AbstractDocument that I did some days ago. 2006-08-09 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/text/AbstractDocument.java (insertString): Perform modifications inside a write lock. (insertStringImpl): Don't lo

Re: [cp-patches] FYI: JTree keyboard handling fix

2006-08-09 Thread Raif S. Naffah
hello Mark, On Wednesday 09 August 2006 08:29, Mark Wielaard wrote: > ... > This are most likely last only code changes on the release branch. I am > looking at the BigInteger fixes from Raif, but those haven't hit CVS > yet. these, and the ResourceBundle one, can wait until the next release. tw