aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-20 14:09:49 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-20 14:09:49 +1000
commite88c427ffcf8731edf9dc0957c28c3e0ec78bda5 (patch)
treed6fa2bb622cdc80b09beb797e57b14d6bdaa1909
parent8b26f479923b34452ee12d38d79dfac47e9ff1d6 (diff)
downloadscintilla-mirror-e88c427ffcf8731edf9dc0957c28c3e0ec78bda5.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 027117978..e0ccc5966 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -472,6 +472,9 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1512/">Bug #1512</a>.
</li>
<li>
+ Fixed bug on Cocoa where coordinates were relative to text subview instead of whole view.
+ </li>
+ <li>
Ensure selection redrawn correctly in two cases.
When switching from stream to rectangular selection with Alt+Shift+Up.
When reducing the range of an additional selection by moving mouse up.