Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-11 Thread Mark Wielaard
On Thu, 2005-09-08 at 14:24 +0200, Mark Wielaard wrote: > Disturbing. It also breaks (in the same way as reported above) with > 'gcj (GCC) 4.0.2 20050908 (prerelease)' and 'gcj (GCC) 4.0.2 20050821 > (prerelease) (Debian 4.0.1-6)' so this seems to be a regression from > 4.0-preX to 4.0.x. > > I am

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-08 Thread Mark Wielaard
Hi, On Wed, 2005-09-07 at 14:49 +0200, Roman Kennke wrote: > Am Mittwoch, den 07.09.2005, 07:44 -0400 schrieb Thomas Fitzsimmons: > > On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote: > > > I re-enabled some accessibility things in javax.swing that have been > > > disabled due to a compiler b

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-07 Thread Tom Tromey
> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: Tom> /home/fitzsim/sources/gcc/libjava/classpath/javax/swing/Box.java:92: Tom> error: Nested class java.awt.Component$AccessibleAWTComponent is Tom> protected; cannot be accessed from here. Tom> extends Component.AccessibleAWTComp

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-07 Thread Roman Kennke
Hi, [I CC'ed [EMAIL PROTECTED] since that mainly concerns GCJ] Am Mittwoch, den 07.09.2005, 07:44 -0400 schrieb Thomas Fitzsimmons: > On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote: > > I re-enabled some accessibility things in javax.swing that have been > > disabled due to a compiler bug

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-07 Thread Thomas Fitzsimmons
On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote: > I re-enabled some accessibility things in javax.swing that have been > disabled due to a compiler bug in gcj < 4. I think now that the 0.18 > release is out it would be a good time to get rid of this > gcj<4-bug-support things. This will also

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-06 Thread Andrew John Hughes
On Tue, 2005-09-06 at 21:53 +0100, Paul Jenner wrote: > Hi Roman. > > On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote: > > I re-enabled some accessibility things in javax.swing that have been > > disabled due to a compiler bug in gcj < 4 > > > > 2005-09-06 Roman Kennke <[EMAIL PROTECTED]>

[cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-06 Thread Roman Kennke
I re-enabled some accessibility things in javax.swing that have been disabled due to a compiler bug in gcj < 4. I think now that the 0.18 release is out it would be a good time to get rid of this gcj<4-bug-support things. This will also remove a lot of clutter in the JAPI pages and maybe brings som