diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-20 11:53:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-20 11:53:07 +1000 |
commit | 63b0b747e9e64fa3b0cfb94c3dcc907a82fa492b (patch) | |
tree | 730ea4d83e7b45a62db34d66351c5b19062f410a | |
parent | cbe29ed7b372533c2955f5da6486d421b52a411c (diff) | |
download | scintilla-mirror-63b0b747e9e64fa3b0cfb94c3dcc907a82fa492b.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 dfbf0b6df..9fff60b60 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -482,6 +482,9 @@ On Qt, turn off idle events on destruction to prevent repeatedly calling idle. </li> <li> + Qt bindings in ScintillaEdit changed to use signed first parameter. + </li> + <li> Compilation errors fixed on Windows and GTK+ with SCI_NAMESPACE. </li> <li> |