diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3286cc4bd..2fc50a6da 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -380,13 +380,6 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942131&group_id=2439">Bug #2942131.</a>  	</li>  	<li> -	Fixed SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list -	with only a single line containing all the identifiers. -	</li> -	<li> -	Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive. -	</li> -	<li>  	Fixed bug where calling SCI_SETSEL when there is a rectangular selection left  	the additional selections selected.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2947064&group_id=2439">Bug #2947064.</a> @@ -395,6 +388,13 @@  	Fixed macro recording bug where not all bytes in multi-byte character insertions were reported through  	SCI_REPLACESEL.  	</li> +	<li> +	Fixed SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list +	with only a single line containing all the identifiers. +	</li> +	<li> +	Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite202.zip?download">Release 2.02</a> | 
