aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/doc/src/notes.xml')
-rw-r--r--lib/wx/doc/src/notes.xml56
1 files changed, 54 insertions, 2 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml
index a6e89d32a9..6e653cf828 100644
--- a/lib/wx/doc/src/notes.xml
+++ b/lib/wx/doc/src/notes.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="latin1" ?>
+<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
@@ -31,6 +31,58 @@
<p>This document describes the changes made to the wxErlang
application.</p>
+<section><title>Wx 1.1.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed a problem which caused the debugger to crash when
+ closing a window. Fixed static linking on mac.</p>
+ <p>
+ Own Id: OTP-11444</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Wx 1.1.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ wx initialization hanged with wxWidgets-3.0 on mac. Fixed
+ a crash with wxListBox on wxWidgets-3.0 (thanks Sergei
+ Golovan) Fixed documentation links. Fixed event callbacks
+ cleanup.</p>
+ <p>
+ Own Id: OTP-11393</p>
+ </item>
+ <item>
+ <p>
+ Improve documentation (Thanks to Boris Mühmer)</p>
+ <p>
+ Own Id: OTP-11505</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Fix silent make rules (Thanks to Anthony Ramine)</p>
+ <p>
+ Own Id: OTP-11515</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Wx 1.0</title>
<section><title>Fixed Bugs and Malfunctions</title>
@@ -39,7 +91,7 @@
<p>
Add {silent_start, boolean()} option to wx:new/1 in order
to be able to suppress error messages during startup of
- wx. (Thanks to H�kan Mattsson)</p>
+ wx. (Thanks to Håkan Mattsson)</p>
<p>
Own Id: OTP-10585</p>
</item>