diff options
author | Neil <nyamatongwe@gmail.com> | 2016-11-18 09:33:40 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-11-18 09:33:40 +1100 |
commit | 2a469cc8054031ee127d0eeb711b5b90250443a0 (patch) | |
tree | 9a133b10f41100c185f5a45368ba037a3cf774ac /doc/ScintillaHistory.html | |
parent | c4c91a5e9d5e966e4c81d541d2d7e95392c6c7ec (diff) | |
download | scintilla-mirror-2a469cc8054031ee127d0eeb711b5b90250443a0.tar.gz |
Remove the Scintilla namespace from Scintilla.h.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
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 /> |