diff options
author | Neil <nyamatongwe@gmail.com> | 2021-09-12 16:44:26 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-09-12 16:44:26 +1000 |
commit | 3d017cb655c23d9dfb39cbecbcaddaf14bb25117 (patch) | |
tree | 9e64ccb4408ea114ecbd13ad5300197831c2dd8d | |
parent | 8fb4932597eba2521a2e575dc0cd6cd174716e4e (diff) | |
download | scintilla-mirror-3d017cb655c23d9dfb39cbecbcaddaf14bb25117.tar.gz |
Change log.
-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> |