summaryrefslogtreecommitdiff
path: root/lib/wx/doc
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2022-03-10 08:50:54 +0100
committerHenrik Nord <henrik@erlang.org>2022-03-10 08:50:54 +0100
commit3d625adb68edf20564aaf546fc0d105f8aaeb80d (patch)
treef6bec7f7c457f82c09f91178c2dadf7b022440eb /lib/wx/doc
parent891fcb23e7380a1ff7667b60ec91e7bc0402ac98 (diff)
parentfe02a02f6deea5d82f654bcca7ebd615a2430ca4 (diff)
downloaderlang-3d625adb68edf20564aaf546fc0d105f8aaeb80d.tar.gz
Merge branch 'maint' into master
* maint: Updated OTP version Prepare release Update copyright year
Diffstat (limited to 'lib/wx/doc')
-rw-r--r--lib/wx/doc/src/notes.xml21
-rw-r--r--lib/wx/doc/src/wxImage.xml2
2 files changed, 22 insertions, 1 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml
index 8ad5269a05..c6a6e7104e 100644
--- a/lib/wx/doc/src/notes.xml
+++ b/lib/wx/doc/src/notes.xml
@@ -32,6 +32,27 @@
<p>This document describes the changes made to the wxErlang
application.</p>
+<section><title>Wx 2.1.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> Removed the <c>static_data</c> option from
+ <c>wxImage</c> creation functions, as it was broken and
+ could lead to crashes. Now image data is always copied to
+ wxWidgets as was the default behavior. </p> <p> Removed
+ some non working <c>wxGridEvent</c> event types, which
+ have there own events in newer <c>wxWidgets</c> versions,
+ and added a couple of event types that where missing in
+ <c>wx</c>. </p>
+ <p>
+ Own Id: OTP-17947</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Wx 2.1.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/wx/doc/src/wxImage.xml b/lib/wx/doc/src/wxImage.xml
index 2933e05e8e..3c2232fe0f 100644
--- a/lib/wx/doc/src/wxImage.xml
+++ b/lib/wx/doc/src/wxImage.xml
@@ -7,7 +7,7 @@
<erlref>
<header>
<copyright>
- <year>2020</year>
+ <year>2020</year><year>2022</year>
<holder>wxWidgets team.</holder></copyright>
<legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
</legalnotice>