aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-27 10:21:46 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-27 10:21:46 +1000
commitb9f4eda1baeeffeeee39701db618b4ba7f58eefe (patch)
tree657087801f9b8a131383579c63ac44cb69e6ec4f
parentca0c453005807c8c0ca7aea0ee7cc766aa761770 (diff)
downloadscintilla-mirror-b9f4eda1baeeffeeee39701db618b4ba7f58eefe.tar.gz
Backport: Change log.
Backport of changeset 8266:427092947bc1.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 41b222d75..898eb6d4c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -572,7 +572,8 @@
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.
- <a href="https://sourceforge.net/p/scintilla/bugs/2171/">Bug #2171</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2171/">Bug #2171</a>,
+ <a href="https://sourceforge.net/p/scintilla/bugs/2063/">Bug #2063</a>.
</li>
<li>
Optimized performance when opening huge files.