diff options
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dec0e265e..f4c5ce4e6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -619,11 +619,14 @@ On Win32, the standard makefiles build a libscintilla static library as well as the existing dynamic libraries. </li> <li> - Fix building on Mingw/MSYS to perform file copies and deletions. - <a href="https://sourceforge.net/p/scintilla/bugs/1993/">Bug #1993</a>. + Fix move-extends-selection mode for rectangular and line selections. </li> <li> - Fix move-extends-selection mode for rectangular and line selections. + On GTK+, change lifetime of selection widget to avoid runtime warnings. + </li> + <li> + Fix building on Mingw/MSYS to perform file copies and deletions. + <a href="https://sourceforge.net/p/scintilla/bugs/1993/">Bug #1993</a>. </li> <li> Lexer added for the Maxima computer algebra language. |