diff options
author | nyamatongwe <devnull@localhost> | 2009-08-06 23:42:38 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-08-06 23:42:38 +0000 |
commit | 0a090775f72e4e0aaf04c068d87681c3885e8271 (patch) | |
tree | b94bd72d079ed1a3bf42b27eb8db2dd7350ec147 | |
parent | 62e70415c695e46865b616e9e33d247b0b6b37f7 (diff) | |
download | scintilla-mirror-0a090775f72e4e0aaf04c068d87681c3885e8271.tar.gz |
More changes.
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 26eda6354..5b820c84f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -365,6 +365,9 @@ Virtual space allows selecting beyond the last character on a line. </li> <li> + SciTE on GTK+ path bar is now optional and defaults to off. + </li> + <li> MagikSF lexer recognises numbers correctly. </li> <li> @@ -400,6 +403,11 @@ Bug fixed where EN_CHANGE notification was sent when performing a paste operation in a read-only document. Bug #2825485. </li> + <li> + Refactored code so that Scintilla exposes less of its internal implementation and uses the C++ standard + library for some basic collections. Projects that linked to Scintilla's SString or PropSet classes + should copy this code from a previous version of Scintilla or from SciTE. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite179.zip?download">Release 1.79</a> |