diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2024-08-16 17:21:53 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2024-08-16 17:21:53 +1000 |
commit | ae3b01d2b1eb8dc532f616fb2f24aac954775f45 (patch) | |
tree | 17247b5f07753ab2d81758ce64c6f677ff26b41a /doc | |
parent | dcbc339899911e1a3a743de1c0c25d0c253dd39a (diff) | |
download | scintilla-mirror-ae3b01d2b1eb8dc532f616fb2f24aac954775f45.tar.gz |
On Cocoa implement more values of font weight and stretch.
Diffstat (limited to 'doc')
-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 67795148c..0f0d7911f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -609,6 +609,9 @@ <li> Fix bug on Cocoa where double-click stopped working when system had been running for a long time. </li> + <li> + On Cocoa implement more values of font weight and stretch. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla551.zip">Release 5.5.1</a> |