summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2005-11-02 19:53:26 +0000
committerAndreas Tobler <a.tobler@schweiz.org>2005-11-02 19:53:26 +0000
commitdb65a0134ca1d232231667bb4b0ec03bdd9e9b27 (patch)
treed7bec25e4d7a321abfe82c64aadab4eae203fe40
parent0a44c78a49d25d3fbcd07474de3393d895c19031 (diff)
downloadclasspath-db65a0134ca1d232231667bb4b0ec03bdd9e9b27.tar.gz
2005-11-02 Andreas Tobler <a.tobler@schweiz.ch>generics-merge-20051102
* NEWS: Mention Qt4 configury for OS-X.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33eff65d8..b17b7c326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-02 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * NEWS: Mention Qt4 configury for OS-X.
+
2005-11-02 Roman Kennke <kennke@aicas.com>
* NEWS: Added some news items regarding my Swing work.
diff --git a/NEWS b/NEWS
index 2c9979d74..336ecb8e3 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,11 @@ New for the subsequent release:
IIOP protocol. The current implementation is capable for remote invocations,
transferring various Serializables and Externalizables via RMI-IIOP protocol.
It can flatten graphs and, at least for the simple cases, is interoperable
- with Sun's jdk 1.5.
+ with Sun's jdk 1.5.
+
+* Qt4 configury switches for OS-X. Additional to the --enable-qt-peer, OS-X
+ users with a Qt4 installation can build the qt-peers with the argument
+ --with-qt4dir=<Qt4-installation-dir>.
* Significant progress has been made in the implementation of the
javax.swing.plaf.metal.* package, with most UI delegates in a working state