diff options
| author | nyamatongwe <unknown> | 2006-05-28 05:51:47 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2006-05-28 05:51:47 +0000 | 
| commit | 91e293a6016aa4ecd1755cb3338cbd99a87d7535 (patch) | |
| tree | 06ad06bbaab469e1e637a58524c2244e92749c7c | |
| parent | bab132fe40d6f480a54dbb1e9cdb8875a0306ab5 (diff) | |
| download | scintilla-mirror-91e293a6016aa4ecd1755cb3338cbd99a87d7535.tar.gz | |
Updates for 1.69.
| -rw-r--r-- | doc/ScintillaDownload.html | 4 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 5 | ||||
| -rw-r--r-- | doc/index.html | 4 | 
3 files changed, 8 insertions, 5 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 02d0a53c8..ae26435b6 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -49,8 +49,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="http://prdownloads.sourceforge.net/scintilla/scintilla169.zip?download">zip format</a> (710K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.tgz?download">tgz format</a> (610K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.zip?download">zip format</a> (720K) commonly used on Windows</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.tgz?download">tgz format</a> (620K) commonly used on Linux and compatible operating systems</li>         </ul>         Instructions for building on both Windows and Linux are included in the readme file.      <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 18da014ca..ad6e43f30 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -234,7 +234,7 @@      </h3>      <ul>  	<li> -	Released on 26 May 2006. +	Released on 29 May 2006.  	</li>  	<li>  	SciTE supports z-order based buffer switching on Ctrl+Tab. @@ -257,6 +257,9 @@  	into the document.  	</li>  	<li> +	Increased number of margins to 5. +	</li> +	<li>  	Basic lexer allows include directive $include: "file name".  	</li>  	<li> diff --git a/doc/index.html b/doc/index.html index 96f8148c3..849e38b3f 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="20060526" /> +    <meta name="Date.Modified" content="20060529" />      <style type="text/css">          .versionlist {  	color: #FFCC99; @@ -37,7 +37,7 @@          </td>          <td width="40%" align="right">            <font color="#FFCC99" size="3"> Release version 1.69<br /> -           Site last modified May 26 2006</font> +           Site last modified May 29 2006</font>          </td>          <td width="20%">              | 
