aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-07 12:20:30 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-07 12:20:30 +1000
commit3b65b347c35c335530c80a2be8f2d607b2f06e2d (patch)
tree929545bcb97b797f306f54bb0340322c1b055420
parentc59ea99966ce9752aedfd23bdea550c701b9de34 (diff)
downloadscintilla-mirror-3b65b347c35c335530c80a2be8f2d607b2f06e2d.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 427338fd8..f96dac911 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -491,6 +491,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>.
</li>
<li>
+ Fixed bugs with case conversion when the result was longer or shorter than the original text.
+ Could access past end of string potentially crashing.
+ Selection now updated to result length.
+ </li>
+ <li>
Fixed bug where data being inserted and removed was not being reported in
notification messages. Bug was introduced in 3.3.2.
</li>