diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-23 18:22:55 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-23 18:22:55 +1100 |
commit | 0f5d317a61cc30fb4699a85db0fc3ad083760106 (patch) | |
tree | fe8afcf7794e07e9d520e986097da9348de0b27a | |
parent | 1fc86b17675485cd1c256183c89170102031ca60 (diff) | |
download | scintilla-mirror-0f5d317a61cc30fb4699a85db0fc3ad083760106.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dc40ad5b1..3f85ee14e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -466,8 +466,15 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1538/">Bug #1538</a>. </li> <li> + When scroll width is tracked, take width of annotation lines into account. + </li> + <li> On Qt, bug fixed with finding monitor rectangle which could lead to autocomplete showing at wrong location. </li> + <li> + SciTE fix for multiple message boxes when failing to save a file with save.on.deactivate. + <a href="http://sourceforge.net/p/scintilla/bugs/1540/">Bug #1540</a>. + </li> <ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite336.zip?download">Release 3.3.6</a> |