aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html10
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 &rarr; Sci_CharacterRange<br />
+ TextRange &rarr; Sci_TextRange<br />
+ TextToFind &rarr; Sci_TextToFind<br />
+ RangeToFormat &rarr; Sci_RangeToFormat<br />
+ NotifyHeader &rarr; Sci_NotifyHeader
+ </li>
+ <li>
Accessibility support allowing screen readers to work added on GTK+ and Cocoa.
</li>
<li>