diff options
author | Zufu Liu <unknown> | 2019-06-28 08:51:55 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-06-28 08:51:55 +1000 |
commit | 0d4dd734b7b6e33ce87937447c20bdaf41c86e3e (patch) | |
tree | 1b0ba27e2f22973fe38e437bd3c11058346ae53e /doc/ScintillaHistory.html | |
parent | 4c8a1f741c73911eff813a78c08fa88427eec38b (diff) | |
download | scintilla-mirror-0d4dd734b7b6e33ce87937447c20bdaf41c86e3e.tar.gz |
Backport: Bug [#2116]. Fix deletion of isolated invalid bytes.
Backport of changeset 7610:1031c155fb62.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 74ba9a851..957c4a69b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. </li> <li> + Fix deletion of isolated invalid bytes. + <a href="https://sourceforge.net/p/scintilla/bugs/2116/">Bug #2116</a>. + </li> + <li> Fix position of line caret when overstrike caret set to block. <a href="https://sourceforge.net/p/scintilla/bugs/2106/">Bug #2106</a>. </li> |