aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 2d7386230..b6c2fbc50 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -491,6 +491,23 @@
Bug fixed where caret remained invisible when period set to 0.
<a href="http://sourceforge.net/p/scintilla/bugs/1592/">Bug #1592</a>.
</li>
+ <li>
+ Fixed calls and constants deprecated in GTK+ 3.10.
+ </li>
+ <li>
+ For SciTE, protect access to variables used by threads with a mutex to prevent data races.
+ </li>
+ <li>
+ For SciTE on GTK+ fix thread object leaks.
+ Display the version of GTK+ compiled against in the about box.
+ </li>
+ <li>
+ For SciTE on GTK+ 3.10, fix the size of the tab bar's content and use
+ freedesktop.org standard icon names where possible.
+ </li>
+ <li>
+ SciTE's highlight current word feature no longer matches the selection when it contains space.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite341.zip?download">Release 3.4.1</a>