diff options
author | nyamatongwe <devnull@localhost> | 2009-07-01 06:42:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-01 06:42:31 +0000 |
commit | d9ccaf73cb8bf62b377434ac55792abacabae245 (patch) | |
tree | eff1d0417fd871a23db186f948c4b8e2c3d46a02 | |
parent | 266438d4bae3d97cee9a24b6aeea8e0f318a2e87 (diff) | |
download | scintilla-mirror-d9ccaf73cb8bf62b377434ac55792abacabae245.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> |