diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 99df6e10e..5125a4e98 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -116,7 +116,7 @@ </h3> <ul> <li> - Released on 2 February 2002. + Released on 4 February 2002. </li> <li> Crashing bug fixed in Editor::Paint. @@ -140,6 +140,10 @@ Compilation fix for static linking. </li> <li> + Limited maximum line length handled to 8000 characters as previous + value of 16000 was causing stack exhaustion crashes for some. + </li> + <li> When whole document line selected, only the last display line gets the extra selected rectangle at the right hand side rather than every display line. |