aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-10-26 16:33:41 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-10-26 16:33:41 +1100
commit14e88d9b9ed5c21cb788ee0e78251512c84a5c93 (patch)
treec1184f9dada5b06c94e08491360c80e86616a0e6
parent82581f4a646014b8d1ec5cc117d68d5de9c969a5 (diff)
downloadscintilla-mirror-14e88d9b9ed5c21cb788ee0e78251512c84a5c93.tar.gz
Log Cocoa crash fix changes.
-rw-r--r--doc/ScintillaHistory.html7
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>