[graphic-forms-cvs] r415 - in trunk: . docs/manual docs/website
junrue at common-lisp.net
junrue at common-lisp.net
Sun Dec 17 04:39:13 UTC 2006
Author: junrue
Date: Sat Dec 16 23:39:12 2006
New Revision: 415
Modified:
trunk/NEWS.txt
trunk/README.txt
trunk/docs/manual/legal.xml
trunk/docs/website/index.html
Log:
ACL port: doc updates
Modified: trunk/NEWS.txt
==============================================================================
--- trunk/NEWS.txt (original)
+++ trunk/NEWS.txt Sat Dec 16 23:39:12 2006
@@ -1,3 +1,8 @@
+
+. Graphic-Forms has been ported to Allegro CL 8.0.
+
+==============================================================================
+
Release 0.7.0 of Graphic-Forms, a Common Lisp library for Windows GUI
programming, is now available. This is an alpha release, meaning that
the feature set and API have not yet stabilized.
Modified: trunk/README.txt
==============================================================================
--- trunk/README.txt (original)
+++ trunk/README.txt Sat Dec 16 23:39:12 2006
@@ -43,8 +43,8 @@
Supported Common Lisp Implementations
-------------------------------------
-Graphic-Forms currently supports CLISP 2.40 or higher, LispWorks 4.4.6,
-and SBCL 0.9.15 or higher (with a small patch).
+Graphic-Forms currently supports Allegro CL 8.0, CLISP 2.40 or higher,
+LispWorks 4.4.6, and SBCL 0.9.15 or higher (with a small patch).
Known Problems
Modified: trunk/docs/manual/legal.xml
==============================================================================
--- trunk/docs/manual/legal.xml (original)
+++ trunk/docs/manual/legal.xml Sat Dec 16 23:39:12 2006
@@ -41,8 +41,8 @@
<bridgehead renderas="sect2">Trademarks</bridgehead>
<para role="normal">
- Windows® is a registered trademark of Microsoft Corporation. LispWorks
- is a trademark of LispWorks Ltd. All other trademarks used are owned by their
- respective owners.
+ Windows® is a registered trademark of Microsoft Corporation. Allegro CL®
+ is a registered trademark of Franz Inc. LispWorks® is a registered trademark of
+ LispWorks Ltd. All other trademarks used are owned by their respective owners.
</para>
</chapter>
Modified: trunk/docs/website/index.html
==============================================================================
--- trunk/docs/website/index.html (original)
+++ trunk/docs/website/index.html Sat Dec 16 23:39:12 2006
@@ -38,7 +38,7 @@
<p>The current version is
<a href="http://sourceforge.net/project/showfiles.php?group_id=163034">
- 0.7.0</a>, released on 1 December 2006.</p>
+ 0.8.0</a>, released on xx xxxxxxx 2007.</p>
<p>Graphic-Forms is in the alpha stage of development,
meaning new features are still being added and existing features require
@@ -47,6 +47,7 @@
<p>The supported Lisp implementations are:
<ul>
+ <li><a href="http://franz.com/">Allegro CL 8.0</a> or later</li>
<li><a href="http://clisp.cons.org/">CLISP 2.40</a> or later</li>
<li><a href="http://www.lispworks.com/">LispWorks 4.4.6</a></li>
<li><a href="http://www.sbcl.org/">SBCL 0.9.15</a> or later</li>
@@ -67,7 +68,8 @@
<p><b>Trademarks</b><br>
Windows® is a registered trademark of <a href="http://www.microsoft.com/">Microsoft</a>.
- LispWorks is a trademark of <a href="http://www.lispworks.com/">LispWorks Ltd</a>. All other
+ Allegro CL® is a registered trademark of <a href="http://franz.com/">Franz Inc</a>.
+ LispWorks® is a registered trademark of <a href="http://www.lispworks.com/">LispWorks Ltd</a>. All other
trademarks used are owned by their respective owners.</p>
<a href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=20959" width="88" height="31" border="0" alt="SourceForge Logo"></a><p/>
More information about the Graphic-forms-cvs
mailing list