Update of /project/cells-gtk/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv2912/public_html
Modified Files: index.html Log Message: News about CFFI. Date: Tue Jan 3 21:12:00 2006 Author: pdenno
Index: public_html/index.html diff -u public_html/index.html:1.11 public_html/index.html:1.12 --- public_html/index.html:1.11 Wed Nov 16 03:00:27 2005 +++ public_html/index.html Tue Jan 3 21:11:59 2006 @@ -74,12 +74,17 @@ <h1 id='news'>News</h1>
<ul> + <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 + to get things started. The new code has been tested with Lispworks 4.5 Pro/Linux, CLISP/Linux, and CMUCL/Linux. + If I didn't break anything, it also works CLISP/PC and Lispworks/PC. SBCL is probably an easy port.</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 <a href="ftp://common-lisp.net/pub/project/cells-gtk/libcellsgtk.dll">this for win32</a>. This is sort of experimental. If you have problems (e.g. with version mismatch) drop the - mailing list a note. + mailing list a note.</li>
<li> <strong>2005-10-08</strong> Some additional discussion in FAQ. Some work to implement DrawingArea is underway in CVS HEAD. @@ -103,9 +108,21 @@ <ul>
<li><strong>Tarballs:</strong> We intend to provide self-contained tarballs that are - snapshots of the CVS repository, and contain all the ancillary modules (cells, hello-c, ukt). - Here are the first two: + snapshots of the CVS repository, and contain all the ancillary modules (cells, cffi, etc). + Here are a few: <ul> + <li><a href="ftp://common-lisp.net/pub/project/cells-gtk/cells-gtk-2006-01-03.tgz">cells-gtk-2006-01-03.tgz</a> + <ul> + <li>Uses CFFI, not Hello-C (See "News" above).</li> + <li>Runs under CLISP.</li> + <li>Checks whether page of Notebook is already displayed</li> + <li>Provides a Makefile for libcellsgtk for Windows.</li> + <li>Provides more control over divider position in Pane widget.</li> + <li>Drawing widget implementation started.</li> + <li>Lots of minor stuff.</li> + <li><strong>NOTE:</strong> This has only been tested with Linux CLISP, Lispworks and CMUCL. + If it works elsewhere (which it should...I hope) drop the mailing list a note. + </ul> <li><a href="ftp://common-lisp.net/pub/project/cells-gtk/cells-gtk-2005-05-29.tgz">cells-gtk-2005-05-29.tgz</a> <ul> <li>ComboBoxes may now use a TreeModel; allows hierarchical arrangement of items. (requires libcellsgtk)</li>