diff options
| author | nyamatongwe <unknown> | 2004-01-10 05:38:32 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-01-10 05:38:32 +0000 | 
| commit | fa291cc78f630d0c3e7bc39beeae922c5db34b03 (patch) | |
| tree | 6666838d9ea5a10b70cbff09e4abacd8297f5894 | |
| parent | 784610bc0f7589ed3abe65f5719f607e7e3e0954 (diff) | |
| download | scintilla-mirror-fa291cc78f630d0c3e7bc39beeae922c5db34b03.tar.gz | |
Additions.
| -rw-r--r-- | doc/ScintillaHistory.html | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e7dce84e9..935afdef2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -181,9 +181,15 @@  	will require changes to the make files of dependent projects.  	</li>  	<li> +	Octave support added alongside related Matlab language and Matlab support improved. +	</li> +	<li>  	VB lexer gains an unterminated string state and 4 sets of keywords.  	</li>  	<li> +	Ruby lexer handles $' correctly. +	</li> +	<li>  	Error line handling improved for FORTRAN compilers from Absoft and Intel.  	</li>  	<li> @@ -210,6 +216,9 @@  	SciTE on GTK+ implements check.if.already.open.  	</li>  	<li> +	Make files for Mac OS X made more robust. +	</li> +	<li>  	Performance improved in SciTE when switching buffers when there  	is a rectangular selection.  	</li> | 
