diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-07 12:20:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-07 12:20:30 +1000 |
commit | 3adcd726a93251609aff8bca9b593a775ed0e954 (patch) | |
tree | 7e554f2bf266781be745f35770f65b907bd732c7 | |
parent | b0d316072805a3e80485920792dc50a9eefc34da (diff) | |
download | scintilla-mirror-3adcd726a93251609aff8bca9b593a775ed0e954.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
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> |