This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: gcj news items for web page


I'm checking this in.

This adds some news items to the gcj web page.
These are just a couple things I thought of; if you know something I
left out, let me know (or add it yourself).

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* index.html: Added news items.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.152
diff -u -r1.152 index.html
--- index.html 7 Feb 2005 22:46:25 -0000 1.152
+++ index.html 19 Feb 2005 01:11:15 -0000
@@ -83,6 +83,22 @@
 <!-- News entries start here -->
 
 <tr><td valign="top">
+<b>February 15, 2005</b>
+</td><td>
+Thomas Fitzsimmons has checked in an implementation of libjawt, the
+AWT Native interface.  Among other things, this enables the JOGL
+(OpenGL for Java) bindings to work.
+</td></tr>
+
+<tr><td valign="top">
+<b>February 1, 2005</b>
+</td><td>
+We've merged GNU JAXP into the core.  This includes many classes
+in <code>javax.xml</code>, plus updated versions
+of <code>org.xml.sax</code> and <code>org.w3c.dom</code>.
+</td></tr>
+
+<tr><td valign="top">
 <b>November 25, 2004</b>
 </td><td>
 John David Anglin checked in <a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]