diff options
author | Neil <nyamatongwe@gmail.com> | 2016-12-26 12:56:37 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-12-26 12:56:37 +1100 |
commit | 3b3ba2051d3b059ff979ccda6775cce9a79439ac (patch) | |
tree | 54961a93e350f42bce19c1e883c49befb25ba36d | |
parent | 729a6b77fc344ea19a7727b44abe98cfb86a9fbc (diff) | |
download | scintilla-mirror-3b3ba2051d3b059ff979ccda6775cce9a79439ac.tar.gz |
Change log for previous 5 accessibility changes from Columban.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3ac8391ca..13b0b155f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -541,6 +541,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1891/">Bug #1891</a>. </li> <li> + Fix crash on GTK+ <3.8 due to incorrect lifetime of accessibility object. + More accurate reporting of attribute ranges and deletion lengths for accessibility. + </li> + <li> In SciTE, if a Lua script causes a Scintilla failure exception, display error message in output pane instead of exiting. <a href="http://sourceforge.net/p/scintilla/bugs/1773/">Bug #1773</a>. |