diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
| -rw-r--r-- | doc/index.html | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5f78ea8f4..92a371fc8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -136,6 +136,7 @@  	<li>Angelo Mandato</li>  	<li>Denis Sureau</li>  	<li>Kaspar Schiess</li> +	<li>Christoph Hösler</li>      </ul>      <p>         Images used in GTK+ version @@ -170,6 +171,9 @@  	replaces previous implementation.        </li>        <li> +	Lexer for the MMIX Assembler language. +      </li> +      <li>  	Lexer for the Scriptol language.        </li>        <li> diff --git a/doc/index.html b/doc/index.html index 93f774f27..3402bd6bd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,7 +55,7 @@        <tr>          <td width="100%">            <span class="versionlist"> Version 1.54 includes new lexers for PostScript, -	  NSIS, POV-Ray, and Scriptol.</span> +	  NSIS, POV-Ray, MMIX, and Scriptol.</span>          </td>        </tr>        <tr> | 
