aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 027497e7b..201b2213a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -573,6 +573,13 @@
Added Visual Studio project files for Lexilla and Scintilla with no lexers.
</li>
<li>
+ Fix brace styling in Batch lexer so that brace matching works.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1624/">Bug #1624</a>,
+ <a href="https://sourceforge.net/p/scintilla/bugs/1906/">Bug #1906</a>,
+ <a href="https://sourceforge.net/p/scintilla/bugs/1997/">Bug #1997</a>,
+ <a href="https://sourceforge.net/p/scintilla/bugs/2065/">Bug #2065</a>.
+ </li>
+ <li>
Change Perl lexer to style all line ends of comment lines in comment line style.
Previously, the last character was in default style which made the characters in
\r\n line ends have mismatching styles.