From ac108ca681666b9cc9ec5823284a4900c19287ac Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Sep 2013 09:12:56 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1342e0926..13db1839d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -456,11 +456,34 @@ StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these.
  • + For SCI_SETIDENTIFIERS allow \t, \r, and \n as well as space between identifiers. + Bug #1521. +
  • +
  • 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, don't send selection change notification when scrolling. + Bug #1522.
  • On Qt, turn off idle events on destruction to prevent repeatedly calling idle.
  • +
  • + Compilation errors fixed on Windows and GTK+ with SCI_NAMESPACE. +
  • +
  • + On Windows, building with gcc will check if Direct2D headers are available and enable Direct2D if they are. +
  • +
  • + Fix linking SciTE on non-Linux Unix systems with GNU toolchain by linking to libdl. + Bug #1523. +
  • Release 3.3.5 -- cgit v1.2.3