diff options
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5a05c66f1..c44e50530 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -457,7 +457,7 @@ </li> <li> Avoid false matches in errorlist lexer which is used for the SciTE output pane - by stricter checking of ctags lines. + by stricter checking of ctags lines. </li> <li> SQL folder folds 'create view' statements. @@ -477,11 +477,11 @@ dealloc removed from @interface. </li> <li> - On Cocoa, memory leak fixed for MarginView. + On Cocoa, fixed appearance of alpha rectangles to use specified alpha and colour for outline as well as corner size. + This makes INDIC_STRAIGHTBOX and INDIC_ROUNDBOX look correct. </li> <li> - On Cocoa, fixed appearance of alpha rectangles so that outline uses specified colour and alpha. - This makes INDIC_STRAIGHTBOX look correct and INDIC_ROUNDBOX is only missing rounded corners. + On Cocoa, memory leak fixed for MarginView. </li> <li> On Cocoa, drag image fixed when view scrolled. |