aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-06 08:04:20 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-06 08:04:20 +1100
commit9dcbef9e17af191c13c6b5c90ae2fc71f0be8583 (patch)
tree1289ae0486ef208a7ec4289e1780f836bfacf4d4 /doc
parentfff4fd06d77e66010dba3ba604b2c714a02f5a19 (diff)
downloadscintilla-mirror-9dcbef9e17af191c13c6b5c90ae2fc71f0be8583.tar.gz
Fix crashes and other bugs by removing folding of do-label constructs.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index cbfa833d4..6fb9b4c8f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -468,6 +468,9 @@
Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
</li>
<li>
+ Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs.
+ </li>
+ <li>
Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move.
</li>
</ul>