aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-06-02 09:33:59 +1000
committerNeil <nyamatongwe@gmail.com>2014-06-02 09:33:59 +1000
commit982541f99d2e9e143c0da043266efb9ae5f9640b (patch)
tree999dea61e4b790f5bd8a3ff07a4e7776020cc323 /doc/ScintillaHistory.html
parent143463269e71eb6e2b990fd2f8c7c81d90299801 (diff)
downloadscintilla-mirror-982541f99d2e9e143c0da043266efb9ae5f9640b.tar.gz
Change log.
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 0d793b174..c200a0844 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -477,6 +477,10 @@
C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
</li>
<li>
+ Shell lexer fixes fold matching problem caused by "&lt;&lt;&lt;".
+ <a href="http://sourceforge.net/p/scintilla/bugs/1605/">Bug #1605</a>.
+ </li>
+ <li>
Fix bug where indicators were not removed when fold highlighting on.
<a href="http://sourceforge.net/p/scintilla/bugs/1604/">Bug #1604</a>.
</li>