diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 14 | 
1 files changed, 12 insertions, 2 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0eb02c606..5583f6348 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -112,14 +112,14 @@      </h3>      <ul>        <li> -        Released on 1 May 2000. +        Released on 9 May 2000.        </li>        <li>          Some Unicode support on Windows. Treats buffer and API as UTF-8 and displays  	through UCS-2 of Windows.        </li>        <li> -        Automatic indentation. +        Automatic indentation. Indentation size can be different to tab size.        </li>        <li>          Tool bar. @@ -128,6 +128,10 @@          Status bar now on Windows as well as GTK+.        </li>        <li> +        Input fields in Find and Replace dialogs now have history on both Windows and +	GTK+. +      </li> +      <li>          Auto completion list items may be separated by a chosen character to allow spaces  	in items. The selected item may be changed through the API.        </li> @@ -161,6 +165,12 @@        <li>          Fix for crash with very long lines.        </li> +      <li> +        Fix to affect all of rectangular selections with deletion and case changing. +      </li> +      <li> +        Removed non-working messages that had been included only for Richedit compatibility. +      </li>      </ul>      <h3>         <a href="scite124.zip">Release 1.24</a> | 
