[cp-patches] FYI: fix for PR Classpath/23899

2006-08-02 Thread Raif S. Naffah
hello all, the attached patch --already committed-- fixes the above PR. the new test recently added to Mauve: TestOfPR23899 (in gnu.testlet.java.security.SecureRandom) highlights the bug and validates the fix. 2006-08-02 Raif S. Naffah <[EMAIL PROTECTED]> PR Classpath/23899

[cp-patches] FYI: FileChooser fix

2006-08-02 Thread Roman Kennke
This fixes the handling of special files like . and .. in JFileChooser among a couple of minor design things that I noticed while fixing this. 2006-08-02 Roman Kennke <[EMAIL PROTECTED]> PR 27604 * javax/swing/plaf/basic/BasicChooserUI.java (BasicFileView.getName): Fet

[cp-patches] FYI: Another JFileChooser fix

2006-08-02 Thread Roman Kennke
This fixes the problem with the combobox as described in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27605 and implements asynchronous loading of the directory contents. 2006-08-02 Roman Kennke <[EMAIL PROTECTED]> PR 27605 * javax/swing/JComboBox.java (setSelectedItem

Re: [cp-patches] RFC: StrictMath.sinh implemented

2006-08-02 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Tromey wrote: >> "Carsten" == Carsten Neumann <[EMAIL PROTECTED]> writes: > > Carsten> added another method to StrictMath, the mauve tests for this one are > Carsten> already in. > > Go for it. Thanks! committed on 2006-08-02. Than

[cp-patches] FYI: AffineTransform and FontRenderContext hashcode functions

2006-08-02 Thread Sven de Marothy
Implements the FRC hashcode and tweaks the AffineTransform one to be Sun-compatible. (Unnecessary, but since the old version claimed to be, we might as well make it so.) 2006-08-02 Sven de Marothy <[EMAIL PROTECTED]> * java/awt/geom/AffineTransform.java: (hashCode): Tweak impl.

[cp-patches] RFC: StrictMath.tanh implemented

2006-08-02 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this adds another missing method to StrictMath, mauve test is already in. Comments or approval, appreciated. Thanks, Carsten 2006-08-02 Carsten Neumann <[EMAIL PROTECTED]> * java/lang/StrictMath.java

[cp-patches] FYI: small configure.ac fix for Mandriva

2006-08-02 Thread Thomas Fitzsimmons
Hi, Mandriva calls its Mozilla development pkgconfig module "mozilla-firefox-plugin". This patch, which I committed to HEAD, adds a fallback check for that name. Tom 2006-08-02 Thomas Fitzsimmons <[EMAIL PROTECTED]> * configure.ac (MOZILLA_FOUND): Fall back to mozilla-fir

[cp-patches] Patch: DragSource and DropTarget fixes

2006-08-02 Thread Lillian Angel
I committed several mauve tests for DragSource and DropTargets. I fixed all the errors found from running those tests. 2006-08-02 Lillian Angel <[EMAIL PROTECTED]> * java/awt/dnd/DragSource.java (isDragImageSupported): Implemented. (getDragThreshold): Changed default val

Re: [cp-patches] RFC: StrictMath.tanh implemented

2006-08-02 Thread Sven de Marothy
On Wed, 2006-08-02 at 20:27 +0200, Carsten Neumann wrote: > this adds another missing method to StrictMath, mauve test is already in. > > Comments or approval, appreciated. Seems just fine to me. Just two minor points: (This being _strict_ math, after all. ;)) 1) l_bits is unused. 2) If a random

[cp-patches] FYI: Remaining Support classes

2006-08-02 Thread Andrew John Hughes
This adds the remaining OpenMBeanXXXSupport classes. Changelog: 2006-08-02 Andrew John Hughes <[EMAIL PROTECTED]> * javax/management/MBeanConstructorInfo.java: (MBeanConstructorInfo(String,String,MBeanParameterInfo[]): Copy array rather than directly assigning.

[cp-patches] FYI: JFileChooser

2006-08-02 Thread Roman Kennke
Another nice addition: This patch adds indentation of the labels in the combobox that is used to choose directories at the top. I implemented this by installing an IndentIcon in the cell renderer that takes another icon (the folder icon) and adds indentation to it. This fixes a bug and should

[cp-patches] RFC: README updated

2006-08-02 Thread Raif S. Naffah
hello all, the attached patch updates the README file to reflect the current state of the project. OK to commit? cheers; rsn Index: README === RCS file: /cvsroot/classpath/classpath/README,v retrieving revision 1.18 diff -u -r1.18

[cp-patches] FYI: Open exception classes

2006-08-02 Thread Andrew John Hughes
This adds the remaining exception classes from the OpenMBean package. Changelog: 2006-08-02 Andrew John Hughes <[EMAIL PROTECTED]> * javax/management/openmbean/InvalidOpenTypeException.java, * javax/management/openmbean/KeyAlreadyExistsException.java: New files

[cp-patches] FYI: Menu fixes and additions

2006-08-02 Thread Roman Kennke
This fixes some menu layout issues as pointed out in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27624 . I also implemented the timer for opening submenus some days ago. Unfortunately the javax.swing.Timer seems broken so this doesn't work right now. I wanted to hold this off until it works, b

Re: [cp-patches] java.net.URL.getContent(Class[]) implementation

2006-08-02 Thread Tom Tromey
> "Thomas" == Thomas Minor <[EMAIL PROTECTED]> writes: Thomas> The following (probably previously overlooked) patch implements Thomas> java.net.URL.getContent(Class[]) correctly, as specified by the Thomas> API. Thanks. I'm checking this in, with the correction from Michael Koch. Sorry this

Re: [cp-patches] java.net.URL.getContent(Class[]) implementation

2006-08-02 Thread Tom Tromey
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> Thanks. I'm checking this in, with the correction from Tom> Michael Koch. Sorry this took so long, normally we're much faster at Tom> checking in small, obviously-correct patches :-) Oh, Mark -- I think this is a reasonable candidate fo

[cp-patches] FYI: Add gdk checks for gconf-peer

2006-08-02 Thread Mark Wielaard
Hi, I checked in the following on the trunk, release and generics branch: 2006-08-02 Mark Wielaard <[EMAIL PROTECTED]> PR 28535 * configure.ac (gconf-peer): Check for gdk-2.0. * native/jni/gconf-peer/Makefile.am (AM_LDFLAGS): Use GDK_LIBS. (AM_CFLAGS): U

Re: [cp-patches] Re: RFC: add a cacerts file under resource/java/security

2006-08-02 Thread Tom Tromey
> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes: [ cacerts ] >> No, I was thinking of the GNU/Linux distros. They seem to have their >> own collection of "trusted" ca-certs already. So I was wondering >> whether we could somehow reuse those easily (for example during >> installation time

Re: [cp-patches] Re: RFC: add a cacerts file under resource/java/security

2006-08-02 Thread Casey Marshall
Tom Tromey wrote: >> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes: > > [ cacerts ] > >>> No, I was thinking of the GNU/Linux distros. They seem to have their >>> own collection of "trusted" ca-certs already. So I was wondering >>> whether we could somehow reuse those easily (for example

[cp-patches] FYI: Fix Choice (again)

2006-08-02 Thread Sven de Marothy
This fixes regressions caused by the previous patch. The reason for the previous mauve failures was due to an oversight on my part of not properly taking care of the case when you don't have a peer to update the selected index. The mauve test is very flawed in this respect; since it only tests on

[cp-patches] RFC: Change GtkToolkit threading

2006-08-02 Thread Sven de Marothy
This should fix PR #16203, and also make for a general improvement. In short: The main GTK loop is not started statically in GtkToolkit, but rather on creating the first window peer. (as it should be). In long: On destroying the last window peer, we call gtk to end the main loop and the thread ex