diff options
-rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 57 | ||||
-rw-r--r-- | doc/index.html | 12 |
3 files changed, 70 insertions, 7 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 36277889d..6341d487f 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="scintilla133.zip">Windows</a> <a href="scintilla133.tgz"> + <font size="4"> <a href="scintilla134.zip">Windows</a> <a href="scintilla134.tgz"> GTK+/Linux</a> </font> </td> </tr> @@ -38,7 +38,7 @@ containing very few restrictions. </p> <h3> - Release 1.33 + Release 1.34 </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="scintilla133.zip">zip format</a> (280K) commonly used on Windows</li> - <li><a href="scintilla133.tgz">tgz format</a> (250K) commonly used on Linux and compatible operating systems</li> + <li><a href="scintilla134.zip">zip format</a> (280K) commonly used on Windows</li> + <li><a href="scintilla134.tgz">tgz format</a> (250K) 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 98176f1ae..d50b8740b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -162,6 +162,63 @@ </li> </ul> <h3> + <a href="scite134.zip">Release 1.34</a> + </h3> + <ul> + <li> + Released on 28 November 2000. + </li> + <li> + Pascal lexer. + </li> + <li> + Export as PDF in SciTE. + </li> + <li> + Support for the OpenVMS operating system in SciTE. + </li> + <li> + SciTE for GTK+ can check for another instance of SciTE + editing a file and switch to it rather than open a second instance + on one file. + </li> + <li> + Fixes to quoting and here documents in the Perl lexer. + </li> + <li> + SciTE on Windows can give extra visual and audio cues when a + warning is shown or find restarts from beginning of file. + </li> + <li> + Open Selected Filename command in SciTE. Also understands some + warning message formats and Exuberant Ctags files. + </li> + <li> + Wider area for line numbers when printing. + </li> + <li> + Better scrolling performance on GTK+. + </li> + <li> + Fixed problem where rectangles with negative coordinates were + invalidated leading to trouble with platforms that use + unsigned coordinates. + </li> + <li> + GTK+ Scintilla uses more compliant signalling code so that keyboard + events should propagate to containers. + </li> + <li> + Bug fixed with opening full or partial paths. + </li> + <li> + Improved handling of paths in error messages in SciTE. + </li> + <li> + Better handling of F6 in SciTE. + </li> + </ul> + <h3> <a href="scite133.zip">Release 1.33</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index 756bbf5c0..50d22354e 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="20001106" /> + <meta name="Date.Modified" content="20001128" /> <script> function IsRemote() { var loc = '' + window.location; @@ -31,8 +31,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 1.33<br /> - Site last modified November 6 2000</font> + <font color="#FFCC99" size="3"> Release version 1.34<br /> + Site last modified November 28 2000</font> </td> <td width="20%"> @@ -70,6 +70,12 @@ support on GTK+ and fixes bugs.</font> </td> </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.34 contains a Pascal lexer, + better performance and compliance on GTK+.</font> + </td> + </tr> </table> <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> |