diff options
author | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
commit | 77da984614ae462912a1896ba1bb73c798ffd4f8 (patch) | |
tree | b2b02d6af355b1a14f55d6abe76fda9977cecbb6 /lib/wx/doc/src | |
parent | 1af8998028f77b4ca01c52972a5983b072ef02d1 (diff) | |
download | otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.gz otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.bz2 otp-77da984614ae462912a1896ba1bb73c798ffd4f8.zip |
Prepare release
Diffstat (limited to 'lib/wx/doc/src')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index daa61fda1e..63eb047caa 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,36 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 1.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fix delayed destroy for wxPaintDC objects which could + cause an eternal loop for modal dialogs.</p> <p>Fix + wxSL_LABELS compatibility between wxWidgets-2.8 and + wxWidgets-3.0 versions</p> + <p> + Own Id: OTP-11985</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add missing classes wxPopup[Transient]Window, + wxActivateEvent and wxTextCtrl:cahngeValue/2 function.</p> + <p> + Own Id: OTP-11986</p> + </item> + </list> + </section> + +</section> + <section><title>Wx 1.2</title> <section><title>Fixed Bugs and Malfunctions</title> |