diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -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 5dc16aea7..2dda73fdc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,11 +575,14 @@  	position instead of the limit of the rectangular selection.  	</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>  	SciTE can match a wider variety of file patterns where '*' is in the middle of | 
