diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-15 19:48:29 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-15 19:48:29 +1100 |
commit | 982ee92ffbbd5c2f223a06ec5bf42910cefc4894 (patch) | |
tree | 522c6f6a8c9880ce402632085e2cf89b8abc9df9 | |
parent | 407d7bb2a13361bbf0a640a25e735534a9da4fb8 (diff) | |
download | scintilla-mirror-982ee92ffbbd5c2f223a06ec5bf42910cefc4894.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 917966485..fd9617bd1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -513,6 +513,10 @@ indicators with this style on contiguous lines may touch. </li> <li> + Fix adaptive scrolling speed for GTK+ on OS X with GTK Quartz backend (as opposed to X11 backend). + <a href="http://sourceforge.net/p/scintilla/bugs/1696/">Bug #1696</a>. + </li> + <li> Fix crash in SciTE when saving large files in background when closing application. <a href="http://sourceforge.net/p/scintilla/bugs/1691/">Bug #1691</a>. </li> |