diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-02-22 11:13:52 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-02-22 11:13:52 +1100 |
commit | ebba676e693c952b36546bff7870602f3b269b7f (patch) | |
tree | 50c40e925f26acabd9344682bf0bd593a7bc6bb0 | |
parent | a7c1fb0044d621785fef5bc7f6abd577b20e8ff5 (diff) | |
download | scintilla-mirror-ebba676e693c952b36546bff7870602f3b269b7f.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ad582306e..372cccfa8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -490,6 +490,10 @@ Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move. </li> <li> + On Cocoa reduce scrollable height by one line to fix bugs with moving caret + up or down. + </li> + <li> On Cocoa fix calltips which did not appear when they were created in an off-screen position. </li> </ul> |