diff options
| author | nyamatongwe <unknown> | 2009-07-01 06:42:31 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-01 06:42:31 +0000 |
| commit | c8d7adcbcd1c800547b880242609e4e1f23dfa4e (patch) | |
| tree | eff1d0417fd871a23db186f948c4b8e2c3d46a02 | |
| parent | 9572f01988851237999369f2664da67c56f93304 (diff) | |
| download | scintilla-mirror-c8d7adcbcd1c800547b880242609e4e1f23dfa4e.tar.gz | |
Included some additional items from mail archive.
| -rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 056614393..a907a5528 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -382,7 +382,11 @@ </ul> </li> <li> - Cocoa platform included. + Cocoa platform added. + </li> + <li> + Names of struct types in Scintilla.h now start with "Sci_" to avoid possible clashes with platform + definitions. Currently, the old names still work but these will be phased out. </li> <li> When lines are wrapped, subsequent lines may be indented to match the indent of the initial line, @@ -409,6 +413,9 @@ It treats keyword argument names as being equivalent to symbols. Feature #2794901. </li> <li> + Pascal lexer bug fixed to prevent hang when 'interface' near beginning of file. Bug #2802863. + </li> + <li> XML lexer fixes bug where Unicode entities like '&—' were broken into fragments. Bug #2804760. </li> <li> |
