diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-02 09:41:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-02 09:41:01 +1100 |
commit | 14c9bcc7dc7d5a8577136baad5b43c6bc311312d (patch) | |
tree | 4e842ee9bb84c731c37ae9ea5844c6cf5c8ecad2 /doc/ScintillaHistory.html | |
parent | e15a9f49e1c9224d1c81bc5ef1c14f008ee2d87c (diff) | |
download | scintilla-mirror-14c9bcc7dc7d5a8577136baad5b43c6bc311312d.tar.gz |
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 47966f3c1..c63563c7f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1881/">Bug #1881</a>. </li> <li> + Fix potential problems with IME on Cocoa when document contains invalid + UTF-8. + </li> + <li> Fix crash on Cocoa with OS X 10.9 due to accessibility API not available. <a href="http://sourceforge.net/p/scintilla/bugs/1915/">Bug #1915</a>. </li> |