diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-04 10:35:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-04 10:35:11 +1000 |
commit | 97e0dc77c269a2cabdb7e86fd0e8e9cacfa6bffb (patch) | |
tree | 18de0570018a4cc8e3042272a586d4e81376b847 | |
parent | 9c77b13e38a7c6e494c8bf11edfcc55152f16413 (diff) | |
download | scintilla-mirror-97e0dc77c269a2cabdb7e86fd0e8e9cacfa6bffb.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f70bb002b..4c74f6b82 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -514,6 +514,9 @@ On Qt, fixed layout problem when QApplication construction delayed. </li> <li> + On Qt, find_text reports failure with -1 as first element of return value. + </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>. |