aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-02-04 09:03:21 +0000
committernyamatongwe <devnull@localhost>2002-02-04 09:03:21 +0000
commit8afa79e790ecde96d1ddd00349ef806577c9f25c (patch)
tree0e423f626a66728966ffe4f921a4913643fa805f /doc/ScintillaHistory.html
parent4b62baf85e53ef021ab8c5000b929622f0dddee5 (diff)
downloadscintilla-mirror-8afa79e790ecde96d1ddd00349ef806577c9f25c.tar.gz
Changed line length limit to 8000 to avoid stack exhaustion.rel-1-44
Changed date of 1.44 release.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
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.