Re: [cp-patches] RFC:Classpath web page:the new task in the task list.

2005-05-23 Thread Meskauskas Audrius
Thanks, Tom. Surely it is great to correct the grammar, I am not a native English speaker. After putting an E-mail directly on the web site I always receive a large amount of various spam. Maybe better to link to the user profile page (http://savannah.gnu.org/users/audriusa in my case) from

[cp-patches] FYI: javax.swing.plaf.basic.BasicLookAndFeel fixlet

2005-05-23 Thread Roman Kennke
2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Uncommented code that has accidentally been commented out. /Roman Index: javax/swing/plaf/basic/BasicLookAndFeel.java ==

Re: [cp-patches] RFC:Classpath web page:the new task in the task list.

2005-05-23 Thread Mark Wielaard
Hi Audrius, On Fri, 2005-05-20 at 11:24 +0200, Meskauskas Audrius wrote: > Despite of some rather pessimistic thinkings, people did contacted our group > in the past, saying they would like to contribute with CORBA implementation. > Hence I suggest to add the attached task to the Classpath task

Re: [cp-patches] [Patch] jikes warnings

2005-05-23 Thread Mark Wielaard
Hi, On Thu, 2005-05-19 at 07:59 +0200, Michael Koch wrote: > In my big locale patch I accidentally commited a part to shut up jikes' > warnings. I revert this with this patch. Should we just bite the bullet and turn of switch fall-through checking when compiling with jikes? It seems to generate a

[cp-patches] FYI: New methods in ORB.

2005-05-23 Thread Meskauskas Audrius
2005-05-23 Audrius Meskauskas, Lithuania <[EMAIL PROTECTED]> org/omg/CORBA/ORB.java (create_context_list, create_basic_dyn_any, create_dyn_any, create_dyn_array, create_dyn_enum, create_dyn_sequence, create_dyn_struct, create_dyn_union, create_policy, get_current): New methods. ORB_uni.java

Re: [cp-patches] FYI: SizeRequirements.java: fixed two non-utf8 chars

2005-05-23 Thread Mark Wielaard
Hi, On Fri, 2005-05-20 at 11:19 +0200, Roman Kennke wrote: > Hmm, this is the second time that I introduce strange characters in the > source code. I wonder how that comes, I am using Emacs under Linux like > always. This is really strange. Anybody has a hint on this, how I could > detect such

[cp-patches] FYI: Fixed values of constant fields in javax.swing.JFileChooser

2005-05-23 Thread Roman Kennke
2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JFileChooser.java: Fixed the values of several public constant fields. /Roman Index: javax/swing/JFileChooser.java === RCS file: /cvsroot/classpath/classpath

Re: [cp-patches] FYI: Second round of java.net.URI fixes

2005-05-23 Thread Mark Wielaard
Hi Andrew, On Thu, 2005-05-19 at 20:14 +0100, Andrew John Hughes wrote: > I'm committing the attached patch, which implements the remaining > unimplemented methods in java.net.URI (stubs up until now). > I'll shortly be adding some Mauve tests to accompany them. > It's solved a number of issues in

[cp-patches] Improving the CORBA task on the web page (taking suggestions into consideration)

2005-05-23 Thread Meskauskas Audrius
2005-05-23 Audrius Meskauskas, Lithuania <[EMAIL PROTECTED]> * doc/www.gnu.org/tasks.wml: Improving CORBA task. tasks2.wml.patch Description: Binary data ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listin

[cp-patches] FYI: Added getWindowAncestor in javax.swing.SwingUtilities

2005-05-23 Thread Roman Kennke
2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JFileChooser.java: Fixed the values of several public constant fields. /Roman Index: javax/swing/SwingUtilities.java === RCS file: /cvsroot/classpath/classpa

Re: [cp-patches] [Patch] jikes warnings

2005-05-23 Thread Michael Koch
On Mon, May 23, 2005 at 10:54:52AM +0200, Mark Wielaard wrote: > Hi, > > On Thu, 2005-05-19 at 07:59 +0200, Michael Koch wrote: > > In my big locale patch I accidentally commited a part to shut up jikes' > > warnings. I revert this with this patch. > > Should we just bite the bullet and turn of s

Re: [cp-patches] FYI: Added getWindowAncestor in javax.swing.SwingUtilities

2005-05-23 Thread Michael Koch
On Mon, May 23, 2005 at 01:12:26PM +0200, Roman Kennke wrote: > 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> > > * javax/swing/JFileChooser.java: > Fixed the values of several public constant fields. > > /Roman > > Index: javax/swing/SwingUtilities.java > ==

Re: [cp-patches] FYI: Added getWindowAncestor in javax.swing.SwingUtilities

2005-05-23 Thread Roman Kennke
Somehow the ChangeLog entry and the patch does not fit together. ;-) Yeah sorry, there was the wrong text in my copy+paste buffer ;-) 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/SwingUtilities.java: (getWindowAncestor): Added and implemented this method. /Rom

Re: [cp-patches] [Patch] jikes warnings

2005-05-23 Thread Roman Kennke
Hi, I would prefer when the compilers we use would support annotations so we can disable special warnings in the code that trigger them. This sounds like a very good idea. If we disable all (switch) warnings we would probably oversee some that cause problems. But in many cases switch fall-thr

[cp-patches] FYI: Added constructor to javax.swing.JFileChooser

2005-05-23 Thread Roman Kennke
JFileChooser was missing one constructor JFileChooser(String, FileSystemView). I added this. 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JFileChooser.java (constructor(String, FileSystemView)): Added constructor. /Roman Index: javax/swing/JFileChooser.java ==

[cp-patches] FYI: Implemented ViewListener in javax.swing.JViewport

2005-05-23 Thread Roman Kennke
I implemented the inner class ViewListener in javax.swing.JViewport and added related code to JViewport. See in-code comments for some details. 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JViewport.java: (ViewListener): Added and implemented inner class. (c

[cp-patches] FYI: Implemented createLayoutManager in javax.swing.JViewport

2005-05-23 Thread Roman Kennke
I added the method createLayoutManager to javax.swing.JViewport. 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JViewport.java (createLayoutManager): Added and implemented new method. (constructor): Set the LayoutManager that is created by createLayoutMan

[cp-patches] FYI: Added getLayer static method to javax.swing.JLayeredPane

2005-05-23 Thread Roman Kennke
2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JLayeredPane.java (getLayer): Added and implemented new (static) method. /Roman Index: javax/swing/JLayeredPane.java === RCS file: /cvsroot/classpath/classpa

[cp-patches] FYI: The CORBA interface repository

2005-05-23 Thread Meskauskas Audrius
2005-05-23 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/DefinitionKind.java, org/omg/CORBA/IRObject.java, org/omg/CORBA/IRObjectOperations.java, org/omg/CORBA/IDLTypeOperations.java: New files. * org/omg/CORBA/IDLType.java: Inherit from IDLTypeOperations. IDLType.java.patch Descr

[cp-patches] FYI: Added Scrollable impl to javax.swing.text.JTextComponent

2005-05-23 Thread Roman Kennke
I added 3 method implementations that should improve behaviour of text components inside JScrollPanes. 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/text/JTextComponent.java (getPreferredScrollableViewportSize): Implemented this method. (getScrollableUnitIncre

[cp-patches] FYI: Added Scrollable implementation methods to javax.swing.JTextArea

2005-05-23 Thread Roman Kennke
I added two methods in order to improve Scrollable behaviour of JTextArea. 2005-05-23 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTextArea.java (getPreferredScrollableViewportSize): Added and implemented new method. (getScrollableUnitIncrement): Added and implem

[cp-patches] FYI: API compatibility fixes.

2005-05-23 Thread Meskauskas Audrius
2005-05-23 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/NameValuePair.java: Inherit from Serializable, IDLEntity. * org/omg/CORBA/SetOverrideType.java (constuctor): Making protected. * org/omg/CORBA/DynFixed.java (set_value): Declare it may throw an InvalidValue. apiF.patch Descr

Re: [cp-patches] [Patch] jikes warnings

2005-05-23 Thread Tom Tromey
> "Michael" == Michael Koch <[EMAIL PROTECTED]> writes: Michael> I would prefer when the compilers we use would support Michael> annotations so we can disable special warnings in the code Michael> that trigger them. As we have no such compiler yet please go Michael> for it. Me too, generally.

[cp-patches] FYI: CORBA distributed work classes and methods.

2005-05-23 Thread Meskauskas Audrius
2005-05-23 Audrius Meskauskas <[EMAIL PROTECTED]> * gnu/CORBA/Asynchron.java: New file. * org/omg/CORBA/ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. * gnu/CORBA/gnuRequ

[cp-patches] Patch: FYI: set encoding for classpath sources

2005-05-23 Thread Tom Tromey
I'm checking this in. This sets Classpath's file encoding to "UTF-8". It updates the documentation and the Makefile, except for the kjc case, as according to the web pages I found, kjc doesn't support an encoding option (and I don't have it installed). I tested only tested this with gcj. Tom I

RE: [cp-patches] Patch: FYI: set encoding for classpath sources

2005-05-23 Thread Jeroen Frijters
Tom Tromey wrote: > I'm checking this in. > > This sets Classpath's file encoding to "UTF-8". The version of Jikes I use (1.22 on Windows) doesn't support the -encoding option. Are there any pressing reasons why we can't simply stick to ASCII? Regards, Jeroen __

Re: [cp-patches] Patch: FYI: set encoding for classpath sources

2005-05-23 Thread Tom Tromey
> "Jeroen" == Jeroen Frijters <[EMAIL PROTECTED]> writes: Jeroen> The version of Jikes I use (1.22 on Windows) doesn't support the Jeroen> -encoding option. Are there any pressing reasons why we can't simply Jeroen> stick to ASCII? Sorry, I didn't realize that the windows jikes didn't support

RE: [cp-patches] Patch: FYI: set encoding for classpath sources

2005-05-23 Thread Jeroen Frijters
Tom Tromey wrote: > > "Jeroen" == Jeroen Frijters <[EMAIL PROTECTED]> writes: > > Jeroen> The version of Jikes I use (1.22 on Windows) doesn't > support the > Jeroen> -encoding option. Are there any pressing reasons why > we can't simply > Jeroen> stick to ASCII? > > Sorry, I didn't realize

Re: [cp-patches] [Patch] jikes warnings

2005-05-23 Thread Mark Wielaard
Hi, On Mon, 2005-05-23 at 13:30 +0200, Michael Koch wrote: > > 2005-05-23 Mark Wielaard <[EMAIL PROTECTED]> > > > > * lib/Makefile.am (FOUND_JIKES): Add +Pno-switchcheck. > > > I would prefer when the compilers we use would support annotations so we can > disable special warnings in th

Re: [cp-patches] RFC:Classpath web page:the new task in the task list.

2005-05-23 Thread Patrik Reali
Hi! I agree. This is much better than having the list on the webpages, which are somewhat heavy-weight to maintain. -Patrik --On Montag, 23. Mai 2005 10:04 +0200 Mark Wielaard <[EMAIL PROTECTED]> wrote: Hi Audrius, On Fri, 2005-05-20 at 11:24 +0200, Meskauskas Audrius wrote: Despite of so

Re: [cp-patches] Patch: FYI: set encoding for classpath sources

2005-05-23 Thread Tom Tromey
> "Jeroen" == Jeroen Frijters <[EMAIL PROTECTED]> writes: Jeroen> I personally don't use the Classpath build infrastructure, so I don't Jeroen> mind the option being in there (although it would be nice not to set it Jeroen> when running on Windows), but since I have no way of specifying UTF-8