aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 81a6755e2..11c920e8f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -509,6 +509,10 @@
This is sufficient to colour diagnotic output from gcc and clang when -fdiagnostics-color set.
</li>
<li>
+ The errorlist lexer allows the line number to be 0 in GCC errors as some tools report whole file
+ errors as line 0.
+ </li>
+ <li>
MySql lexer fixes empty comments /**/ so the comment state does not continue.
</li>
<li>
@@ -535,6 +539,10 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1751/">Bug #1751</a>.
</li>
<li>
+ Fix SciTE disk exhaustion bug by reporting failures when writing files.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1760/">Bug #1760</a>.
+ </li>
+ <li>
Fix find strip in SciTE on Windows XP to be visible.
</li>
<li>