239 lines
6.7 KiB
HTML
239 lines
6.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<head>
|
|
<title>STk News</title>
|
|
</head>
|
|
<body BACKGROUND="Images/texture.gif">
|
|
<TABLE WIDTH="100%"><TR>
|
|
<TD ALIGN=LEFT VALIGN=TOP WIDTH="20%" NOWRAP>
|
|
<IMG SRC="Images/STk-tiny.gif">
|
|
<P>
|
|
<BR><A HREF="./">STk home</A>
|
|
<BR><A HREF="distribution.html">Source Release</A>
|
|
<BR><A HREF="Binary/">Binary Release</A>
|
|
<BR><A HREF="news.html">News</A>
|
|
<BR><A HREF="documentation.html">Documentation</A>
|
|
<BR><A HREF="FAQ/">FAQ</A>
|
|
<BR><A HREF="archives.html">Mailing List</A>
|
|
<BR><A HREF="screenshots.html">Screenshots</A>
|
|
<BR><A HREF="Contribs/">Contributions</A></TD>
|
|
<TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">
|
|
<center><h1><IMG SRC="Images/LineLeft.gif"> STk News <IMG SRC="Images/LineRight.gif"></h1></center><pre>
|
|
|
|
|
|
</pre>
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Jan 17 2001: A new Scheme System</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
A snapshot of the successor of <B>STk</B> (called <B>STklos</B>) is now
|
|
available at the following URL <A HREF=http://kaolin.unice.fr/STklos>http://kaolin.unice.fr/STklos</A>. Beware that it is in <I>work in progress</I>
|
|
quality package.
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Oct 1 1999: STk 4.0.1 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
This release is mainly a bugfix relase. Main changes/modifications since 4.0.0 are:
|
|
<ul>
|
|
<quote>
|
|
<li> Integration of final SRFI 9
|
|
<li> Documentation enhancement
|
|
<li> Bug fixes
|
|
</quote>
|
|
</ul>
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Sep 5 1999: STk 4.0 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
Main changes/modifications since 3.99.3 are:
|
|
<ul>
|
|
<quote>
|
|
<li> New <B>Scroll-Frame</B> and <B>Toolbar</B> STklos classes.
|
|
|
|
<li> Integration of some finals SRFI (0, 2, 6, 8)
|
|
|
|
<li> define-syntax (but not let-syntax and let-syntax*)
|
|
|
|
<li> New License Policy (request for commercial apps no more needed).
|
|
|
|
<li> Lot of bug fixes (mainly on Win32)
|
|
</quote>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Feb 2 1999: STk 3.99.4 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
Main changes/modifications since 3.99.3 are:
|
|
|
|
<ul>
|
|
<quote>
|
|
|
|
<li> Works on Windows too (need some more testing, since this is
|
|
far form perfect)
|
|
|
|
<li> A console mode (which is used by default on Windows, but can
|
|
be used with the -console option on Unix)
|
|
|
|
<li> A new editor with Scheme fontification and indentation
|
|
|
|
<li> New kind of ports: virtual ports
|
|
|
|
<li> All the code dealing with files has been rewritten.
|
|
|
|
<li> As usual, some bug corrections
|
|
</quote>
|
|
</ul>
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Feb 1 1999: A New contribution</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
This contribution from <A HREF=mailto:imw@acm.org>Ian Wild</A> allows you to use
|
|
CL-style lambda lists into STk.
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Sep 30 1998: STk 3.99.3 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
Mains changes/modifications since 3.99.2 are:
|
|
<ul>
|
|
<quote>
|
|
<li> Tk level is 8.0.3 (the latest stable Tk release)
|
|
|
|
<li> New STklos Classes:
|
|
<B>Hierarchy-tree</B> and <B>Hierarchy-item</B> to draw
|
|
hierarchy such as files/directories, class/metaclasses ...,
|
|
<B>Notepad</B>,
|
|
<B>Scheme-text</B> which extends <B>Text</B> to "font-lockify"
|
|
Scheme buffers
|
|
|
|
<li> Method and generic function editor
|
|
|
|
<li> A class browser (type <tt> "(class-browser)" </tt> to access it)
|
|
|
|
<li> Some new manual pages
|
|
|
|
<li> Base64 Encoding/Decoding extension
|
|
|
|
<li> Locale extension to treat strings and character using locale
|
|
information
|
|
|
|
<li> Better installation scripts (+ some corrections)
|
|
|
|
<li> Bug corrections
|
|
</quote>
|
|
</ul>
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Jun 9 1998: STk 3.99.2 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
This release is mainly a bug fix release.
|
|
You can also find here the <A HREF=http://kaolin.unice.fr/STk/announce.html>announce</A> and the
|
|
<A HREF=http://kaolin.unice.fr/STk/changes.html>changes</A> from the previous stable release.
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Apr 30 1998: STk 3.99.1 Release</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
This release is mainly a bug fix release. STk-3.99.0 had some
|
|
installations problems which should be corrected now.
|
|
You can also find here the <A HREF=http://kaolin.unice.fr/STk/announce.html>announce</A> and the
|
|
<A HREF=http://kaolin.unice.fr/STk/changes.html>changes</A> from the previous stable release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Apr 21 1998: New contribution</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
This contribution comes from <<A HREF=mailto:shiro@pop.lava.net>Shiro Kawai</A>>
|
|
and might be generallyuseful, but especially for writing CGI scripts in Scheme.
|
|
Some of them have accompanying HTML documentation.
|
|
<br>
|
|
This package is called <A HREF=ftp://kaolin.unice.fr/pub/STk/Contribs/squareusa-scheme.tar.gz>squareusa-scheme.tar.gz</A> and is available form the Contributions directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Apr 10 1998: Release 3.99.0 is out</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
The new release of STk is out. You can find the here the
|
|
<A HREF=http://kaolin.unice.fr/STk/announce.html>announce</A> and the
|
|
<A HREF=http://kaolin.unice.fr/STk/changes.html>changes</A> from previous release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Mar 29 1998: New contributions</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
There are two new contributions available:
|
|
<ul>
|
|
<li> <b> <A HREF=/STk/Contribs/faxrecvq-4.4.tar.gz>/STk/Contribs/faxrecvq-4.4.tar.gz</A></b>
|
|
This is a simple (but IMHO useful) front end to the hfaxd daemon of
|
|
Hylafax 4.x to let one read, order, file, print received fax.
|
|
<br>
|
|
<i>Contributor</i>: Walter Pelissero (wcp@lpds.sublink.org)
|
|
</li>
|
|
<li> <b> <A HREF=/STk/Contribs/tutorial.tar.gz>/STk/Contribs/tutorial.tar.gz</A></b>
|
|
This is a set of interactive lessons to study <B>STklos</B> and its
|
|
application to the programming with Tk Toolbox.
|
|
<br>
|
|
<i>Contributor</i>: Jacques Chazarain (jmch@unice.fr)
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<TABLE COLS=1 WIDTH="100%" BGCOLOR="#000000">
|
|
<TR><TD><FONT COLOR="#FFFFFF"><B>Mar 28 1998: Web Server revival</B></FONT></TD></TR>
|
|
</TABLE><P>
|
|
|
|
After nearly two motnths of lethargy the <B>STk</B> server is back.
|
|
</TR>
|
|
</TABLE><HR><FONT SIZE=-1>This page is maintained by <A HREF=mailto:eg _@_ unice.fr>Erick Gallesio</A><BR>Last update Wed Jan 17 20:35:28 CET 2001
|
|
</font></BODY>
|
|
</HTML>
|