diff options
author | Neil <nyamatongwe@gmail.com> | 2014-10-04 11:03:54 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-10-04 11:03:54 +1000 |
commit | d26dc93d5539c17e80f7af7c99b1ce90863909e4 (patch) | |
tree | 9a661d354d0fc0b13af7fb958520541891985361 | |
parent | a7ebb623baeb88763d15257091d48d8d6ad6e192 (diff) | |
download | scintilla-mirror-d26dc93d5539c17e80f7af7c99b1ce90863909e4.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
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 <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. + </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> |