aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 20603a256..66a21e578 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -468,6 +468,7 @@
</tr><tr>
<td>Mika Attila</td>
<td>JoMazM</td>
+ <td>Markus Moser</td>
</tr>
</table>
<p>
@@ -524,6 +525,10 @@
SQL lexer fixes a bug with the q-quote operator.
</li>
<li>
+ TCL lexer fixes a bug with some strings.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1642/">Bug #1642</a>.
+ </li>
+ <li>
Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* .
Verilog folder fixes one bug with inconsistent folding when fold.comment is on and another
with typedef class statements creating a fold point, expecting an endclass statement.