diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-30 09:29:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-30 09:29:01 +1100 |
commit | c9cf7c541e41314bbef890070f79ed17bc0515bd (patch) | |
tree | 4c04d4080aaf921f6890c9796824142a926d1d21 | |
parent | 80c7945aff05cb19cc21955324b4e1327ec52764 (diff) | |
download | scintilla-mirror-c9cf7c541e41314bbef890070f79ed17bc0515bd.tar.gz |
Change log.
-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 0941334ea..529e22eb0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -496,6 +496,9 @@ SQL lexer fixes a bug with the q-quote operator. </li> <li> + Verilog folder fixes a bug with inconsistent folding when fold.comment is on. + </li> + <li> Add new indicator INDIC_COMPOSITIONTHIN to mimic the appearance of non-target segments in OS X IME. </li> |