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 1021fe166..bb28a95fb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -525,6 +525,7 @@ <td>Gunter Königsmann</td> <td>Nicholai Benalal</td> <td>Raghda Morsy</td> + <td>Giuseppe Corbelli</td> </tr> </table> <p> @@ -553,6 +554,11 @@ <li> Regular expression crash fixed on macOS when linking to libstdc++. </li> + <li> + SciTE on GTK+, when running in single-instance mode, now forwards all command line arguments + to the already running instance. + This allows "SciTE filename -goto:line" to work. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite405.zip">Release 4.0.5</a> |