diff options
| author | nyamatongwe <devnull@localhost> | 2000-06-22 12:49:52 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-06-22 12:49:52 +0000 | 
| commit | bd63a4f381e57366d0d9e58f57242eaa5f4c79c2 (patch) | |
| tree | f64e9d4b493db0230635488e7c89021a452f1cb7 | |
| parent | 9598bdd5fb097340eda7e3277e53fe34e39ee75b (diff) | |
| download | scintilla-mirror-bd63a4f381e57366d0d9e58f57242eaa5f4c79c2.tar.gz | |
Started on update for 1.27.
| -rw-r--r-- | doc/ScintillaHistory.html | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3009a5202..c8a067623 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -126,6 +126,25 @@        </li>      </ul>      <h3> +       <a href="scite127.zip">Release 1.27</a> +    </h3> +    <ul> +      <li> +        Released on 23 June 2000. +      </li> +      <li> +         Indentation guides. View whitespace mode may be set to not display whitespace +	 in indentation. +      </li> +      <li> +        Set methods have corresponding gets for UndoCollection, BufferedDraw,  +	CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. +      </li> +      <li> +        Bug fixed with preprocessor '#' last visible character causing hang. +      </li> +    </ul> +    <h3>         <a href="scite126.zip">Release 1.26</a>      </h3>      <ul> | 
