diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b7aa20e60..5680ac917 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -437,6 +437,7 @@  	<td>Mark Robinson</td>        </tr><tr>  	<td>Thomas Martitz</td> +	<td>felix</td>      </tr>      </table>      <p> @@ -543,6 +544,11 @@  	SciTE fix for multiple message boxes when failing to save a file with save.on.deactivate.  	<a href="http://sourceforge.net/p/scintilla/bugs/1540/">Bug #1540</a>.  	</li> +	<li> +	SciTE on GTK+ fixes SIGCHLD handling so that Lua scripts can determine the exit status of processes +	they start. +	<a href="http://sourceforge.net/p/scintilla/bugs/1557/">Bug #1557</a>. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite336.zip?download">Release 3.3.6</a> | 
