diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-09-08 13:20:39 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-09-08 13:20:39 +1000 |
| commit | 78096381917f248abc8e34a79c22b7cc3ba21211 (patch) | |
| tree | 9b1c8a837a45201e27062663dbe9275b65cadf5d | |
| parent | eb62b8e93491d96e7e8e99e6f6860d1f6441cdd9 (diff) | |
| download | scintilla-mirror-78096381917f248abc8e34a79c22b7cc3ba21211.tar.gz | |
Change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 3 |
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> |
