diff options
author | nyamatongwe <unknown> | 2007-01-14 03:35:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-01-14 03:35:31 +0000 |
commit | a7a3e2ec940d739f20c0ab9d73b6451223343f8e (patch) | |
tree | 043f7a8b678ace3f297670c4cdbda31b06e3c907 | |
parent | f4f57677133e4d81391c208591a47d4977e4d9f3 (diff) | |
download | scintilla-mirror-a7a3e2ec940d739f20c0ab9d73b6451223343f8e.tar.gz |
Updated for release.
-rw-r--r-- | doc/ScintillaHistory.html | 57 | ||||
-rw-r--r-- | doc/index.html | 4 |
2 files changed, 57 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f647a5d4f..6d3ef6fcf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -241,12 +241,65 @@ </h3> <ul> <li> - Released on 13 January 2007. + Released on 15 January 2007. + </li> + <li> + Performance of per-line data improved. + </li> + <li> + SC_STARTACTION flag set on the first modification notification in an undo + transaction to help synchronize the container's undo stack with Scintilla's. </li> <li> On GTK+ drag and drop defaults to move rather than copy. </li> - <ul> + <li> + Scintilla supports extending appearance of selection to right hand margin. + </li> + <li> + Incremental search available on GTK+. + </li> + <li> + Find in Files can optionally ignore binary files or directories that start with ".". + </li> + <li> + Export as HTML shows folding with underline lines and +/- symbols. + </li> + <li> + Ruby lexer interprets interpolated strings as expressions. + </li> + <li> + Lua lexer fixes some cases of numeric literals. + </li> + <li> + NSIS folder handles !if and related commands. + </li> + <li> + Inno setup lexer adds styling for single and double quoted strings. + </li> + <li> + Matlab lexer handles backslashes in string literals correctly. + </li> + <li> + HTML lexer fixed to allow "?>" in comments in Basic script. + </li> + <li> + SciTE on GTK+, fixed loop that occurred with automatic loading for an unreadable file. + </li> + <li> + Fixed infinite loop for SCI_GETCOLUMN for position beyond end of document. + </li> + <li> + Fixed failure to accept typing on Solaris/GTK+ when using default ISO-8859-1 encoding. + </li> + <li> + Fixed warning from Lua in SciTE when creating a new buffer when already have + maximum number of buffers open. + </li> + <li> + Crash fixed with "%%" at end of batch file. + </li> + </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite171.zip?download">Release 1.71</a> </h3> diff --git a/doc/index.html b/doc/index.html index 50232a578..c9557f91f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20070113" /> + <meta name="Date.Modified" content="20070115" /> <style type="text/css"> .versionlist { color: #FFCC99; @@ -37,7 +37,7 @@ </td> <td width="40%" align="right"> <font color="#FFCC99" size="3"> Release version 1.72<br /> - Site last modified January 13 2007</font> + Site last modified January 15 2007</font> </td> <td width="20%"> |