summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-03-24 11:42:39 +0000
committerMark Wielaard <mark@klomp.org>2006-03-24 11:42:39 +0000
commit134d0e3aa6e9dde949c1e7f2cde8e07fccb49e2a (patch)
tree2255a7f5a8dab6e9c0e6de110f187549f2c401cc /NEWS
parent570bcc48d0baf8f74c2237636eb427774cba7a9f (diff)
downloadclasspath-134d0e3aa6e9dde949c1e7f2cde8e07fccb49e2a.tar.gz
* NEWS: Add cursor and selection improvements.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 320ed5315..9ac38291b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,14 @@ New in release 0.91 (UNRELEASED)
jobs and support for client-formatted print data. An example application
(see: examples/gnu/classpath/examples/print/Demo) has been added to show
the API usage for service discovery and printing of files.
+* The GTKToolkit now gives access to the both the system clipboard and
+ system selection.
+* Custom mouse cursor support has been added to the gtk+ peers. And cursors
+ can now also be set on light-weight components.
* Free Swing improvements: Support for OceanTheme has been mostly completed
- and turned on as default Metal theme.
+ and turned on as default Metal theme. X11-style Copy and Paste behavior in
+ text components with the middle mouse button. Support cursor changes on
+ various components when resizing.
Runtime interface changes: