diff options
author | Justin Dailey <unknown> | 2017-07-09 10:25:15 +1000 |
---|---|---|
committer | Justin Dailey <unknown> | 2017-07-09 10:25:15 +1000 |
commit | 534d196395a1ee9f6667d032dbd9ae02e8eb0b9d (patch) | |
tree | 1470ec7f3bd58760993d112d3b4ed4287f42da9e /doc/ScintillaHistory.html | |
parent | 403011f8e0d24df6a257f2d43b431f0fd3b1740f (diff) | |
download | scintilla-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.html | 4 |
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>. |