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 | 9255ca15e02e22b098aed5b30908448db909d098 (patch) | |
tree | 73e641496c87074c859455450082d65c88038f6a | |
parent | 41cfa209750b4a06d213d4b9b8e72be40fe5a8f7 (diff) | |
download | scintilla-mirror-9255ca15e02e22b098aed5b30908448db909d098.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> |