diff options
| author | nyamatongwe <devnull@localhost> | 2010-02-10 07:19:48 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-02-10 07:19:48 +0000 | 
| commit | 971b7866432b98daaac560b89380f142cf331cd3 (patch) | |
| tree | 03f3c2da29cf30877010ae2515ca5a43b6d1a28f | |
| parent | 8ed616dd5c1790b52e9a925d556623f0af46fb75 (diff) | |
| download | scintilla-mirror-971b7866432b98daaac560b89380f142cf331cd3.tar.gz | |
Better ordering.
| -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> | 
