diff --git a/.github/issue_template.md b/.github/issue_template.md index 06dcbaf3..6edb8980 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 96d2e16d..e2ca6a05 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ Fixes #NNNN diff --git a/.travis.yml b/.travis.yml index 051aa567..21c5510a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ # language: python - + matrix: include: - os: linux @@ -40,7 +40,7 @@ matrix: # redundant specification of `sudo` and `python` because of travis-ci.org's way of parsing `.travis.yml` - + # Available build steps: # 1. before_install # 2. install diff --git a/CHANGES.rst b/CHANGES.rst index 081f2978..bec74e38 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -51,7 +51,7 @@ Changes in this release include the following: * Fixed wx.richtext.RichTextBuffer.GetExtWildcard to return a tuple of 2 values, as was done in Classic. (#594) -* Various fixes in UltimateListCtrl, HyperTreeList and CheckListCtrlMixin. +* Various fixes in UltimateListCtrl, HyperTreeList and CheckListCtrlMixin. (#592, #349, #612) * Fixes in TextEditMixin to ensure that the new value is passed in the @@ -101,6 +101,14 @@ Changes in this release include the following: default style flag you'll need to pass it to the agwStyle parameter instead of the style parameter. +* Fix crash when deleting all wx.dataview.TreeListCtrl items with wxGTK3. + (#679) + +* Fix displaying '&' in the label of wx.RadioBox on GTK. (#39) + +* Fix problems of the wrong C++ method being called in wx.ProgressDialog on MS + Windows. (#701) + diff --git a/MANIFEST.in b/MANIFEST.in index 7c5cad2c..e5f14b44 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ # -# Although we don't use this template to make source distributions, it is -# still an easy way to specify what data files (non *.py files) should be +# Although we don't use this template to make source distributions, it is +# still an easy way to specify what data files (non *.py files) should be # included in the package dirs. # # See cmd_sdist() in build.py for the actual building of the source dist. diff --git a/build.py b/build.py index f00c6312..35ec6432 100755 --- a/build.py +++ b/build.py @@ -133,7 +133,7 @@ Usage: ./build.py [command(s)] [options] install_py Install wxPython only sdist Build a tarball containing all source files - sdist_demo Build a tarball containing just the demo and samples folders + sdist_demo Build a tarball containing just the demo and samples folders bdist Create a binary tarball release of wxPython Phoenix bdist_docs Build a tarball containing the documentation bdist_egg Build a Python egg. Requires magic. diff --git a/demo/Simplebook.py b/demo/Simplebook.py index 1b867b77..faa38e85 100644 --- a/demo/Simplebook.py +++ b/demo/Simplebook.py @@ -186,9 +186,9 @@ def runTest(frame, nb, log): overview = """
+
-
+