diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2017-10-26 17:25:26 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2017-10-26 17:25:26 +1100 |
commit | 5d584e7e38daaf44c54d458e3bf845ff2bbe6a21 (patch) | |
tree | 3efb2f2ef4368d2b6dbd0ff2c9784da09be65ed8 | |
parent | 24bdb0eb9a2f80c577476580269e96093e5429e8 (diff) | |
download | scintilla-mirror-5d584e7e38daaf44c54d458e3bf845ff2bbe6a21.tar.gz |
Change log.
-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 e3e11c19b..3a06b1e7c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,10 @@ Django tag inside of a {# #} Django comment does not break highlighting of rest of file </li> <li> + Fix failure on Cocoa with animated find indicator in large files with macOS 10.13 + by disabling animation on 10.13. + </li> + <li> Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13. <a href="http://sourceforge.net/p/scintilla/bugs/1979/">Bug #1979</a>. </li> |