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 | 704c13fad8df333aef9f813d9dee9b41b43316d5 (patch) | |
tree | ba3e83ebf7fa501e3644b61bc17e4a8dc192ebdf /doc/ScintillaHistory.html | |
parent | 1573a0d60a3cf054979125c7986566d13a6686d3 (diff) | |
download | scintilla-mirror-704c13fad8df333aef9f813d9dee9b41b43316d5.tar.gz |
Bug [#2116]. Fix deletion of isolated invalid bytes.
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 868d912c6..61ac8e80d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -595,6 +595,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> |