diff options
-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> |