aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-09-01 13:12:15 +1000
committernyamatongwe <unknown>2010-09-01 13:12:15 +1000
commitaa4425c467d7c361e7beea18e810991d6300cca9 (patch)
tree5cef39e0eac5280e9ee2cfe5fc8c14bbbd62ed88
parent81c8e63d1ff27295cdeef12d6564db36822e8745 (diff)
downloadscintilla-mirror-aa4425c467d7c361e7beea18e810991d6300cca9.tar.gz
Documented recent fix.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 663304baa..345cc0171 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -421,6 +421,10 @@
SciTE on Windows uses SetDllDirectory to avoid a security problem.
</li>
<li>
+ C++ lexer crash fixed with preprocessor expression that looked like division by 0.
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3056825&group_id=2439">Bug #3056825.</a>
+ </li>
+ <li>
Haskell lexer improved.
<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3039490&group_id=2439">Feature #3039490.</a>
</li>