diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-05-11 19:28:25 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-05-11 19:28:25 +1000 |
| commit | f4f04da00a0e9fa577674474dd495346d67b356a (patch) | |
| tree | 0386ff9a57272e3dc90f75d190e35656930d4c1c /doc/ScintillaHistory.html | |
| parent | 44dafb53cfee775bd3c71b8ec6f6e0ece29b6f2e (diff) | |
| download | scintilla-mirror-f4f04da00a0e9fa577674474dd495346d67b356a.tar.gz | |
Folder folds units declarations and fixes a case insensitivity bug with not
treating "IS" the same as "is".
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 3 |
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> |
