[cp-patches] FYI: small Swing demo fix

2006-06-07 Thread Robert Schuster
Hi, with this patch the Look and Feel radion buttons in the Swing demo are put into the same button group. ChangeLog: 2006-06-07 Robert Schuster [EMAIL PROTECTED] * examples/gnu/classpath/examples/swing/Demo.java: (mkMenuBar): Put look and feel radio buttons into

RE: [cp-patches] RFC: qt-peer: remove INIT_LOAD_LIBRARY

2006-06-07 Thread Jeroen Frijters
Tom Tromey wrote: (It is kind of lame to have INIT_LOAD_LIBRARY floating around just for libgcj... but I suppose it isn't a very big maintenance burden. Or does IKVM use it too?) IKVM doesn't use it, because it replaces all VM classes that have native methods. As a long term goal, I'd still

[cp-patches] XML streams debugging and partial workaround for #27664

2006-06-07 Thread Chris Burdess
I committed this patch which adds support for debugging XML streams via a system property (other suggestions welcomed) and also provides a workaround for a mark/reset problem somewhere in BufferedReader or CRLFReader by not reading more characters than are necessary in XMLParser.tryRead.

Re: [cp-patches] RFC: fix for PR27864

2006-06-07 Thread Robert Schuster
Hi, unfortunately the fix you proposed yesterday on IRC did not work. I have further investigate the problem to find out about your consideration about an NPE happening because of my patch: I found out that if root is null, the code will not reach that code location because then 'here' would be

[cp-patches] Re: FYI: GlyphVector reimplementation

2006-06-07 Thread Sven de Marothy
Finally, 2006-06-05 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/GdkGlyphVector: Removed file.

[cp-patches] FYI: GlyphVector reimplementation

2006-06-07 Thread Sven de Marothy
2006-06-05 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java * include/gnu_java_awt_peer_gtk_FreetypeGlyphVector.h * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c New files. *

[cp-patches] FYI: more JTree fixes

2006-06-07 Thread Roman Kennke
I fixed a couple more problems with JTree that showed up in OpenJump (yesterday I made a mistake and started OpenJump with the wrong VM). Mostly they have to do with dealing with null pointers in the UI and tree related classes. One important piece is that in the VariableHeightLayoutCache we need

Re: [cp-patches] FYI: GlyphVector reimplementation

2006-06-07 Thread Roman Kennke
Hi Sven, Am Mittwoch, den 07.06.2006, 15:50 +0200 schrieb Sven de Marothy: 2006-06-05 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java ... You don't loose much words except for the ChangeLog entries, eh? ;-) It would be helpful to add some

Re: [cp-patches] RFC: fix for PR27864

2006-06-07 Thread Chris Burdess
Robert Schuster wrote: unfortunately the fix you proposed yesterday on IRC did not work. I have further investigate the problem to find out about your consideration about an NPE happening because of my patch: I found out that if root is null, the code will not reach that code location

[cp-patches] FYI: rewrite File.toCanonicalPath()

2006-06-07 Thread Gary Benson
Hi all, I just checked in a rewrite of File.toCanonicalPath() for GNU/Posix systems to make it correctly handle symbolic links. It's basically a JNIified version of the one I committed yesterday for GCJ. This fixes PR 24895. Cheers, Gary Index: ChangeLog

[cp-patches] Patch: FreetypeGlyphVector and String fix

2006-06-07 Thread Lillian Angel
I have started working on limewire. This patch fixes the exceptions that were thrown at startup. 2006-06-07 Lillian Angel [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (FreetypeGlyphVector): Removed assignment. Caused compilation error. *

Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Andrew John Hughes
On Wed, 2006-06-07 at 17:35 +0200, Roman Kennke wrote: Hi there, I'd like to propose to rename the gnu.regexp package to gnu.java.util.regex or something. I have a problem here with JEdit which obviously uses an old version of gnu regexp and no hit some AbstractMethodError with this setup.

[cp-patches] RFC: small JMenuBar fix

2006-06-07 Thread Francis Kung
Hi, While writing some Mauve tests, I came across a small bug in JMenuBar's getSubElements() method: instead of returning an array of only menu's, we currently insert null values for non-menu components as well. A patch is attached. Regards, Francis 2006-06-07 Francis Kung [EMAIL PROTECTED]

[cp-patches] Patch: BasicTabbedPaneUI fixlet

2006-06-07 Thread Lillian Angel
Small fix for limewire. Prevents an ArrayOutofBoundsException 2006-06-07 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTabbedPaneUI.java (getTabBounds): If this method is called with a tab index that is not in the rects array, we need to re-layout the

[cp-patches] FYI: CairoGraphics clipping fix

2006-06-07 Thread Roman Kennke
The clip(Shape) method wasn't implemented correctly. It simply called setClip(), but it really should intersect the current clip with the specified shape. I adapted this method from AbstractGraphics2D. This fixes all remaining Swing painting problems (at least for me). 2006-06-07 Roman Kennke

[cp-patches] FYI: [generics] Document InputMismatchException

2006-06-07 Thread Andrew John Hughes
This patch documents java.util.InputMismatchException. AFAICS, this represents the final file that a) needs documenting and b) sending over to HEAD. Roll on gcj+ecj for the rest... Changelog: 2006-06-07 Andrew John Hughes [EMAIL PROTECTED] * java/util/InputMismatchException.java:

[cp-patches] Patch: FYI: PR 27905

2006-06-07 Thread Tom Tromey
I'm checking this in. This fixes PR 27905. We weren't registering all the nio charsets we implement. Tom 2006-06-07 Tom Tromey [EMAIL PROTECTED] PR classpath/27905: * gnu/java/nio/charset/Provider.java (loadExtended): Now synchronized. Added missing charsets.

Re: [cp-patches] [generics] Patch: RFC: import jsr166

2006-06-07 Thread Mark Wielaard
Hi Tom, On Thu, 2006-05-25 at 09:55 -0600, Tom Tromey wrote: This patch imports the jsr166 reference implementation. This is implements java.util.concurrency. Nice. I'll write fsf legal to let them know how we are importing this for the records. Please wait with the actual import till we get

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

2006-06-07 Thread Mark Wielaard
Hi Raif, I CCed the devjam list on which a couple of different distribution packagers are subscribed. Devjam people, Raif added support for importing trusted ca-certs to GNU Classpath so our tls/ssl implementation for example can just reuse the ca-certs that are already packaged for an

Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Tom Tromey
Roman == Roman Kennke [EMAIL PROTECTED] writes: Roman I'd like to propose to rename the gnu.regexp package to Roman gnu.java.util.regex or something. I have a problem here with JEdit which Roman obviously uses an old version of gnu regexp and no hit some Roman AbstractMethodError with this

Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Casey Marshall
On Jun 7, 2006, at 8:35 AM, Roman Kennke wrote: Hi there, I'd like to propose to rename the gnu.regexp package to gnu.java.util.regex or something. I have a problem here with JEdit which obviously uses an old version of gnu regexp and no hit some AbstractMethodError with this setup. I think

Re: [cp-patches] RFC: small JMenuBar fix

2006-06-07 Thread Lillian Angel
On Wed, 2006-06-07 at 14:37 -0400, Francis Kung wrote: Hi, While writing some Mauve tests, I came across a small bug in JMenuBar's getSubElements() method: instead of returning an array of only menu's, we currently insert null values for non-menu components as well. A patch is attached.

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

2006-06-07 Thread Casey Marshall
One nice way to do this ca-certs stuff is to write a keystore implementation that just reads certificates out of a directory, and with each certificate stored in its own file. This would make it a lot easier for Classpath to use the certificates already installed on the system (like

[cp-patches] FYI: BasicTreeUI

2006-06-07 Thread Roman Kennke
I've implemented a few more methods in BasicTreeUI. 2006-06-07 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java (completeUIUninstall): Implemented. (uninstallUI): Moved some bits to completeUIUninstall(). Complete editing before

[cp-patches] FYI: Merge java.util.InputMismatchException

2006-06-07 Thread Andrew John Hughes
Final class (I hope...) Changelog: 2006-06-07 Andrew John Hughes [EMAIL PROTECTED] * java/util/InputMismatchException.java: Documented. 2005-04-20 Tom Tromey [EMAIL PROTECTED] * java/util/InputMismatchException.java: New file. -- Andrew :-) Please avoid sending

[cp-patches] FYI: remove INIT_LOAD_LIBRARY from Qt peers

2006-06-07 Thread Thomas Fitzsimmons
Hi, I committed this patch that removes the INIT_LOAD_LIBRARY check from the Qt peers. libgcj no longer requires INIT_LOAD_LIBRARY for the peers because of a change in how they are loaded. Tom 2006-06-07 Thomas Fitzsimmons [EMAIL PROTECTED] * gnu/java/awt/peer/qt/QtToolkit.java

Re: [cp-patches] FYI: GlyphVector reimplementation

2006-06-07 Thread Sven de Marothy
On Wed, 2006-06-07 at 16:45 +0200, Roman Kennke wrote: You don't loose much words except for the ChangeLog entries, eh? ;-) It would be helpful to add some descriptive text too, so others can get up to what you did. Otherwise we wouldn't need this ML and could depend on commit-classpath for

[cp-patches] RFC: First steps to address PR27649

2006-06-07 Thread Vivek Lakshmanan
For PR27649: making it easy to separate crypto specific classes into an independent jar, by removing direct calls to gnu.classpath.SystemProperties. These calls have been replaced by AccessController.doPrivileged calls using GetPropertyAction (for improving readability). Thanks, Vivek

[cp-patches] FYI: Glyphvector kerning.

2006-06-07 Thread Sven de Marothy
2006-06-08 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (defaultLayout): Do kerning. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c (getKerning): Correct class name, removed unused variable. Index:

[cp-patches] Stub TextLayout

2006-06-07 Thread Sven de Marothy
Time to remove this unnecessary peer interface and replace the stub peer with a stubbed actual impl. Yay! This makes our JAPI scores more honest. Ok? /Sven 2006-06-08 Sven de Marothy [EMAIL PROTECTED] * java/awt/font/TextLayout: Replace methods with stubs. *

Re: [cp-patches] RFC: First steps to address PR27649

2006-06-07 Thread Casey Marshall
On Jun 7, 2006, at 4:20 PM, Vivek Lakshmanan wrote: For PR27649: making it easy to separate crypto specific classes into an independent jar, by removing direct calls to gnu.classpath.SystemProperties. These calls have been replaced by AccessController.doPrivileged calls using

[cp-testresults] FAIL: classpath build with gcj (4.0) on Thu Jun 8 05:18:10 UTC 2006

2006-06-07 Thread cpdev
then mv -f .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo .deps/gnu_java_awt_peer_gtk_CairoSurface.Plo; else rm -f .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../classpath/native/jni/gtk-peer -I../../../include

Fwd: [cp-patches] More useful command-line options for XML parsers

2006-06-07 Thread Chris Burdess
I thought this might be of general interest to Classpath users: Begin forwarded message: I committed this patch to add options to the command-line versions of the SAX and StAX XML parsers that allow you to set several configuration parameters, as well as syntax help on these options. It is

Re: [cp-patches] FYI: GdkScreenGraphicsDevice and friends implemented

2006-06-07 Thread Robert Schuster
Hi, thanks that this patch is appreciated. I would like to point out one thing: I have already committed a patch to our AWT demo application to test this GraphicsDevice stuff. You can change the display mode and try out fullscreen exclusive mode (which isnt real FSEM but the disable window

Re: Java2D Headless

2006-06-07 Thread Sven de Marothy
Hello Juerg, I wonder: Does Java2D and ImageIO work on Unix without an X Server installed, e.g. in a server environment or on OS X? If so: How do I need to compile? Roman has been doing some work on this, however it's not ready for production use yet, AFAIK. The existing Java2D on Cairo

[Bug awt/27929] New: RoundRect2D buglet

2006-06-07 Thread hendrich at informatik dot uni-hamburg dot de
Another corner-case bug: the rendering of rounded rectangles is broken when the corner radius gets large (i.e. larger than the width/height of the rectangle itself). The JDK falls back to a kind of ellipse in those cases. See attached screenshots for a few examples rendered with cacao+classpath

[Bug classpath/27902] Missing RE method

2006-06-07 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-06-07 15:02 --- I'm a bit confused by this trace. Perhaps we're calling setIndexed (see the code in makeCharIndexed) on an object supplied by jedit? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27902

Re: GTK 2.8

2006-06-07 Thread Yvan Norsa
Hi, dependencies such as GTK can be matched with older versions of GTK It sure would be useful, as GTK 2.8 doesn't seem to be in debian stable (current is 2.6.4). Yvan

Re: Java2D Headless

2006-06-07 Thread Juerg Lehni
Hi Sven, Thank you for the update on the status quo of both Java2D and ImageIO. And great to hear that work is currently done for this. I wonder about ImageIO through ImageMagick though. Are you sure that there is no code for this so far? I saw it mentioned here, and from what I read it

Re: GTK 2.8

2006-06-07 Thread Tom Tromey
Philippe == Philippe Laporte [EMAIL PROTECTED] writes: Philippe I'm wondering if there is any interest in making the Philippe Classpath build configurable and the code correspondingly Philippe modular enough that dependencies such as GTK can be matched Philippe with older versions of GTK, at the

Re: Java2D Headless

2006-06-07 Thread Robert Schuster
Hi, here is the corresponding PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23786 Follow the link to the ML to get my preliminary image loading code. It may be useful to write the start of a full ImageMagick based plugin. However fitzsim said that ImageMagick provide to few features for a real

Re: Java2D Headless

2006-06-07 Thread Thomas Fitzsimmons
Robert Schuster wrote: Hi, here is the corresponding PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23786 Follow the link to the ML to get my preliminary image loading code. It may be useful to write the start of a full ImageMagick based plugin. However fitzsim said that ImageMagick provide

I've wrote some classes - what sould I do with it?

2006-06-07 Thread Maciej Piechotka
I've started writting java.util.concurrent classes. I've finish few of them, but they are undocummented and unchecked (I have no java 1.5 compiler). What should I do with it - write, check, document or just send/ Regards

Re: Java2D Headless

2006-06-07 Thread Sven de Marothy
On Wed, 2006-06-07 at 17:25 +0200, Juerg Lehni wrote: I wonder about ImageIO through ImageMagick though. Are you sure that there is no code for this so far? I saw it mentioned here, and from what I read it sounds like it's already working:

[commit-cp] classpath ChangeLog gnu/xml/stream/SAXParser.ja...

2006-06-07 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Chris Burdess dog 06/06/07 08:04:49 Modified files: . : ChangeLog gnu/xml/stream : SAXParser.java XMLParser.java gnu/xml/transform: TransformerImpl.java Log message:

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo...

2006-06-07 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/06/07 09:40:54 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoSurface.java ComponentGraphics.java native/jni/gtk-peer:

[commit-cp] classpath/examples/gnu/classpath/examples/swing...

2006-06-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Robert Schuster rschuster 06/06/07 10:25:26 Modified files: examples/gnu/classpath/examples/swing: Demo.java . : ChangeLog Log message: 2006-06-07 Robert Schuster [EMAIL

[commit-cp] classpath ChangeLog gnu/xml/stream/XMLParser.ja...

2006-06-07 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Chris Burdess dog 06/06/07 13:06:11 Modified files: . : ChangeLog gnu/xml/stream : XMLParser.java Added files: gnu/classpath/debug: TeeInputStream.java TeeOutputStream.java

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GdkFo...

2006-06-07 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/07 13:54:32 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GdkFontPeer.java include: Makefile.am

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GdkGl...

2006-06-07 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/07 13:56:51 Modified files: . : ChangeLog Removed files: gnu/java/awt/peer/gtk: GdkGlyphVector.java Log message: 2006-06-05 Sven de Marothy

[commit-cp] classpath/native/jni/gtk-peer gnu_java_awt_peer...

2006-06-07 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/07 13:58:33 Modified files: native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkFontPeer.c Log message: 2006-06-05 Sven de Marothy [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing JTree.java plaf/basic/Bas...

2006-06-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/07 14:36:03 Modified files: javax/swing: JTree.java javax/swing/plaf/basic: BasicTreeUI.java javax/swing/tree: DefaultTreeCellEditor.java TreePath.java

[commit-cp] classpath ChangeLog

2006-06-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/07 14:46:50 Modified files: . : ChangeLog Log message: Checking in the missing ChangeLog. CVSWeb URLs:

[commit-cp] classpath ChangeLog configure.ac NEWS native/jn...

2006-06-07 Thread Gary Benson
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Gary Benson gbenson 06/06/07 15:09:41 Modified files: . : ChangeLog configure.ac NEWS native/jni/java-io: java_io_VMFile.c include: java_io_VMFile.h

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Freet...

2006-06-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/07 15:22:50 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: FreetypeGlyphVector.java java/lang : String.java Log message: 2006-06-07

[commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi...

2006-06-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/07 18:50:58 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTabbedPaneUI.java Log message: 2006-06-07 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/math/BigDecimal.java

2006-06-07 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/07 19:01:07 Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-06-07 Andrew John Hughes [EMAIL PROTECTED]

[commit-cp] classpath/gnu/java/awt/peer/gtk CairoGraphics2D...

2006-06-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/07 19:12:04 Modified files: gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog Log message: 2006-06-07 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath/gnu/java/util/regex

2006-06-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/07 19:19:09 New directory: gnu/java/util/regex CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/?cvsroot=classpath

[commit-cp] classpath ChangeLog gnu/java/nio/charset/Provid...

2006-06-07 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 06/06/07 19:26:59 Modified files: . : ChangeLog gnu/java/nio/charset: Provider.java Log message: PR classpath/27905: *

[commit-cp] classpath ChangeLog java/util/InputMismatchExce... [generics-branch]

2006-06-07 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Andrew John Hughes gnu_andrew 06/06/07 20:15:18 Modified files: . : ChangeLog java/util : InputMismatchException.java Log message: 2006-06-07

[commit-cp] classpath ChangeLog javax/swing/JMenuBar.java

2006-06-07 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/07 20:29:41 Modified files: . : ChangeLog javax/swing: JMenuBar.java Log message: 2006-06-07 Francis Kung [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/plaf/basic BasicTreeUI.ja...

2006-06-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/07 20:46:06 Modified files: javax/swing/plaf/basic: BasicTreeUI.java . : ChangeLog Log message: 2006-06-07 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/jawt/Makefile.am

2006-06-07 Thread Andreas Tobler
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andreas Tobler andreast 06/06/07 21:15:43 Modified files: . : ChangeLog native/jawt: Makefile.am Log message: 2006-06-07 Andreas Tobler [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/util/InputMismatchExce...

2006-06-07 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/07 21:37:17 Modified files: . : ChangeLog Added files: java/util : InputMismatchException.java Log message: 2006-06-07 Andrew John Hughes

[commit-cp] classpath ChangeLog gnu/java/awt/peer/qt/QtTool...

2006-06-07 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim06/06/07 22:00:01 Modified files: . : ChangeLog gnu/java/awt/peer/qt: QtToolkit.java Log message: 2006-06-07 Thomas Fitzsimmons [EMAIL PROTECTED]

[commit-cp] classpath gnu/java/awt/peer/gtkFreetypeGlyphVec...

2006-06-07 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/07 23:48:05 Modified files: gnu/java/awt/peer/gtk: FreetypeGlyphVector.java native/jni/gtk-peer: gnu_java_awt_peer_gtk_FreetypeGlyphVector.c Log message:

[commit-cp] classpath ChangeLog

2006-06-07 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/08 00:51:30 Modified files: . : ChangeLog Log message: 2006-06-08 Sven de Marothy [EMAIL PROTECTED] *