diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-10-26 16:33:41 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-10-26 16:33:41 +1100 |
commit | 7c74818b84faff980e70e1e7fad9498464fb1cfa (patch) | |
tree | ab3cb8679f12a4c433670ba3eb224af8d2d3a224 | |
parent | 06730b803c373be1160f14aeda8c15210e860f50 (diff) | |
download | scintilla-mirror-7c74818b84faff980e70e1e7fad9498464fb1cfa.tar.gz |
Log Cocoa crash fix changes.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 35592a94c..8ba8315ee 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -530,6 +530,13 @@ Optimise marker redrawing by only drawing affected lines when markers shown in the text. </li> <li> + On Cocoa, timers and idling now work in modal dialogs. This also stops some crashes. + </li> + <li> + On Cocoa, fix crashes when deleting a ScintillaView. These crashes could occur when scrolling + at the time the ScintillaView was deleted although there may have been other cases. + </li> + <li> Report error (SC_STATUS_FAILURE) when negative length passed to SCI_SETSTYLING. <a href="http://sourceforge.net/p/scintilla/bugs/1768/">Bug #1768</a>. </li> |