diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 47b2dd43d..758acc9fc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -524,6 +524,16 @@ Released 16 October 2016. </li> <li> + Structure names in Scintilla.h without prefixes are deprecated and will now only + be usable with INCLUDE_DEPRECATED_FEATURES defined.<br /> + Use the newer names with the "Sci_" prefix:<br /> + CharacterRange → Sci_CharacterRange<br /> + TextRange → Sci_TextRange<br /> + TextToFind → Sci_TextToFind<br /> + RangeToFormat → Sci_RangeToFormat<br /> + NotifyHeader → Sci_NotifyHeader + </li> + <li> Accessibility support allowing screen readers to work added on GTK+ and Cocoa. </li> <li> |