diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-02 10:46:36 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-02 10:46:36 +1000 |
commit | 96e2cda7a1dc5020904e4dd16f7752ff7360bb52 (patch) | |
tree | bd1e6953001a5c6cc79ca3ecaf38feac976ed997 | |
parent | d1c47c01e682fe02db9707ddcd5c3bfab919a28e (diff) | |
download | scintilla-mirror-96e2cda7a1dc5020904e4dd16f7752ff7360bb52.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fee151b72..147eedb83 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -499,6 +499,10 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a> </li> <li> + Matlab lexer fixes transpose operations like "X{1}'". + <a href="http://sourceforge.net/p/scintilla/bugs/1629/">Bug #1629</a>. + </li> + <li> Ruby lexer fixes bugs with the syntax of symbols including allowing a symbol to end with '?'. <a href="http://sourceforge.net/p/scintilla/bugs/1627/">Bug #1627</a>. </li> |