diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-10 10:43:16 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 10:43:16 +1100 |
commit | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (patch) | |
tree | 676a4d0f0fb7a03dfd4c24e5e8eef93b2304c12f | |
parent | 39ff993a1563ca6b77e8bbe03c4def0f19b1ae1a (diff) | |
download | scintilla-mirror-98bdc254f4f654b9e9191d4684d4c8fe7c953cfe.tar.gz |
Forgot fix.
-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 171afc4a8..63b56f701 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -599,6 +599,11 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2306/">Bug #2306</a>. </li> <li> + On GTK, use fractional positioning to help Chinese characters in monospaced fonts + line up better with roman characters. + <a href="https://sourceforge.net/p/scintilla/bugs/2310/">Bug #2310</a>. + </li> + <li> On macOS allow Scintilla to run if built without cursor images. <a href="https://sourceforge.net/p/scintilla/feature-requests/1425/">Feature #1425</a>. </li> |