From d26dc93d5539c17e80f7af7c99b1ce90863909e4 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 4 Oct 2014 11:03:54 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 57039868f..7f18c5d86 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -478,6 +478,20 @@ Released 30 September 2014.
  • + For OS X Cocoa switch C++ runtime to libc++ to enable use of features that will never + be added to libstdc++ including those part of C++11. + Scintilla will now run only on OS X 10.7 or later and only in 64-bit mode. +
  • +
  • + Include support for using C++11 <regex> for regular expression searches. + Enabling this requires rebuilding Scintilla with a non-default option. + This is a provisional feature and may change API before being made permanent. +
  • +
  • + Allocate indicators used for Input Method Editors after 31 which was the previous limit of indicators to + ensure no clash between the use of indicators for IME and for the application. +
  • +
  • Prevent caret blinking when holding down Delete key. Bug #1657.
  • -- cgit v1.2.3