[cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: 2006-08-31 Mark Wielaard [EMAIL PROTECTED] *

[cp-patches] FYI: SocketPermission tweak

2006-08-31 Thread Gary Benson
Hi all, This commit makes java.net.SocketPermission()'s constructor use localhost when called with an empty hostport argument as mandated by the spec. Cheers, Gary Index: ChangeLog === RCS file:

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Roman Kennke
Hi Mark, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This might be ok now, but won't work when the ZoneView is finished.

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi Roman, On Thu, 2006-08-31 at 13:57 +0200, Roman Kennke wrote: gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This

[cp-patches] FYI: JEditorPane scrolling fixes

2006-08-31 Thread Roman Kennke
This fixes/enables scrolling for JEditorPane. 2006-08-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/JEditorPane.java (getPreferredSize): Replace preferred size with minimum UI size only if the scrollable does _not_ track the viewport size and only if the

[cp-patches] Install default.css

2006-08-31 Thread Andreas Tobler
Hello, this patchlet fixes the install of the default.css (and other future .css files). Now we can run the html swing demo. Ok? Andreas 2006-08-31 Andreas Tobler [EMAIL PROTECTED] * lib/Makefile.am (cssfiles): Add new rule to install css files. Index: lib/Makefile.am

Re: [cp-patches] fix darwin cvs build

2006-08-31 Thread Andreas Tobler
Tom Tromey wrote: Andreas == Andreas Tobler [EMAIL PROTECTED] writes: Andreas the attached patch fixes the current cvs on darwin-ppc. Not tested on Andreas functionality yet. But it builds :) This mostly looks ok to me. I just had one question. Andreas +#if defined (HAVE_MSG_NOSIGNAL)

Re: [cp-patches] fix darwin cvs build

2006-08-31 Thread Tom Tromey
Andreas Ok with this change ? Yes, thanks. Tom

Re: [cp-patches] FYI: SocketPermission tweak

2006-08-31 Thread Tom Tromey
Gary == Gary Benson [EMAIL PROTECTED] writes: Gary This commit makes java.net.SocketPermission()'s constructor use Gary localhost when called with an empty hostport argument as mandated Gary by the spec. Do we want this in GCC 4.2? Or FC6? Tom

[cp-patches] FYI: More CSS support

2006-08-31 Thread Roman Kennke
Here comes support for the CSS margin(-*) and text-align attributes, which makes tags that use this (like the h* and center tags) look more reasonable. 2006-08-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/BoxView.java (getWidth): Return the width with insets added,

[cp-patches] [PATCH/jvmti.h] Fix some typos

2006-08-31 Thread Keith Seitz
Hi, I received this patch from Martin Platter a while ago. Since he has not submitted it here, I am checking it in myself. All it does is fix several typos in include/jvmti.h. Keith ChangeLog 2006-08-31 Keith Seitz [EMAIL PROTECTED] From Martin Platter [EMAIL PROTECTED]:

[cp-patches] [PATCH/JVMTI] Include jvmti_md.h

2006-08-31 Thread Keith Seitz
Hi, This simple patch simply includes another header file to actually give the VM a chance to define all those nice macros that are in jvmti.h! Keith ChangeLog 2006-08-31 Keith Seitz [EMAIL PROTECTED] * include/jvmti.h: Include jvmti_md.h. Index: include/jvmti.h