+
+
+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
+CVS: [VS] wxWindows/src/html htmltag.cpp,1.32,1.33
+
+
+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
+
+33. Fix memory leak in wxMimeTypesManager
+
+http://sf.net/tracker/index.php?func=detail&aid=685580&group_id=9863&atid=309863
+
+Checking in src/unix/mimetype.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp
+new revision: 1.32; previous revision: 1.31
+
+34. Fix memory leak in generic wxFileDialog
+
+http://sf.net/tracker/index.php?func=detail&aid=696164&group_id=9863&atid=309863
+
+Checking in src/generic/filedlgg.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/generic/filedlgg.cpp,v <-- filedlgg.cpp
+new revision: 1.84; previous revision: 1.83
+
+33. Add support for GTK2 label mnemonics (patch #689573)
+
+CVS: [VS] wxWindows/src/gtk button.cpp,1.53,1.54 checkbox.cpp,1.52,1.53 control.cpp,1.26,1.27 radiobut.cpp,1.42,1.43
+CVS: [VS] wxWindows/include/wx/gtk control.h,1.16,1.17
+CVS: [VS] wxWindows/docs changes.txt,1.255,1.256
+CVS: [VS] wxWindows/src/gtk control.cpp,1.27,1.28
+
+34. Accept '\r' as delimiter when parsing dates (bug #684617)
+
+CVS: [VZ] wxWindows/src/common datetime.cpp,1.73,1.74
+
+35. Fix wxFontEncoding values:
+
+make wxFONTENCODING_EUC_JP == wxFONTENCODING_UTF8 + 1 in wx/fontenc.h
+
+http://sf.net/tracker/index.php?func=detail&aid=703260&group_id=9863&atid=109863
+
+36. Add SetFonts to wxHTML printing classes; SetFonts(a,b,NULL) can be used
+to set default sizes now.
+
+(Do not apply wxHtmlEasyPrinting part of this changes!)
+
+Checking in src/html/winpars.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/html/winpars.cpp,v <-- winpars.cpp
+new revision: 1.38; previous revision: 1.37
+Checking in src/html/htmprint.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/html/htmprint.cpp,v <-- htmprint.cpp
+new revision: 1.29; previous revision: 1.28
+cvs diff: [21:30:15] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/html
+Checking in samples/html/printing/printing.cpp;
+/pack/cvsroots/wxwindows/wxWindows/samples/html/printing/printing.cpp,v <-- printing.cpp
+new revision: 1.9; previous revision: 1.8
+cvs diff: [21:30:19] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/html/printing
+Checking in include/wx/html/htmldefs.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmldefs.h,v <-- htmldefs.h
+new revision: 1.8; previous revision: 1.7
+Checking in include/wx/html/htmlwin.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmlwin.h,v <-- htmlwin.h
+new revision: 1.35; previous revision: 1.34
+Checking in include/wx/html/htmprint.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmprint.h,v <-- htmprint.h
+new revision: 1.13; previous revision: 1.12
+Checking in include/wx/html/winpars.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/winpars.h,v <-- winpars.h
+new revision: 1.18; previous revision: 1.17
+Checking in docs/changes.txt;
+/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
+new revision: 1.258; previous revision: 1.257
+Checking in docs/latex/wx/htwindow.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwindow.tex,v <-- htwindow.tex
+new revision: 1.27; previous revision: 1.26
+Checking in docs/latex/wx/htwinprs.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwinprs.tex,v <-- htwinprs.tex
+new revision: 1.19; previous revision: 1.18
+Checking in docs/latex/wx/htprint.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htprint.tex,v <-- htprint.tex
+new revision: 1.7; previous revision: 1.6
+Checking in docs/latex/wx/htdcrend.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htdcrend.tex,v <-- htdcrend.tex
+new revision: 1.8; previous revision: 1.7
+
+37. Backport wxLANGUAGE_CHINESE_TRADITIONAL fix in src/common/intl.cpp
+ (replace zh_CN with zh_TW)
+
+38. Owner-drawn (coloures) buttons don't draw multiline labels correctly
+
+http://sf.net/tracker/index.php?func=detail&aid=672894&group_id=9863&atid=109863
+
+Checking in src/msw/button.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/button.cpp,v <-- button.cpp
+new revision: 1.59; previous revision: 1.58
+
+39. Alt-letter didn't switch focus to a spin ctrl following static control
+ with "&letter" accel
+
+http://sf.net/tracker/index.php?func=detail&aid=672974&group_id=9863&atid=109863
+
+Checking in src/msw/spinctrl.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/spinctrl.cpp,v <-- spinctrl.cpp
+new revision: 1.24; previous revision: 1.23
+Checking in include/wx/msw/spinctrl.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/spinctrl.h,v <-- spinctrl.h
+new revision: 1.16; previous revision: 1.15
+
+40. calling SetValue(GetValue()) didn't reset the modified flag
+
+http://sf.net/tracker/index.php?func=detail&aid=678391&group_id=9863&atid=109863
+
+Checking in src/msw/textctrl.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/textctrl.cpp,v <-- textctrl.cpp
+new revision: 1.164; previous revision: 1.163
+
+41. Radio button consecutive groups bug
+
+http://sf.net/tracker/index.php?func=detail&aid=705441&group_id=9863&atid=109863
+
+Checking in src/msw/radiobut.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/radiobut.cpp,v <-- radiobut.cpp
+new revision: 1.32; previous revision: 1.31
+
+42. Implement wxTextCtrl::Remove/Replace() for GTK2
+
+http://sf.net/tracker/index.php?func=detail&aid=705051&group_id=9863&atid=309863
+
+Checking in src/gtk/textctrl.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/textctrl.cpp,v <-- textctrl.cpp
+new revision: 1.154; previous revision: 1.153