Update of /project/cells-gtk/cvsroot/public_html In directory clnet:/tmp/cvs-serv7775/public_html
Modified Files: index.html Log Message: Announce in NEWS adds to CVS.
--- /project/cells-gtk/cvsroot/public_html/index.html 2006/06/01 14:14:21 1.27 +++ /project/cells-gtk/cvsroot/public_html/index.html 2006/06/07 17:20:10 1.28 @@ -74,13 +74,22 @@ <h1 id='news'>News</h1>
<ul> + <li> <strong>2006-06-07</strong> + <ul> + <li>Patches from Andras Simon allow Cells-GTK to load without complaints under + SBCL. (Tested under SBCL 0.9.12).</li> + <li>The patch also allows libcellsgtk.so to be located wherever it + was built, rather than having to copy it to /usr/lib, etc.</li> + <li>A version of Cells (What was called "Cells 2" at some point) was added to CVS. + Having our own copy should help keep things stable as Cells evolves.</li> + </ul> <li> <strong>2006-06-01</strong> Patches from Marco Gidde make Cells-GTK work better under SBCL. These patches were applied to the CVS repository, but are not in any snapshot yet. See the repository versions of gtk-ffi/gtk-utilities.lisp pod-utils/utils.lisp and gtk-ffi/gtk-ffi.lisp for the fixes, or read the <a href='http://common-lisp.net/pipermail/cells-gtk-devel/2006-May/000171.html'> - mail</a> from Marco. It includes the patches. + mail</a> from Marco. It includes the patches.</li> <li> <strong>2006-02-16</strong> Native CFFI now used in most of the code. There is a - <a href="ftp://common-lisp.net/pub/project/cells-gtk/cells-gtk-2006-02-16.tgz">snapshot release</a>. + <a href="ftp://common-lisp.net/pub/project/cells-gtk/cells-gtk-2006-02-16.tgz">snapshot release</a>.</li> <li> <strong>2006-01-03</strong> BIG NEWS! cells-gtk now runs under <a href="http://clisp.cons.org">CLISP</a> and uses <a href="http://common-lisp.net/project/cffi/">CFFI</a>, not Hello-c for its foreign function interface. The 2006-01-03 tarball reflects these changes. Especial thanks to Novikov Leonid, who did the CLISP port @@ -94,7 +103,7 @@ <a href="http://common-lisp.net/pipermail/cells-gtk-devel/2006-January.txt">note</a> in the cells-gtk-devel archive for January 2006. </ul> - If I didn't break anything, it also works with CLISP/PC and Lispworks/PC.</li> + If I didn't break anything, it also works with CLISP/Win32 and Lispworks/Win32.</li> <li> <strong>2005-11-15</strong> We now provide the win32 .dll and linux .so for libcellsgtk. They are: <a href="ftp://common-lisp.net/pub/project/cells-gtk/libcellsgtk.so">this for linux</a> and