aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-26 12:35:19 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-26 12:35:19 +1000
commitcd17af6631aefe5313f67a0cb6452154be204ec3 (patch)
treeaf20fc4366626b1bf0ca8d8eebab6ef33fcde499
parent2e84fc97987763d2cd4874fec9420f0e366c808e (diff)
downloadscintilla-mirror-cd17af6631aefe5313f67a0cb6452154be204ec3.tar.gz
Backport: Change log additions.
Backport of changeset 8263:59b587fcd994, but without Lexilla mentions.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 574c9f364..41b222d75 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -566,6 +566,9 @@
Released 9 May 2020.
</li>
<li>
+ Constants in Scintilla.h can be disabled with SCI_DISABLE_AUTOGENERATED.
+ </li>
+ <li>
Implement per-monitor DPI Awareness on Win32 so both Scintilla and SciTE
will adapt to the display scale when moved between monitors.
Applications should forward WM_DPICHANGED to Scintilla.