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
commit7c74818b84faff980e70e1e7fad9498464fb1cfa (patch)
treeab3cb8679f12a4c433670ba3eb224af8d2d3a224
parent06730b803c373be1160f14aeda8c15210e860f50 (diff)
downloadscintilla-mirror-7c74818b84faff980e70e1e7fad9498464fb1cfa.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>