From 506dbdc99b67ee326e6632f047523213c04be7f6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 18 Sep 2013 11:14:54 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ Bug #1521.
  • + 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. +
  • +
  • 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.
  • On Cocoa, memory leak fixed for MarginView.
  • + On Cocoa, drag image fixed when view scrolled. +
  • +
  • On Cocoa, don't send selection change notification when scrolling. Bug #1522.
  • -- cgit v1.2.3