diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-06 09:59:08 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-06 09:59:08 +1000 |
commit | 365bab24a17f61babbaa57ef80f46ae7c41bf4b7 (patch) | |
tree | 5a73478a60c271269e8e523931b319c6a5bbdcf8 | |
parent | 0c1b89f118afc8d31ec9b05ed50946036fc43199 (diff) | |
download | scintilla-mirror-365bab24a17f61babbaa57ef80f46ae7c41bf4b7.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index eb07ac904..bd3fce68f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -529,6 +529,22 @@ On GTK+, use the full character width for the overstrike caret for multibyte characters. </li> <li> + On Qt, set list icon size to largest icon. Add padding on OS X. + <a href="http://sourceforge.net/p/scintilla/bugs/1634/">Bug #1634</a>. + </li> + <li> + On Qt, fix building on FreeBSD 9.2. + <a href="http://sourceforge.net/p/scintilla/bugs/1635/">Bug #1635</a>. + </li> + <li> + On Qt, add a get_character method on the document. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1064/">Feature #1064.</a> + </li> + <li> + On Qt, add SCI_* for methods to ScintillaConstants.py. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1065/">Feature #1065.</a> + </li> + <li> SciTE on GTK+ crash fixed with Insert Abbreviation command. </li> <li> |