2022-08-03 10:39:03 -04:00
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
< html >
< head >
< title > STk News< / title >
< / head >
2022-08-03 11:06:40 -04:00
< body BACKGROUND = "Images/texture.gif" >
2022-08-03 10:39:03 -04:00
< TABLE WIDTH = "100%" > < TR >
< TD ALIGN = LEFT VALIGN = TOP WIDTH = "20%" NOWRAP >
2022-08-03 10:42:46 -04:00
< IMG SRC = http://kaolin.unice.fr/STk/Images/STk-tiny.gif >
2022-08-03 10:39:03 -04:00
< P >
< BR > < A HREF = http://kaolin.unice.fr/STk/STk.html > STk home< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/distribution.html > Source Release< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/Binary > Binary Release< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/news.html > News< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/documentation.html > Documentation< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/FAQ > FAQ< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/archives.html > Mailing List< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/screenshots.html > Screenshots< / A >
< BR > < A HREF = http://kaolin.unice.fr/STk/Contribs > Contributions< / A > < / TD >
< TD ALIGN = LEFT VALIGN = TOP WIDTH = "80%" >
< center > < h1 > < IMG SRC = http://kaolin.unice.fr/STk/Images/LineLeft.gif > STk News < IMG SRC = http://kaolin.unice.fr/STk/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
2022-08-03 10:42:46 -04:00
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 >
2022-08-03 10:39:03 -04:00
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 >
2022-08-03 10:42:46 -04:00
This release is mainly a bugfix relase. Main changes/modifications since 4.0.0 are:
2022-08-03 10:39:03 -04:00
< ul >
< quote >
2022-08-03 10:42:46 -04:00
< li > Integration of final SRFI 9
< li > Documentation enhancement
< li > Bug fixes
2022-08-03 10:39:03 -04:00
< / 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.
2022-08-03 10:42:46 -04:00
2022-08-03 10:39:03 -04:00
< li > Integration of some finals SRFI (0, 2, 6, 8)
2022-08-03 10:42:46 -04:00
2022-08-03 10:39:03 -04:00
< li > define-syntax (but not let-syntax and let-syntax*)
2022-08-03 10:42:46 -04:00
2022-08-03 10:39:03 -04:00
< 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)
2022-08-03 10:42:46 -04:00
< 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.
2022-08-03 10:39:03 -04:00
< 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 >
2022-08-03 10:42:46 -04:00
< / TABLE > < P >
2022-08-03 10:39:03 -04:00
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 >
2022-08-03 10:42:46 -04:00
< li > Tk level is 8.0.3 (the latest stable Tk release)
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< 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
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Method and generic function editor
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > A class browser (type < tt > "(class-browser)" < / tt > to access it)
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Some new manual pages
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Base64 Encoding/Decoding extension
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Locale extension to treat strings and character using locale
information
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Better installation scripts (+ some corrections)
2022-08-03 10:39:03 -04:00
2022-08-03 10:42:46 -04:00
< li > Bug corrections
2022-08-03 10:39:03 -04:00
< / 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 >
2022-08-03 10:42:46 -04:00
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
2022-08-03 10:39:03 -04:00
< 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 >
2022-08-03 10:42:46 -04:00
This release is mainly a bug fix release. STk-3.99.0 had some
2022-08-03 10:39:03 -04:00
installations problems which should be corrected now.
2022-08-03 10:42:46 -04:00
You can also find here the < A HREF = http://kaolin.unice.fr/STk/announce.html > announce< / A > and the
2022-08-03 10:39:03 -04:00
< 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 >
2022-08-03 10:42:46 -04:00
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
2022-08-03 10:39:03 -04:00
< 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 >
2022-08-03 10:42:46 -04:00
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)
2022-08-03 10:39:03 -04:00
< / li >
< li > < b > < A HREF = /STk/Contribs/tutorial.tar.gz > /STk/Contribs/tutorial.tar.gz< / A > < / b >
2022-08-03 10:42:46 -04:00
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)
2022-08-03 10:39:03 -04:00
< / 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 >