aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-05-11 19:28:25 +1000
committerNeil <nyamatongwe@gmail.com>2015-05-11 19:28:25 +1000
commitef8100fc09f74722b1a0afbd7f3a5373aa23ddd5 (patch)
tree0a4b4bd27e198bbc6a500fd3f9b6f1deb5fad115 /doc
parent7f95f0fd8ca4aa0d948fcdcfea8ed222ce97bc68 (diff)
downloadscintilla-mirror-ef8100fc09f74722b1a0afbd7f3a5373aa23ddd5.tar.gz
Folder folds units declarations and fixes a case insensitivity bug with not
treating "IS" the same as "is".
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 569fa2106..f59fe69fd 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -501,6 +501,9 @@
Verilog folder folds interface definitions.
</li>
<li>
+ VHDL folder folds units declarations and fixes a case insensitivity bug with not treating "IS" the same as "is".
+ </li>
+ <li>
Fix link error on Windows when SCI_NAMESPACE used.
</li>
<ul>