diff options
author | nyamatongwe <devnull@localhost> | 2013-06-12 11:09:22 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-06-12 11:09:22 +1000 |
commit | 667ca07a17af6b19518a9cea371e7ff1b9f35c94 (patch) | |
tree | c7d7b7a413394550ff90c2640205abf733283e23 | |
parent | 57775864b2961fddd73caaa3922667eb6d01f8ce (diff) | |
download | scintilla-mirror-667ca07a17af6b19518a9cea371e7ff1b9f35c94.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> |