aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-08 13:20:39 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-08 13:20:39 +1000
commit78096381917f248abc8e34a79c22b7cc3ba21211 (patch)
tree9b1c8a837a45201e27062663dbe9275b65cadf5d
parenteb62b8e93491d96e7e8e99e6f6860d1f6441cdd9 (diff)
downloadscintilla-mirror-78096381917f248abc8e34a79c22b7cc3ba21211.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 66c552611..1342e0926 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -456,6 +456,9 @@
StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these.
</li>
<li>
+ On Cocoa, the ScintillaView.h header now hides internal implementation details from Platform.h and ScintillaCocoa.h.
+ </li>
+ <li>
On Qt, turn off idle events on destruction to prevent repeatedly calling idle.
</li>
</ul>