Hi Andrew,
Andrew John Hughes wrote:
On Sun, 2005-12-04 at 14:11 +0100, Nicolas Geoffray wrote:
Here's a fix that eases implementation of the
VMInstrumentationImpl.redefineClasses
method. The VM might not want to keep the Instrument object, therefore
it must
be given explicitely to the VM
This fixes the bug #22884.
ChangeLog:
2006-01-14 Ito Kazumitsu <[EMAIL PROTECTED]>
Fixes bug #22884
* gnu/regexp/RE.java(initialize): Parse embedded flags.
* gnu/regexp/RESyntax.java(RE_EMBEDDED_FLAGS): New syntax bit.
Index: classpath/gnu/regexp/RE.java
===
Here comes a first prototypical implementation of AWT peers based on
Swing. This is not a complete AWT toolkit implementation and cannot be.
It only provides a couple of AWT widgets (only the very basic ATM). The
following screenshot is a small AWT program that runs with these peers:
http://kennke
On Sun, 2005-12-04 at 14:11 +0100, Nicolas Geoffray wrote:
> Here's a fix that eases implementation of the
> VMInstrumentationImpl.redefineClasses
> method. The VM might not want to keep the Instrument object, therefore
> it must
> be given explicitely to the VMInstrumentationImpl.redefineClasses
Hi Mark,
sorry for the late response.
Mark Wielaard wrote:
Hi Wolfgang,
On Fri, 2005-12-30 at 14:07 +0100, Wolfgang Baer wrote:
2005-12-30 Wolfgang Baer <[EMAIL PROTECTED]>
* javax/print/attribute/standard/package.html: Added description.
* javax/print/attribute/standard/M
While working on my peer set, I thought it would be nice to have the
ComponentPeer interface a little better documented. So I did it.
2006-01-13 Roman Kennke <[EMAIL PROTECTED]>
* java/awt/peer/ComponentPeer.java: Added API docs all over.
/Roman
Index: java/awt/peer/ComponentPeer.java
I also reformatted java.awt.Frame to match our coding style.
2006-01-13 Roman Kennke <[EMAIL PROTECTED]>
* java/awt/Frame.java: Reformatted to better match our
coding style.
/Roman
Index: java/awt/Frame.java
===
RC
I reformatted the java.awt.MenuBar to better match our coding style.
2006-01-13 Roman Kennke <[EMAIL PROTECTED]>
* java/awt/MenuBar.java: Reformatted to better match our
coding style.
/Roman
Index: java/awt/MenuBar.java
==
This fixes some warnings that were pointed out by Eclipse in
java.awt.MenuBar.
2006-01-13 Roman Kennke <[EMAIL PROTECTED]>
* java/awt/MenuBar.java
(accessibleContext): Removed unnecessary field. This is already
defined in MenuComponent.
(setHelpMenu): Renamed the
This is the second part for the old (1.0) style AWT event handling. The
problem that is fixed here is that events that are targetted at menu
components (like ActionEvents) must be forwarded along the parent chain
and finally must end up in the frame that holds the menu bar (I have an
application he
Hi,
this is the first patch that I commit to make our AWT more compatible
with the 1.0-style event handling. It moves some code from
dispatchEventImpl to dispatchEvent and fixes translateEvent() to also be
usable for MenuComponent events.
2006-01-13 Roman Kennke <[EMAIL PROTECTED]>
* j
Another small fix.
2006-01-13 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/text/DefaultStyledDocument.java
(createDefaultRoot): Removed FIXME.
(setLogicalStyle): Added fireUndoableEditUpdate call and
removed FIXME.
On Fri, 2006-01-13 at 14:34 -0500, Lillian
> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes:
>> sounds like your VM is not installing the additional Providers:
>> GnuSecurity and GnuCrypto. the patch includes a modification to the
>> classpath.security resource file to add the above.
Tom> Ugh, I thought the patch contained
I changed the class so all the addEdit calls are all done after
insertUpdate is called. This fixes some mauve regressions.
2006-01-13 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/text/DefaultStyledDocument.java
(Edit): New inner class.
(changeUpdate): Changed addEdit
> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes:
Raif> Tom Tromey, some time ago, worked on Jalopy, to customize it to suit GNU
Raif> formatting standard purposes. he may be able to shed some light on the
Raif> tool's fitness for this purpose. if it works that can solve this issue
Ra
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:
Mark> there is a somewhat unfortunate situation on the generics branch with
Mark> Modifier.toString() which takes a StringBuffer on the trunk, but a
Mark> StringBuilder on the branch. Officially this isn't part of the Vm
Mark> interface, bu
And now it is official!
2006-01-13 Mark Wielaard <[EMAIL PROTECTED]>
* doc/www.gnu.org/announce/20060113.wml: New file.
* doc/www.gnu.org/newsitems.txt: Add 0.20 release announcement.
* doc/www.gnu.org/downloads/downloads.wml: Add 0.20.
Committed,
Mark
Inde
Ugh! Attached wrong patch.. here is the correct one.
Lillian
On Fri, 2006-01-13 at 11:21 -0500, Lillian Angel wrote:
> Cleaned up the code in DefaultStyledDocument.
>
> 2006-01-13 Lillian Angel <[EMAIL PROTECTED]>
>
> * javax/swing/text/DefaultStyledDocument.java:
> Removed
Cleaned up the code in DefaultStyledDocument.
2006-01-13 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/text/DefaultStyledDocument.java:
Removed unused fields.
(insert): Removed unused fields.
(endEdit): Removed, not needed.
(insertUpdate): Removed call
Hi,
there is a somewhat unfortunate situation on the generics branch with
Modifier.toString() which takes a StringBuffer on the trunk, but a
StringBuilder on the branch. Officially this isn't part of the Vm
interface, but there are runtimes that override the Method, Constructor
and Field classes a
Hi Ito,
On Wed, 2006-01-11 at 01:08 +0900, Ito Kazumitsu wrote:
> This fixes the bug #22802.
>
> ChangeLog:
> 2006-01-10 Ito Kazumitsu <[EMAIL PROTECTED]>
>
> Fixes bug #22802
> * gnu/regexp/RE.java(initialize): Fixed the parsing of
> character classes within a subexpression.
Hi,
2005-01-13 Mark Wielaard <[EMAIL PROTECTED]>
* configure.ac: Set version to 0.20.
* NEWS: Add entries for all the new work done.
We are almost done. Sorry for all the omissions in the NEWS file.
Obviously a lot more has happened then what I summarized. Please do add
your ow
Hi,
BeanShell is throwing some nasty AssertionErrors in DefaultCaret. I am
not investigating this further or fixing it since BeanShell wasn't
really working that well before with 0.19. Although we seem pretty close
now (try the BeanShell Class Browser!). This is just to give us better
exceptions i
This removes some debugging output I forgot to remove before. Sorry
about that.
2006-01-13 Chris Burdess <[EMAIL PROTECTED]>
* gnu/xml/xpath/NameTest.java: Removed debugging output.
--
犬 Chris Burdess
"They that can give up essential liberty to obtain a little safety
deserve neither
Hi,
I checked in the attached patch.
Regards,
Jeroen
2005-01-13 Jeroen Frijters <[EMAIL PROTECTED]>
* java/security/Security.java
(getProperty): Added hack to skip security check when trusted
code is direct caller.
Index: java/security/Security.java
===
25 matches
Mail list logo