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> <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> <H2>Mailing list</H2>

View File

@ -69,7 +69,7 @@
given with the new :environment option. given with the new :environment option.
<li> New metaclass: &lt;Tk-composite-toplevel&gt;. This is identical to <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. in its own toplevel window.
<li> make-image simplifies the usage of Tk images and uses a cache, <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 <li> The MOP of <B>STklos</B> is now very similar to the CLOS one. Here are some
of the new features: of the new features:
<ul> <ul>
<li> when a slot does not exists, the gf slot-missing 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> when a unbound slot is read, the gf slot-unbound is called
<li> new generic functions slot-ref-using-class, <li> new generic functions slot-ref-using-class,
slot-set-using-class, slot-set-using-class,
slot-bound-using-class?, slot-exists-using-class?, slot-bound-using-class?, slot-exists-using-class?,
slot-definition-name, slot-definition-options, slot-definition-name, slot-definition-options,
slot-definition-allocation, slot-definition-getter, slot-definition-allocation, slot-definition-getter,
slot-definition-setter, slot-definition-accessor, slot-definition-setter, slot-definition-accessor,
generic-function-name, generic-function-methods, generic-function-name, generic-function-methods,
method-generic-function, method-specializers method-generic-function, method-specializers
method-procedure, remove-method method-procedure, remove-method
change-object-class change-object-class
</ul> </ul>
<li> When a class is redefined, the instances and methods which uses it <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 default. This feature can be used for initializing the X11 resource
database. for instance you can have database. for instance you can have
<quote> <quote>
STk*LabeledEntry*Entry*Background: white STk*LabeledEntry*Entry*Background: white
</quote> </quote>
in your .Xdefaults file to set the default value of background of in your .Xdefaults file to set the default value of background of
the entry of a &lt;Labeled-entry&gt; widget. 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. this page are also available in the Source distribution.
<ul> <ul>
<li> <B>STk Reference Manual</B> is available in <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> <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 The pdf version is brought to you thanks to
TOKUNAGA Takenobu &lt;take@cl.cs.titech.ac.jp&gt; TOKUNAGA Takenobu &lt;take@cl.cs.titech.ac.jp&gt;
<li> <b>Postscript</b> <li> <b>Postscript</b>
(the A4 version is also available in the source package) (the A4 version is also available in the source package)
<ul> <ul>
<li> <A HREF=Doc/reference.ps.gz>A4 format</A> </li> <li> <A HREF=Doc/reference.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/reference-letter.ps.gz>letter format</A> </li> <li> <A HREF=Doc/reference-letter.ps.gz>letter format</A> </li>
</ul> </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> <A HREF=Doc/reference.dvi>reference.dvi</A>
</ul> </ul>
</li> </li>
<p> <p>
<li> <B>STk FAQ</B> is available in <li> <B>STk FAQ</B> is available in
<ul> <ul>
<li> <b>Postscript</b> (the A4 version is also available in the source package) <li> <b>Postscript</b> (the A4 version is also available in the source package)
<ul> <ul>
<li> <A HREF=Doc/FAQ.ps.gz>A4 format</A> </li> <li> <A HREF=Doc/FAQ.ps.gz>A4 format</A> </li>
<li> <A HREF=Doc/FAQ-letter.ps.gz>letter format</A> </li> <li> <A HREF=Doc/FAQ-letter.ps.gz>letter format</A> </li>
</ul> </ul>
<li> <b>DVI</b> (only in A4 format) <li> <b>DVI</b> (only in A4 format)
<A HREF=Doc/FAQ.dvi>FAQ.dvi</A> <A HREF=Doc/FAQ.dvi>FAQ.dvi</A>
</ul> </ul>
The <A HREF=FAQ>FAQ</A> can also be browsed from this page. The <A HREF=FAQ>FAQ</A> can also be browsed from this page.
</li> </li>
</TR> </TR>

View File

@ -117,29 +117,29 @@ CL-style lambda lists into STk.
Mains changes/modifications since 3.99.2 are: Mains changes/modifications since 3.99.2 are:
<ul> <ul>
<quote> <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: <li> New STklos Classes:
<B>Hierarchy-tree</B> and <B>Hierarchy-item</B> to draw <B>Hierarchy-tree</B> and <B>Hierarchy-item</B> to draw
hierarchy such as files/directories, class/metaclasses ..., hierarchy such as files/directories, class/metaclasses ...,
<B>Notepad</B>, <B>Notepad</B>,
<B>Scheme-text</B> which extends <B>Text</B> to "font-lockify" <B>Scheme-text</B> which extends <B>Text</B> to "font-lockify"
Scheme buffers 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 <li> Locale extension to treat strings and character using locale
information information
<li> Better installation scripts (+ some corrections) <li> Better installation scripts (+ some corrections)
<li> Bug corrections <li> Bug corrections
</quote> </quote>
</ul> </ul>
@ -209,16 +209,16 @@ The new release of STk is out. You can find the here the
There are two new contributions available: There are two new contributions available:
<ul> <ul>
<li> <b> <A HREF=/STk/Contribs/faxrecvq-4.4.tar.gz>/STk/Contribs/faxrecvq-4.4.tar.gz</A></b> <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 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. Hylafax 4.x to let one read, order, file, print received fax.
<br> <br>
<i>Contributor</i>: Walter Pelissero (wcp@lpds.sublink.org) <i>Contributor</i>: Walter Pelissero (wcp@lpds.sublink.org)
</li> </li>
<li> <b> <A HREF=/STk/Contribs/tutorial.tar.gz>/STk/Contribs/tutorial.tar.gz</A></b> <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 This is a set of interactive lessons to study <B>STklos</B> and its
application to the programming with Tk Toolbox. application to the programming with Tk Toolbox.
<br> <br>
<i>Contributor</i>: Jacques Chazarain (jmch@unice.fr) <i>Contributor</i>: Jacques Chazarain (jmch@unice.fr)
</li> </li>
</ul> </ul>