aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-10-27 09:03:56 +1100
committerNeil <nyamatongwe@gmail.com>2015-10-27 09:03:56 +1100
commit9255ca15e02e22b098aed5b30908448db909d098 (patch)
tree73e641496c87074c859455450082d65c88038f6a
parent41cfa209750b4a06d213d4b9b8e72be40fe5a8f7 (diff)
downloadscintilla-mirror-9255ca15e02e22b098aed5b30908448db909d098.tar.gz
Log previous change.
-rw-r--r--doc/ScintillaHistory.html5
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>