diff options
author | Neil <nyamatongwe@gmail.com> | 2015-08-22 09:42:45 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-08-22 09:42:45 +1000 |
commit | 4e8b2664875fbb809f6429bee5f2ad6906d5641d (patch) | |
tree | 7ee6c6b42cb9e47f9cc765f9598ed6998f66356b | |
parent | a8bc9f5af423f960d5725f26cbcd2dd63e4adcba (diff) | |
download | scintilla-mirror-4e8b2664875fbb809f6429bee5f2ad6906d5641d.tar.gz |
Change log for SciTE.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a4f53154a..d8fb1fb09 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -474,6 +474,7 @@ <td>Jiří Techet</td> <td>Jonathan Hunt</td> <td>Serg Stetsuk</td> + <td>Jordan Jueckstock</td> </tr> </table> <p> @@ -517,6 +518,10 @@ Fix find strip in SciTE on Windows XP to be visible. </li> <li> + SciTE on Windows changes the way it detects that a tool has finished executing to ensure all output data + from the process is read. + </li> + <li> On GTK+ the keyboard command for View | End of Line was changed to Ctrl+Shift+N to avoid clash with Search | Selection Add Next. <a href="http://sourceforge.net/p/scintilla/bugs/1750/">Bug #1750</a>. |