diff options
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bdf49ffc9..080c223a3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -601,6 +601,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2281/">Bug #2281</a>. </li> <li> + On GTK, fix the line spacing so that underscores and accents are visible for some fonts such as + DejaVu Sans Mono 10. + </li> + <li> On Cocoa, fix memory leak caused by circular references. <a href="https://sourceforge.net/p/scintilla/bugs/2268/">Bug #2268</a>. </li> |