aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-28 08:18:31 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-28 08:18:31 +1000
commit184b65999c43c9a6bb9c9d3e0ab694d42bb5c8d3 (patch)
tree543b33ec029fc30253ff2943ebc7a019df298104
parentb1ea6376b8160833307bb2b7a44d373f8090b348 (diff)
downloadscintilla-mirror-184b65999c43c9a6bb9c9d3e0ab694d42bb5c8d3.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html8
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.