[graphic-forms-cvs] r209 - in trunk: . docs/manual
junrue at common-lisp.net
junrue at common-lisp.net
Fri Aug 11 19:47:54 UTC 2006
Author: junrue
Date: Fri Aug 11 15:47:54 2006
New Revision: 209
Modified:
trunk/NEWS.txt
trunk/README.txt
trunk/docs/manual/overview.texinfo
Log:
added note about SBCL support
Modified: trunk/NEWS.txt
==============================================================================
--- trunk/NEWS.txt (original)
+++ trunk/NEWS.txt Fri Aug 11 15:47:54 2006
@@ -1,4 +1,12 @@
+
+. SBCL 0.9.15 is now a supported Common Lisp implementation. Graphic-Forms
+ includes a small patch to enable the stdcall calling convention for alien
+ callbacks, located in src/external-libraries/sbcl-callback-patch
+
+
+==============================================================================
+
Release 0.4.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 Fri Aug 11 15:47:54 2006
@@ -37,7 +37,8 @@
Supported Common Lisp Implementations
-------------------------------------
-Graphic-Forms currently supports CLISP 2.38 and LispWorks 4.4.6.
+Graphic-Forms currently supports CLISP 2.38, LispWorks 4.4.6, and SBCL 0.9.15
+(the latter with a small patch).
Known Problems
Modified: trunk/docs/manual/overview.texinfo
==============================================================================
--- trunk/docs/manual/overview.texinfo (original)
+++ trunk/docs/manual/overview.texinfo Fri Aug 11 15:47:54 2006
@@ -52,8 +52,11 @@
Graphic-Forms is currently developed and tested with:
@itemize @bullet
- at item CLISP 2.38
+ at item CLISP 2.38 or later
@item LispWorks 4.4.6
+ at item SBCL 0.9.15 or later at footnote{a small patch to enable the
+ at sc{stdcall} calling convention for callbacks is temporarily
+bundled with Graphic-Forms, see @code{src/external-libraries/sbcl-callback-patch/}}
@end itemize
@@ -61,7 +64,7 @@
@itemize @bullet
@item XP SP2
- at item Vista (testing on Beta 2 is in-progress as of this release)
+ at item Vista at footnote{testing on Beta 2 is in-progress as of this release}
@end itemize
More information about the Graphic-forms-cvs
mailing list