diff options
author | Neil <nyamatongwe@gmail.com> | 2013-12-12 10:19:33 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-12-12 10:19:33 +1100 |
commit | f64ff80a7c4b0c725812e396092ceeac635ee684 (patch) | |
tree | f59aa24bc98c81048540e70c9f8fa82700e388ab | |
parent | 9c52265bf030e7dbbe7ae82e903697a8e5654827 (diff) | |
download | scintilla-mirror-f64ff80a7c4b0c725812e396092ceeac635ee684.tar.gz |
Mention responsive scrolling change for Cocoa in 3.3.7 release.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index de9425c44..bff068f4a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -513,6 +513,9 @@ When scroll width is tracked, take width of annotation lines into account. </li> <li> + For Cocoa on OS X 10.9, responsive scrolling is supported. + </li> + <li> On Cocoa, apply font quality setting to line numbers. <a href="http://sourceforge.net/p/scintilla/bugs/1544/">Bug #1544</a>. </li> |