aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJustin Dailey <unknown>2017-07-09 10:25:15 +1000
committerJustin Dailey <unknown>2017-07-09 10:25:15 +1000
commit534d196395a1ee9f6667d032dbd9ae02e8eb0b9d (patch)
tree1470ec7f3bd58760993d112d3b4ed4287f42da9e /doc/ScintillaHistory.html
parent403011f8e0d24df6a257f2d43b431f0fd3b1740f (diff)
downloadscintilla-mirror-534d196395a1ee9f6667d032dbd9ae02e8eb0b9d.tar.gz
Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.
Backport of changeset 6340:52f12c3eebcd.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 76f7149cd..874497f7a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -539,6 +539,10 @@
An SCN_AUTOCSELECTIONCHANGE notification is sent when items are highlighted in an autocompletion or user list.
</li>
<li>
+ The data parameter to ILoader::AddData made const.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1955/">Bug #1955</a>.
+ </li>
+ <li>
The Matlab lexer treats 'end' as a number rather than a keyword when used as a index.
This also stops incorrect folding.
<a href="http://sourceforge.net/p/scintilla/bugs/1951/">Bug #1951</a>.