summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-07-31 19:01:27 +0000
committerRoman Kennke <roman@kennke.org>2006-07-31 19:01:27 +0000
commit40393c2672e593e85b04d97c7ab9ff66b1b4beb1 (patch)
tree2faeaddbd63b1f355c74b181a7996ec85dc6c3d6 /NEWS
parente2c62e1af9826d4dbef2ca307b95745d7c34f948 (diff)
downloadclasspath-40393c2672e593e85b04d97c7ab9ff66b1b4beb1.tar.gz
2006-07-31 Roman Kennke <kennke@aicas.com>
* NEWS: Added note about the X peers. * INSTALL: Added install notes about the X peers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab703e671..5029f4591 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,12 @@ New in release 0.92 (UNRELEASED)
* javax.sound.midi providers have been added to read and
write standard MIDI files.
* New Java Virtual Machine Tool Interface header, jvmti.h.
+* AWT peers for X Windows based on Escher (a pure Java X protocol
+ implementation) have been added. So far it supports AWT 1.1 style
+ Graphics, image loading via ImageIO (PNG, GIF and BMP images in this
+ release), top level components as well as mouse and keyboard input.
+ It is capable of running many Swing applications. Graphics2D and
+ AWT widgets are not yet supported.
Runtime interface changes: