diff options
author | Unknown <neilh@scintilla.org> | 2013-11-26 20:07:07 +1100 |
---|---|---|
committer | Unknown <neilh@scintilla.org> | 2013-11-26 20:07:07 +1100 |
commit | f398d7e31e7df79e6204adbd59e92a337c5a37b8 (patch) | |
tree | 369b6e6404871238ce9127723d84a6a54dce0c16 | |
parent | bb315b612f5e0ea8b6fddd03626898302ebe792c (diff) | |
download | scintilla-mirror-f398d7e31e7df79e6204adbd59e92a337c5a37b8.tar.gz |
Change log.
-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> |