diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 57ca2e0f5..c561521c9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -524,6 +524,11 @@ For GTK+, fix some crashes when using multiple threads. </li> <li> + Platform layer font cache removed on GTK+ as platform-independent caches are used. + This avoids the use of thread locking and initialisation of threads so any GTK+ + applications that rely on Scintilla initialising threads will have to do that themselves. + </li> + <li> SciTE bug fixed with exported HTML where extra line shown. <a href="http://sourceforge.net/p/scintilla/bugs/1816/">Bug #1816</a>. </li> |