aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-24 14:16:48 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-24 14:16:48 +1000
commita18792d7ba349979ee8ced61f291d191ac169348 (patch)
treee62792b249b41a473abb9b1bd6e18df40d9eca0c
parent262419c190c62eff9741a27bb31c8e7146f399be (diff)
downloadscintilla-mirror-a18792d7ba349979ee8ced61f291d191ac169348.tar.gz
Change log.
-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>