X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1244d2e07fd3ddf1123613d54ae3ae3503256119..f87ddf1834c677a33f0c8d243d580d6d105447ef:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index d1769863ed..93013b73ad 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -46,7 +46,9 @@ changes: - Some structure fields which used to be of type "const wxChar *" (such as wxCmdLineEntryDesc::shortName, longName and description fields) are now of type "const char *", you need to remove wxT() or _T() around the values used - to initialize them (which should normally always be ASCII). + to initialize them (which should normally always be ASCII). If you want your + code to remain compatible with Unicode build of previous wx version, please + use the special wxT_2, which is the same as wxT in 2.x only, instead. - wxIPC classes didn't work correctly in Unicode build before, this was fixed but at a price of breaking backwards compatibility: many methods which used @@ -68,7 +70,7 @@ Also the "applet", "deprecated", "fl", "mmedia" and "plot" contrib libraries were removed as they were unmaintained and broken since several years. The "gizmos", "ogl", "net" and "foldbar" contribs have been moved to wxCode (see http://wxcode.sourceforge.net/complist.php); they are now -open for futher development by volunteers. +open for further development by volunteers. The "stc" and "svg" contribs instead have been moved respectively into a new "official" library stc and in the core lib.