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 | 7ada5a4a9b7cdbd98916b20f4c8d8a0c5d59f45b (patch) | |
tree | 284dca9134247c87d100eca384658e246aa7f6d7 | |
parent | e76924312831d45959c069ca5b1774c2675061c5 (diff) | |
download | scintilla-mirror-7ada5a4a9b7cdbd98916b20f4c8d8a0c5d59f45b.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> |