diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-11 11:26:04 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-11 11:26:04 +1000 |
commit | a00396a70bec1bd6617cbec3b8ab88df057a6e23 (patch) | |
tree | ec094d51c6b75778bf707ae7e56900d9ec4978dc | |
parent | 80ebb7f348c7300237a3bd7db5ab4d15d3d23708 (diff) | |
download | scintilla-mirror-a00396a70bec1bd6617cbec3b8ab88df057a6e23.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f96dac911..cc92ba58c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -446,6 +446,10 @@ Released 29 December 2013. </li> <li> + For Unicode text, case-insensitive searching and making text upper or lower case is now + compliant with Unicode standards on all platforms and is much faster for non-ASCII characters. + </li> + <li> On Cocoa, the LCD Optimized font quality level turns font smoothing on. </li> <li> |