diff options
author | nyamatongwe <unknown> | 2000-09-06 00:48:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-09-06 00:48:05 +0000 |
commit | 54ed137dd177c32f4c57e950cd62d92c0a154875 (patch) | |
tree | 0a5c6803caee8691537eba746937e91825d9f9b5 | |
parent | 5faf22ed8a52082d40f4895ae93126d264ab72a5 (diff) | |
download | scintilla-mirror-54ed137dd177c32f4c57e950cd62d92c0a154875.tar.gz |
Updated documentation for 1.31 release.
-rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 27 | ||||
-rw-r--r-- | doc/index.html | 9 |
3 files changed, 38 insertions, 6 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 27430f0d9..cb75aa86e 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="scintilla130.zip">Windows</a> <a href="scintilla130.tgz"> + <font size="4"> <a href="scintilla131.zip">Windows</a> <a href="scintilla131.tgz"> GTK+/Linux</a> </font> </td> </tr> @@ -38,7 +38,7 @@ containing very few restrictions. </p> <h3> - Release 1.30 + Release 1.31 </h3> <h4> Source Code @@ -46,8 +46,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="scintilla130.zip">zip format</a> (260K) commonly used on Windows</li> - <li><a href="scintilla130.tgz">tgz format</a> (230K) commonly used on Linux and compatible operating systems</li> + <li><a href="scintilla131.zip">zip format</a> (260K) commonly used on Windows</li> + <li><a href="scintilla131.tgz">tgz format</a> (230K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <p> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9123e7f80..42df3df7b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -113,6 +113,12 @@ <li> Steve Lhomme </li> + <li> + Ferdinand Prantl + </li> + <li> + Jan Dries + </li> </ul> <p> Sponsorship @@ -132,6 +138,27 @@ </li> </ul> <h3> + <a href="scite131.zip">Release 1.31</a> + </h3> + <ul> + <li> + Released on 6 September 2000. + </li> + <li> + Scintilla is available as a COM control from the scintillactrl module in CVS. + </li> + <li> + Invisible style setting. + </li> + <li> + SciTE has an extensibility interface that can be used to implement featires such as + a scripting language or remote control. An example + </li> + <li> + Fixes to the perl and PHP lexers. + </li> + </ul> + <h3> <a href="scite130.zip">Release 1.30</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index bdcf07a51..548294cb2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20000726" /> + <meta name="Date.Modified" content="20000006" /> <script> function IsRemote() { var loc = '' + window.location; @@ -32,7 +32,7 @@ </td> <td width="40%" align="right"> <font color="#FFCC99" size="3"> Release version 1.30<br /> - Site last modified July 26 2000</font> + Site last modified September 6 2000</font> </td> <td width="20%"> @@ -53,6 +53,11 @@ towards platform independance.</font> </td> </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.31.</font> + </td> + </tr> </table> <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> |