diff options
author | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
commit | fc0427be6d482182ec70f3cd87c73027cfb17ea9 (patch) | |
tree | 70a9ed08bbb94083e42fbbc0aa4e67404b1634b0 /lib/wx | |
parent | b47d104994c6f11301f23b0675ed5f06f3e25922 (diff) | |
download | otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.gz otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.bz2 otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.zip |
Prepare release
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/wx/vsn.mk | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 70ff0a92b7..9086117c81 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,35 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 1.8</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Allow string arguments to be binaries as specified, i.e. + unicode:chardata().</p> + <p> + Own Id: OTP-13934 Aux Id: ERL-270 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add wxWindow:dragAcceptFiles/2 and wxDropFilesEvent to + support simple drag and drop from file browser.</p> + <p> + Own Id: OTP-13933</p> + </item> + </list> + </section> + +</section> + <section><title>Wx 1.7.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 0ce63d9f71..cfa256fb12 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.7.1 +WX_VSN = 1.8 |