diff options
author | nyamatongwe <unknown> | 2013-06-12 11:09:22 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-06-12 11:09:22 +1000 |
commit | 5702bf39aa3fa5584dafd0e2579ad7653afd50aa (patch) | |
tree | 6c2a0ab6db685dd615b6aeaecbc946a957a2f6f7 | |
parent | d257105609599d9d3888a4b571c01c7b2422854a (diff) | |
download | scintilla-mirror-5702bf39aa3fa5584dafd0e2579ad7653afd50aa.tar.gz |
Change log.
-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 728590c0f..5caa22b7e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -460,6 +460,11 @@ <li> Word wrap bug fixed where the last line could be shown twice. </li> + <li> + Fixed SciTE on GTK+ bug where a tool command could be performed using the keyboard while one was + already running leading to confusion and crashes. + <a href="http://sourceforge.net/p/scintilla/bugs/1486/">Bug #1486</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite333.zip?download">Release 3.3.3</a> |