diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-18 11:14:54 +1000 | 
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-18 11:14:54 +1000 | 
| commit | 0168c7575718227e4da1ce0ce8c412aa4e5f23da (patch) | |
| tree | 73cd438c86ac534bb8723f51b27b102d55be9a0c | |
| parent | 59b95105a1e71ad6b62a1970e88a0390850e5bfe (diff) | |
| download | scintilla-mirror-0168c7575718227e4da1ce0ce8c412aa4e5f23da.tar.gz | |
Change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 541db3a49..dfbf0b6df 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -460,14 +460,21 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1521/">Bug #1521</a>.  	</li>  	<li> +	On Cocoa, ScintillaNotificationProtocol adds an optional command:idFrom: method so that client code can more +	easily receive commands. Clients should use the delegate mechanism or subclass ScintillaView in preference +	to registerNotifyCallback: which will be deprecated in the future. +	</li> +	<li>  	On Cocoa, the ScintillaView.h header now hides internal implementation details from Platform.h and ScintillaCocoa.h.  	dealloc removed from @interface. -	Control ID included in WM_NOTIFY callback to be compatible with other platforms.  	</li>  	<li>  	On Cocoa, memory leak fixed for MarginView.  	</li>  	<li> +	On Cocoa, drag image fixed when view scrolled. +	</li> +	<li>  	On Cocoa, don't send selection change notification when scrolling.  	<a href="http://sourceforge.net/p/scintilla/bugs/1522/">Bug #1522</a>.  	</li> | 
