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 | 506dbdc99b67ee326e6632f047523213c04be7f6 (patch) | |
tree | cc06fd80c3d4a0a655b3b08997b88956886d1b57 | |
parent | 7e624907cde7c97d9f97e14584655c1350ac6078 (diff) | |
download | scintilla-mirror-506dbdc99b67ee326e6632f047523213c04be7f6.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> |