backport CDATA code in wxHTML
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 23 Feb 2003 23:11:23 +0000 (23:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 23 Feb 2003 23:11:23 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/toback24.txt

index 8cec1c8770e5e0fe3ce35568bb5b41f973c2372d..a87e9572a8fb4d302430c32cbd40371d11944813 100644 (file)
@@ -389,3 +389,17 @@ Checking in src/motif/dcclient.cpp;
 new revision: 1.47; previous revision: 1.46
 done
 
+
+31. [wxHTML] Fix parsing of CDATA tags and ignore <script>
+
+CVS: [VS] wxWindows/src/html htmlpars.cpp,1.29,1.30 htmltag.cpp,1.31,1.32
+CVS: [VS] wxWindows/src/html m_layout.cpp,1.17,1.18
+
+
+32. Fix wxFileConfig behaviour in Unicode mode
+
+Note: this must be done a bit differently, w/o wxFileConfig::m_conv!
+CVS: [VS] wxWindows/include/wx fileconf.h,1.39,1.40
+CVS: [VS] wxWindows/src/common fileconf.cpp,1.93,1.94
+CVS: [VS] wxWindows/include/wx strconv.h,1.12,1.13
+CVS: [VS] wxWindows/src/common strconv.cpp,1.71,1.72