Clean up whitespace

This commit is contained in:
Lassi Kortela 2022-08-03 17:42:46 +03:00
parent 7a7585904c
commit df0faa30eb
12 changed files with 203 additions and 203 deletions

View File

@ -137,7 +137,7 @@ You can find a copy of <B>STk</B> at the following URL: <A HREF=ftp://kaolin.uni
<H2>STk home page</H2>
Look at <A HREF=http://kaolin.unice.fr/STk/STk.html>http://kaolin.unice.fr/STk/STk.html</A>
Look at <A HREF=http://kaolin.unice.fr/STk/STk.html>http://kaolin.unice.fr/STk/STk.html</A>
<H2>Mailing list</H2>

View File

@ -69,7 +69,7 @@
given with the new :environment option.
<li> New metaclass: &lt;Tk-composite-toplevel&gt;. This is identical to
the class &lt;Tk-composite-widget&gt;, except that the widget lives
the class &lt;Tk-composite-widget&gt;, except that the widget lives
in its own toplevel window.
<li> make-image simplifies the usage of Tk images and uses a cache,
@ -87,18 +87,18 @@
<li> The MOP of <B>STklos</B> is now very similar to the CLOS one. Here are some
of the new features:
<ul>
<li> when a slot does not exists, the gf slot-missing is called
<li> when a unbound slot is read, the gf slot-unbound is called
<li> when a slot does not exists, the gf slot-missing is called
<li> when a unbound slot is read, the gf slot-unbound is called
<li> new generic functions slot-ref-using-class,
slot-set-using-class,
slot-bound-using-class?, slot-exists-using-class?,
slot-definition-name, slot-definition-options,
slot-definition-allocation, slot-definition-getter,
slot-definition-setter, slot-definition-accessor,
generic-function-name, generic-function-methods,
method-generic-function, method-specializers
method-procedure, remove-method
change-object-class
slot-set-using-class,
slot-bound-using-class?, slot-exists-using-class?,
slot-definition-name, slot-definition-options,
slot-definition-allocation, slot-definition-getter,
slot-definition-setter, slot-definition-accessor,
generic-function-name, generic-function-methods,
method-generic-function, method-specializers
method-procedure, remove-method
change-object-class
</ul>
<li> When a class is redefined, the instances and methods which uses it
@ -130,7 +130,7 @@
default. This feature can be used for initializing the X11 resource
database. for instance you can have
<quote>
STk*LabeledEntry*Entry*Background: white
STk*LabeledEntry*Entry*Background: white
</quote>
in your .Xdefaults file to set the default value of background of
the entry of a &lt;Labeled-entry&gt; widget.

View File

@ -27,33 +27,33 @@ Various documents are available for <B>STk</B>. Most of the documents listed in
this page are also available in the Source distribution.
<ul>
<li> <B>STk Reference Manual</B> is available in
<ul>
<ul>
<li> <b>PDF</b> (version 4.0.0 only) <A HREF=Doc/STk.pdf>STk.pdf</A>
The pdf version is brought to you thanks to
TOKUNAGA Takenobu &lt;take@cl.cs.titech.ac.jp&gt;
The pdf version is brought to you thanks to
TOKUNAGA Takenobu &lt;take@cl.cs.titech.ac.jp&gt;
<li> <b>Postscript</b>
(the A4 version is also available in the source package)
<ul>
<li> <A HREF=Doc/reference.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/reference-letter.ps.gz>letter format</A> </li>
<li> <b>Postscript</b>
(the A4 version is also available in the source package)
<ul>
<li> <A HREF=Doc/reference.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/reference-letter.ps.gz>letter format</A> </li>
</ul>
<li> <b>DVI</b> (only in A4 format)
<li> <b>DVI</b> (only in A4 format)
<A HREF=Doc/reference.dvi>reference.dvi</A>
</ul>
</ul>
</li>
<p>
<p>
<li> <B>STk FAQ</B> is available in
<ul>
<li> <b>Postscript</b> (the A4 version is also available in the source package)
<ul>
<li> <A HREF=Doc/FAQ.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/FAQ-letter.ps.gz>letter format</A> </li>
</ul>
<li> <b>DVI</b> (only in A4 format)
<A HREF=Doc/FAQ.dvi>FAQ.dvi</A>
</ul>
The <A HREF=FAQ>FAQ</A> can also be browsed from this page.
<li> <b>Postscript</b> (the A4 version is also available in the source package)
<ul>
<li> <A HREF=Doc/FAQ.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/FAQ-letter.ps.gz>letter format</A> </li>
</ul>
<li> <b>DVI</b> (only in A4 format)
<A HREF=Doc/FAQ.dvi>FAQ.dvi</A>
</ul>
The <A HREF=FAQ>FAQ</A> can also be browsed from this page.
</li>
</TR>

View File

@ -117,29 +117,29 @@ CL-style lambda lists into STk.
Mains changes/modifications since 3.99.2 are:
<ul>
<quote>
<li> Tk level is 8.0.3 (the latest stable Tk release)
<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> 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> Method and generic function editor
<li> A class browser (type <tt> "(class-browser)" </tt> to access it)
<li> A class browser (type <tt> "(class-browser)" </tt> to access it)
<li> Some new manual pages
<li> Some new manual pages
<li> Base64 Encoding/Decoding extension
<li> Base64 Encoding/Decoding extension
<li> Locale extension to treat strings and character using locale
information
<li> Locale extension to treat strings and character using locale
information
<li> Better installation scripts (+ some corrections)
<li> Better installation scripts (+ some corrections)
<li> Bug corrections
<li> Bug corrections
</quote>
</ul>
@ -209,16 +209,16 @@ The new release of STk is out. You can find the here the
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)
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)
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>