diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 c4d420452..b51dc04bd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -510,6 +510,9 @@ When a text margin is displayed, for annotation lines, use the background colour of the base line. </li> <li> + On Windows GDI, assume font names are encoded in UTF-8. This matches the Direct2D code path. + </li> + <li> Fix paste for GTK+ on OS X. <a href="http://sourceforge.net/p/scintilla/bugs/1677/">Bug #1677</a>. </li> |