diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 36d98182c..ec85a8a00 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -556,6 +556,8 @@  	<td>Chris Graham</td>  	<td>Hugues Larrive</td>  	<td>Prakash Sahni</td> +      </tr><tr> +	<td>Michel Sauvard</td>      </tr>      </table>      <p> @@ -596,6 +598,10 @@  	<a href="https://sourceforge.net/p/scintilla/feature-requests/1361/">Feature #1361</a>.  	</li>  	<li> +	SciTE on Windows adds create.hidden.console option to stop console window flashing +	when Lua script calls os.execute or io.popen. +	</li> +	<li>  	Fix printing on Windows to use correct text size.  	<a href="https://sourceforge.net/p/scintilla/bugs/2185/">Bug #2185</a>.  	</li> @@ -603,6 +609,11 @@  	Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return  	less text than in document.  	</li> +	<li> +	Fixed a bug in SciTE with Lua stack balance causing failure to find +	functions after reloading script. +	<a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. +	</li>      </ul>      <h3>         <a href="https://www.scintilla.org/scite443.zip">Release 4.4.3</a> | 
