summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Gilbert <david.gilbert@object-refinery.com>2005-11-02 10:04:00 +0000
committerDavid Gilbert <david.gilbert@object-refinery.com>2005-11-02 10:04:00 +0000
commit9b5d7bb14affece468301eb857c96e2fad3003bb (patch)
tree700da73a631cb51071d650380125458c60846bee /NEWS
parent7b9781f26c638f8fe6f2faf8368b0a228e42aa36 (diff)
downloadclasspath-9b5d7bb14affece468301eb857c96e2fad3003bb.tar.gz
2005-11-02 David Gilbert <david.gilbert@object-refinery.com>
* NEWS: added entries for javax.swing.plaf.metal.* package and updates to the gnu.classpath.examples.swing.Demo application, * AUTHORS: added my name to bring honour and glory to myself and all my descendants.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2eac895a4..8ebb50f2c 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,14 @@ New for the subsequent release:
It can flatten graphs and, at least for the simple cases, is interoperable
with Sun's jdk 1.5.
+* Significant progress has been made in the implementation of the
+ javax.swing.plaf.metal.* package, with most UI delegates in a working state
+ now. Please test this with your own applications and provide feedback that
+ will help us to improve this package.
+
+* The GUI demo (gnu.classpath.examples.swing.Demo) has been extended to
+ highlight various features in our free-swing implementation.
+
Runtime interface changes:
* Changed implementation of VMClassLoader.getPackage(s) : new method