new revision: 1.128; previous revision: 1.127
done
-11 wxMotif filedialog/wildcard corrections
-
- Documented wxMotif filedialog limitations WRT wildcard syntax.
-Modified filedialog to either extract the wildcard (if only one wildcard
-is present) or assert (if more than one is present).
-
-Checking in docs/latex/wx/filedlg.tex;
-/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/filedlg.tex,v <-- filedlg.tex
-new revision: 1.14; previous revision: 1.13
-done
-Checking in samples/dialogs/dialogs.cpp;
-/pack/cvsroots/wxwindows/wxWindows/samples/dialogs/dialogs.cpp,v <-- dialogs.cpp
-new revision: 1.88; previous revision: 1.87
-done
-cvs diff: [15:36:24] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx
-Checking in src/motif/filedlg.cpp;
-/pack/cvsroots/wxwindows/wxWindows/src/motif/filedlg.cpp,v <-- filedlg.cpp
-new revision: 1.16; previous revision: 1.15
-
12. wxStopWatch::Start() didn't resume it contrary to the docs
Checking in src/common/timercmn.cpp;
done
-25. Fix wxMac client data handling in wxChoice/wxComboBox
-
-Checking in src/mac/combobox.cpp;
-/pack/cvsroots/wxwindows/wxWindows/src/mac/combobox.cpp,v <-- combobox.cpp
-new revision: 1.23; previous revision: 1.22
-done
-Checking in src/mac/choice.cpp;
-/pack/cvsroots/wxwindows/wxWindows/src/mac/choice.cpp,v <-- choice.cpp
-new revision: 1.28; previous revision: 1.27
-done
-
-
26. Fix Unicode + .wxr
Using an #if wxUSE_UNICODE in include/wx/wxexpr.h, safer for
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
+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
+done
+
+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
+done
+
+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
+