diff options
author | nyamatongwe <devnull@localhost> | 2000-05-08 09:10:07 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-05-08 09:10:07 +0000 |
commit | 981d47be0811e28d89faa10a014020b8b9d03eaa (patch) | |
tree | 9b144726e3f14298407cc81f4f13cee00fbeb4d1 | |
parent | 11cb2e2e6871ca89cb27529e129dfb608134e8cb (diff) | |
download | scintilla-mirror-981d47be0811e28d89faa10a014020b8b9d03eaa.tar.gz |
Added items for update.
-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> |