diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
| -rw-r--r-- | doc/index.html | 3 | 
2 files changed, 6 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8aae37823..42625d866 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -208,6 +208,7 @@  	<li>Kamen Stanev</li>  	<li>Steve Menard</li>  	<li>Oliver Yeoh</li> +	<li>Eric Promislow</li>      </ul>      <p>         Images used in GTK+ version @@ -226,6 +227,9 @@  	Released on 26 August 2005.  	</li>  	<li> +	New, more ambitious Ruby lexer. +	</li> +	<li>  	SciTE Find in Files dialog has options for matching case and whole words which are  	enabled when the internal find command is used.  	</li> diff --git a/doc/index.html b/doc/index.html index e03848132..e475d1afb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,8 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">        <tr>          <td width="100%"> -          <span class="versionlist">Version 1.66 fixes bugs with GTK+ and Pango 1.8.</span> +          <span class="versionlist">Version 1.66 has a new Ruby lexer and fixes bugs on GTK+  +	  with Pango 1.8.</span>          </td>        </tr>        <tr> | 
