diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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> |