aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html14
1 files changed, 14 insertions, 0 deletions
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.
</li>
<li>
+ 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.
+ </li>
+ <li>
+ Include support for using C++11 &lt;regex&gt; 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.
+ </li>
+ <li>
+ 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.
+ </li>
+ <li>
Prevent caret blinking when holding down Delete key.
<a href="http://sourceforge.net/p/scintilla/bugs/1657/">Bug #1657</a>.
</li>