aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 2d07933d5..39bb8581d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -420,6 +420,8 @@
<td>Byron Hawkins</td>
<td>Alpha</td>
<td>John Donoghue</td>
+ </tr><tr>
+ <td>kudah</td>
</tr>
</table>
<p>
@@ -436,7 +438,12 @@
</h3>
<ul>
<li>
+ Haskell lexer improved in several ways.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459.</a>
+ </li>
+ <li>
Matlab/Octave lexer recognises block comments and ... comments.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1414/">Bug #1414.</a>
</li>
<li>
The PLAT_NCURSES platform now called PLAT_CURSES as may work on other implementations.