diff options
author | Neil <nyamatongwe@gmail.com> | 2015-10-27 09:03:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-10-27 09:03:56 +1100 |
commit | ee666afc936d5b360006116db105ef18f22003cf (patch) | |
tree | 169139412732d2f1da7d57307974ad02138b1874 | |
parent | b557864a423899532ba3e0207938270c3fcd0854 (diff) | |
download | scintilla-mirror-ee666afc936d5b360006116db105ef18f22003cf.tar.gz |
Log previous change.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8ba8315ee..3609396ac 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,11 @@ at the time the ScintillaView was deleted although there may have been other cases. </li> <li> + Fix bug with SCI_LINEENDDISPLAY where the caret moved to the next document line instead of the + end of the display line. + <a href="http://sourceforge.net/p/scintilla/bugs/1772/">Bug #1772</a>. + </li> + <li> Report error (SC_STATUS_FAILURE) when negative length passed to SCI_SETSTYLING. <a href="http://sourceforge.net/p/scintilla/bugs/1768/">Bug #1768</a>. </li> |