aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 3f48cd017..7b952af85 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -444,6 +444,8 @@
<li>
Most lexers now lex an extra NUL byte at the end of the
document which makes it more likely they will classify keywords at document end correctly.
+ <a href="http://sourceforge.net/p/scintilla/bugs/574/">Bug #574</a>,
+ <a href="http://sourceforge.net/p/scintilla/bugs/588/">Bug #588.</a>
</li>
<li>
Haskell lexer improved in several ways.
@@ -469,6 +471,10 @@
<li>
Position of calltip and autocompletion lists fixed on Cocoa.
</li>
+ <li>
+ While regular expression search in DBCS text is still not working, matching partial characters is now avoided
+ by moving end of match to end of character.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite330.zip?download">Release 3.3.0</a>