aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-04-05 13:50:00 +1100
committernyamatongwe <unknown>2013-04-05 13:50:00 +1100
commit114706d41626fcad26783759d9cd45ea25398c2d (patch)
tree894d32d8f1d656d3cf54fe6d42dbf67fcb013f9c
parent0b8276204808fbaa2711e3c2e5e5434d6d012589 (diff)
downloadscintilla-mirror-114706d41626fcad26783759d9cd45ea25398c2d.tar.gz
Credit and change log for previous commit.
-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.