diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0a50bfd6a..d01a3a8b1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,6 +527,7 @@ <td>Luke Rasmussen</td> </tr><tr> <td>maboroshin</td> + <td>Gokul Krishnan</td> </tr> </table> <p> @@ -555,13 +556,17 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1185/">Feature #1185.</a> </li> <li> - Shell folder folds "if", "do", and "case". - <a href="https://sourceforge.net/p/scintilla/feature-requests/1144/">Feature #1144.</a> + C++ lexer fixes evaluation of "#elif". + <a href="https://sourceforge.net/p/scintilla/bugs/2045/">Bug #2045</a>. </li> <li> Markdown lexer fixes highlighting of non-ASCII characters in links. </li> <li> + Shell folder folds "if", "do", and "case". + <a href="https://sourceforge.net/p/scintilla/feature-requests/1144/">Feature #1144.</a> + </li> + <li> Fix margin cursor on Cocoa to point more accurately. </li> </ul> |