diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2023-09-27 15:45:05 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2023-09-27 15:45:05 +1000 |
commit | e1fe0a2bb0f5fc078f719198276757e4319e0e43 (patch) | |
tree | a0e846192c47440a787bc1f512dbc27071ffd806 /doc | |
parent | 2ce3269bf0331da6b23cfcc7d954dc7bad33518d (diff) | |
download | scintilla-mirror-e1fe0a2bb0f5fc078f719198276757e4319e0e43.tar.gz |
Deprecated methods disableFlushWindow and enableFlushWindow are avoided on
macOS 10.14+.
Test application contains example calls that exercize this when available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 27a9a259b..bfa7ab60a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,17 @@ </table> <h2>Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla538.zip">Release 5.3.8</a> + </h3> + <ul> + <li> + Released 22 September 2023. + </li> + <li> + For Cocoa, do nothing for suspendDrawing on macOS 10.14+ as the underlying calls have been deprecated. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla537.zip">Release 5.3.7</a> </h3> <ul> |