aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-23 14:37:00 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-23 14:37:00 +1100
commitd895f7dd9933b7d6323063d692a63d0067992b71 (patch)
tree433769ab4149ef643fac00baf424a47969ee2dcd
parent3791baa4bc81458ddebd3ab989500484279ecab7 (diff)
downloadscintilla-mirror-d895f7dd9933b7d6323063d692a63d0067992b71.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6ab0be8c7..04c5e7c8a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -466,6 +466,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1564/">Bug #1564</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 fixed.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1038/">Feature #1038.</a>
+ </li>
+ <li>
On Qt expose the EOLMode on the document object.
</li>
<li>