diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-19 14:46:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-19 14:46:01 +1100 |
commit | 83571e8719debf04f380603c620475c0c60e3f53 (patch) | |
tree | b194459a9a21e6926a4e8a04a4101ed5077ade90 | |
parent | 92cf36d6ce56f500d4e965ea61dab9f7701c8744 (diff) | |
download | scintilla-mirror-83571e8719debf04f380603c620475c0c60e3f53.tar.gz |
Chnage log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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> |