aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorChinh Nguyen <unknown>2019-01-06 09:52:38 +1100
committerChinh Nguyen <unknown>2019-01-06 09:52:38 +1100
commit2e794b1ef52cb04e93f65906a266095bc8eae4f6 (patch)
tree9d4cd00f6319eec0dd38c7e0f9d5d78b1784d896 /doc/ScintillaHistory.html
parentc3caf294be67a3de63c607689f28cbc390900754 (diff)
downloadscintilla-mirror-2e794b1ef52cb04e93f65906a266095bc8eae4f6.tar.gz
Bug [#2022]. Fix incorrect horizontal offset on macOS 10.14 Mojave.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index bf58633c6..b84fc1f3d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -604,6 +604,10 @@
Notify with SC_UPDATE_SELECTION when user performs a multiple selection add.
</li>
<li>
+ On macOS 10.14 Cocoa, fix incorrect horizontal offset.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2022/">Bug #2022</a>.
+ </li>
+ <li>
On Cocoa, fix a crash that occurred when entering a dead key diacritic then a character
that can not take that diacritic, such as option+e (acute accent) followed by g.
<a href="https://sourceforge.net/p/scintilla/bugs/2061/">Bug #2061</a>.