[kaffe] CVS kaffe (jserv): Add some successes and entry to Nano-X
AWT backend.
Kaffe CVS
cvs-commits at kaffe.org
Mon Feb 7 22:47:03 PST 2005
PatchSet 5504
Date: 2005/02/08 06:41:24
Author: jserv
Branch: HEAD
Tag: (none)
Log:
Add some successes and entry to Nano-X AWT backend.
2005-02-08 Jim Huang <jserv at kaffe.org>
* WHATSNEW: Add some successes.
* FAQ/FAQ.awt: Add entry to Nano-X AWT backend.
Members:
ChangeLog:1.3548->1.3549
WHATSNEW:1.38->1.39
FAQ/FAQ.awt:1.12->1.13
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3548 kaffe/ChangeLog:1.3549
--- kaffe/ChangeLog:1.3548 Tue Feb 8 00:35:18 2005
+++ kaffe/ChangeLog Tue Feb 8 06:41:24 2005
@@ -1,3 +1,9 @@
+2005-02-08 Jim Huang <jserv at kaffe.org>
+
+ * WHATSNEW: Add some successes.
+
+ * FAQ/FAQ.awt: Add entry to Nano-X AWT backend.
+
2005-02-08 Dalibor Topic <robilad at kaffe.org>
* WHATSNEW: Updated.
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.38 kaffe/WHATSNEW:1.39
--- kaffe/WHATSNEW:1.38 Tue Feb 8 00:43:07 2005
+++ kaffe/WHATSNEW Tue Feb 8 06:41:29 2005
@@ -5,9 +5,14 @@
------------------------------------------------------
* Resynced with latest GNU Classpath.
-* GNU Classpath's implementation of Swing has been merged.
* Added GNU EmbbededWindow extension from GNU Classpath.
* gcjwebplugin is known to work with the extension.
+* New AWT implementations representation.
+ * GNU Classpath's implementation of AWT/Swing has
+ been merged.
+ * New Nano-X AWT backend.
+ * Dynamic switch among existing AWT implementations
+ via command line options.
* Better stack pointer / stack size handling.
* JNI direct invocation fixes.
* Verifier moved to its own directory.
@@ -15,15 +20,16 @@
* New experimental Boehm-Weiser garbage collector.
* Merged in JIT3 for powerpc from JanosVM.
* Implemented weak references in the VM.
-* New Nano X AWT backend.
* KJC temporarily replaced by jikes.
* DNSJava, Jessie, JZLib and gjdoc merged in.
* Added some internationalization support to kaffe's
-executable (fr, zh_TW).
+ executable (fr, zh_TW).
* Compiler warning fixes.
* Tested in Ch environment.
* Fixes for NetBSD, OpenBSD, FreeBSD, Darwin.
* New ports to FreeBSD on x86-64 and Darwin on x86.
+* Some successes: Resin2, JSDL, SwingWT, gcjwebplugin,
+ ME4SE, MicroEmulator, VNCj, LwVCL, DirectFB kawt.
What's New in Kaffe 1.1.3
------------------------------------------------------
Index: kaffe/FAQ/FAQ.awt
diff -u kaffe/FAQ/FAQ.awt:1.12 kaffe/FAQ/FAQ.awt:1.13
--- kaffe/FAQ/FAQ.awt:1.12 Fri Feb 4 15:20:08 2005
+++ kaffe/FAQ/FAQ.awt Tue Feb 8 06:41:29 2005
@@ -124,6 +124,26 @@
More information on Qt is available from http://www.trolltech.com.
+* --with-kaffe-nanox-awt
+
+ a Nano-X based AWT backend. It uses famous Nano-X library provided
+ by Nano-X Window System (formly known as MicroWindows, the project
+ has been renamed to The Nano-X Window System, due to conflicts with
+ the Windows trademark registered by Microsoft.)
+
+ The latest version of Nano-X we developed with is 0.9.0, and it
+ should be API-compatible with earlier versions.
+
+ The initial Nano-X based AWT backend was written by Exor International
+ Inc. and Sinby Corporatin in 2001, and we have reviewed their design
+ and implementation to merge in.
+
+ To enable Nano-X based AWT backend, you should also pass the extra
+ two options to configure script, --with-nanox-includes and
+ --with-nanox-library, to specify the the corresponding Nano-X.
+
+ See http://www.microwindows.org/ for informations on Nano-X.
+
Troubleshooting
---------------
@@ -229,11 +249,6 @@
See this post for more information:
http://www.kaffe.org/pipermail/kaffe/2002-December/028462.html .
-
-* nano-X
-
-Available at
-http://www.sinby.com/en/developer/VirtualMachine/nano-X.html .
If you are interested in merging them in, contact the Kaffe Mailing
List on kaffe at kaffe.org.
More information about the kaffe
mailing list