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 | 9fafcbfbf67a5b3a9efa12705b9a3db95f74b65f (patch) | |
tree | 0a15dc87c662f077453eacc7ad82d641eac9952d | |
parent | e0096c0397e8749aa57d2f344451c6992f763358 (diff) | |
download | scintilla-mirror-9fafcbfbf67a5b3a9efa12705b9a3db95f74b65f.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> |