diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-07 11:37:41 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-07 11:37:41 +1000 | 
| commit | 0cd87e7e18a4a57b0fcaaa629d84d04bdee87ffa (patch) | |
| tree | 2ed7dc18fc702d886bdf87f3ee81d054fd7c5102 | |
| parent | a84ce67da0379bf83fd9919519eced054a614060 (diff) | |
| download | scintilla-mirror-0cd87e7e18a4a57b0fcaaa629d84d04bdee87ffa.tar.gz | |
Add item and reorder.
| -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 | 
