diff options
author | nyamatongwe <devnull@localhost> | 2003-08-09 10:30:38 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-08-09 10:30:38 +0000 |
commit | a3ceb216b0035706aa93fa5e557c0d7266b32d10 (patch) | |
tree | 3630ee3b0175a36c209c497fc86bc97420286f72 | |
parent | 2653695e31d2936d4bb0d66bd223f9428d81f424 (diff) | |
download | scintilla-mirror-a3ceb216b0035706aa93fa5e557c0d7266b32d10.tar.gz |
Fixed bug with output.vertical.size not being used.
-rw-r--r-- | doc/ScintillaHistory.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1a66c6c58..52070ef4b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -152,6 +152,33 @@ <li> Released on 12 August 2003. </li> + <li> + SciTE on GTK+ 2.x can display a tab bar. + </li> + <li> + Lexer for PostScript. + </li> + <li> + Lexer for the NSIS scripting language. + </li> + <li> + New lexer for POV-Ray replaces previous implementation. + </li> + <li> + SQL lexer allows double quoted strings. + </li> + <li> + + </li> + <li> + + </li> + <li> + + </li> + <li> + + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite153.zip?download">Release 1.53</a> |