aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-03 17:46:43 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-03 17:46:43 +1000
commit84b9adc43ca0e020849df3cb20514a204aa5b1a2 (patch)
tree5e6012ee90f284367800ab6edc01a8a3896178e4
parent2614139c4d600424794987661c6415a6d4b15bb8 (diff)
downloadscintilla-mirror-84b9adc43ca0e020849df3cb20514a204aa5b1a2.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a50a25e2c..f70bb002b 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -470,6 +470,10 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1491/">Bug #1491</a>.
</li>
<li>
+ errorlist lexer only recognises Perl diagnostics when there is a filename between
+ "at" and "line". Had been triggering for MSVC errors containing "at line".
+ </li>
+ <li>
Haskell lexer fixed to avoid unnecessary full redraws.
Don't highlight CPP inside comments when styling.within.preprocessor is on.
<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>.
@@ -483,6 +487,10 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>.
</li>
<li>
+ Fixed bug where data being inserted and removed was not being reported in
+ notification messages. Bug was introduced in 3.3.2.
+ </li>
+ <li>
Word wrap bug fixed where the last line could be shown twice.
</li>
<li>