aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-01-10 05:38:32 +0000
committernyamatongwe <devnull@localhost>2004-01-10 05:38:32 +0000
commitea956d2fc8de8e10f41ac19455e3770832dcb56d (patch)
tree6666838d9ea5a10b70cbff09e4abacd8297f5894
parent03ccc69499371f12fa12da7de780acd65a144ab0 (diff)
downloadscintilla-mirror-ea956d2fc8de8e10f41ac19455e3770832dcb56d.tar.gz
Additions.
-rw-r--r--doc/ScintillaHistory.html9
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>