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 | 03914bca318572625e1518d6d385d9829611fa6a (patch) | |
tree | 3c3f8334bef2dea5ea1c1d5439bd4392f150f4d6 | |
parent | 7165e22b51b8660fe81a0f4d4b99f31184154e73 (diff) | |
download | scintilla-mirror-03914bca318572625e1518d6d385d9829611fa6a.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> |