diff options
author | Ahmet Sait <git@ahmetsait.com> | 2025-03-25 08:16:17 +1100 |
---|---|---|
committer | Ahmet Sait <git@ahmetsait.com> | 2025-03-25 08:16:17 +1100 |
commit | 5c766c5056c2531f82ef529cd92fcd160e371dfe (patch) | |
tree | 8739e82be3f742a2739b4dd8bcd62451ebc8ce27 /doc | |
parent | ce847bc8d463ccfecd4a09568445bc3fceb792fb (diff) | |
download | scintilla-mirror-5c766c5056c2531f82ef529cd92fcd160e371dfe.tar.gz |
Feature [feature-requests:#1546]. Fix building for ARM64 on Win32.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 573242ef4..98346def6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,6 +588,8 @@ <td>Joachim Mairboeck</td> <td>Gianluca Vaccari</td> <td>8day</td> + </tr><tr> + <td>Ahmet Sait</td> </tr> </table> <h2 id="Releases">Releases</h2> @@ -606,6 +608,10 @@ On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. </li> <li> + When using Visual C++ through nmake, fix building for ARM64. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1546/">Feature #1546</a>. + </li> + <li> On Qt, draw clipped UTF-8 text correctly. <a href="https://sourceforge.net/p/scintilla/bugs/2464/">Bug #2464</a>. </li> |