diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 14 | ||||
| -rw-r--r-- | doc/index.html | 26 | 
2 files changed, 8 insertions, 32 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4f20d06a3..e524d7d9d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -243,10 +243,10 @@  	SciTE includes a save.all.for.build setting.  	</li>  	<li> -	MSSQL support includes folder. +	Folder for MSSQL.  	</li>  	<li> -	Batch file lexer understands more of the syntax and the behaviour of builtin commands. +	Batch file lexer understands more of the syntax and the behaviour of built in commands.  	</li>  	<li>  	Perl lexer handles here docs better; disambiguates barewords, quote-like delimiters, and repetition operators; @@ -259,13 +259,13 @@  	PHP allows spaces after <<<.  	</li>  	<li> -	TADS3 has simplified its states and recognizes identifiers. +	TADS3 has a simpler set of states and recognizes identifiers.  	</li>  	<li> -	Avenue lexer folds elseif better. +	Avenue elseif folds better.  	</li>  	<li> -	Error lexer treats lines starting with '+++' and '---' as separate +	Errorlist lexer treats lines starting with '+++' and '---' as separate  	styles from '+' and '-' as they indicate file names in diffs.  	</li>  	<li> @@ -291,7 +291,7 @@  	calltip and was therefore misinterpreting the notification value.  	</li>  	<li> -	Lexers will no longer be reentered recursively during, for example, fold level setting. +	Lexers will no longer be re-entered recursively during, for example, fold level setting.  	</li>  	<li>  	Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal  @@ -455,7 +455,7 @@  	SQL lexer gains second set of keywords.  	</li>  	<li> -	ErrorList lexer recognises Borland Delphi error messages. +	Errorlist lexer recognises Borland Delphi error messages.  	</li>  	<li>  	Method added for determining number of visual lines occupied by a document diff --git a/doc/index.html b/doc/index.html index 9a2cfcdbe..d06aa6f3f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,7 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">        <tr>          <td width="100%"> -          <span class="versionlist">Version 1.65. </span> +          <span class="versionlist">Version 1.65 contains minor enhancements and bug fixes. </span>          </td>        </tr>        <tr> @@ -86,30 +86,6 @@            <span class="versionlist"> Version 1.60 includes continuation markers on wrapped lines. </span>          </td>        </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.59 contains minor -	  improvements and fixes including a partial retreat from GTK+ input -	  method use for European languages. </span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.58 contains minor fixes.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.57 contains minor new features and -	  bug fixes.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.56 adds rectangular selection from keyboard -	  and fixes some problems with line wrapping.</span> -        </td> -      </tr>      </table>      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr> | 
