diff options
| -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> | 
