aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-16 12:37:51 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-16 12:37:51 +1000
commitedffd742fe6a17f0ac075aac839cafcd4413334c (patch)
tree390b22b7ca6cd151b9c933ed704f63edbe15e227 /doc/ScintillaHistory.html
parentc11d988a430d252931f8724f2739d1d41c08d30e (diff)
downloadscintilla-mirror-edffd742fe6a17f0ac075aac839cafcd4413334c.tar.gz
Updates for 3.4.2 release.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dcee1c353..4ce80b1ba 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -464,7 +464,7 @@
</h3>
<ul>
<li>
- Released 1 April 2014.
+ Released 20 May 2014.
</li>
<li>
Insertions can be filtered or modified by calling SCI_CHANGEINSERTION inside a handler for
@@ -496,6 +496,10 @@
<a href="http://sourceforge.net/p/scintilla/feature-requests/1047/">Feature #1047.</a>
</li>
<li>
+ SciTE performs word and search match highlighting as an idle task to improve interactivity
+ and allow use of these features on large files.
+ </li>
+ <li>
Bug fixed on Cocoa where previous caret lines were visible.
<a href="http://sourceforge.net/p/scintilla/bugs/1593/">Bug #1593</a>.
</li>
@@ -504,7 +508,7 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1592/">Bug #1592</a>.
</li>
<li>
- Fixed display flashing when scrolling with Gtk+ 3.10.
+ Fixed display flashing when scrolling with GTK+ 3.10.
<a href="http://sourceforge.net/p/scintilla/bugs/1567/">Bug #1567</a>.
</li>
<li>