diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-28 08:18:31 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-28 08:18:31 +1000 |
commit | 96ab78c19f714004921d203f19902dac958b56fb (patch) | |
tree | 2d530279c3ef6b589c97ba6d5932c421fbcd4d50 | |
parent | b26d3a7461d1c9b1d7d3951e373c22125ee5be53 (diff) | |
download | scintilla-mirror-96ab78c19f714004921d203f19902dac958b56fb.tar.gz |
Change log.
-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. |