aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-18 09:33:40 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-18 09:33:40 +1100
commit2a469cc8054031ee127d0eeb711b5b90250443a0 (patch)
tree9a133b10f41100c185f5a45368ba037a3cf774ac /doc/ScintillaHistory.html
parentc4c91a5e9d5e966e4c81d541d2d7e95392c6c7ec (diff)
downloadscintilla-mirror-2a469cc8054031ee127d0eeb711b5b90250443a0.tar.gz
Remove the Scintilla namespace from Scintilla.h.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 931a81a26..f29b7b86e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -524,6 +524,11 @@
Released 16 October 2016.
</li>
<li>
+ The Scintilla namespace is no longer applied to struct definitions in Scintilla.h even
+ when SCI_NAMESPACE defined.
+ Client code should not define SCI_NAMESPACE.
+ </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 />