aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-19 14:46:01 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-19 14:46:01 +1100
commit9ab7cc17fb755f68db3e471cdca236e970ec6e0c (patch)
treeadc05baaddd2ce6c2eb8da26cbb215df63e57043
parentf7c94f28fa3c811239c2d4ea2bec35c4a8a1e637 (diff)
downloadscintilla-mirror-9ab7cc17fb755f68db3e471cdca236e970ec6e0c.tar.gz
Chnage log.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 0f1e4c3fa..650782a7e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -475,6 +475,10 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1564/">Bug #1564</a>.
</li>
<li>
+ Matlab lexer treats '!' differently for Matlab and Octave languages.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1571/">Bug #1571</a>.
+ </li>
+ <li>
Rust lexer improved with nested comments, more compliant doc-comment detection,
octal literals, NUL characters treated as valid, and highlighting of raw string literals and float literals fixed.
<a href="http://sourceforge.net/p/scintilla/feature-requests/1038/">Feature #1038.</a>