From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/wx/doc/src/notes.xml | 176 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 lib/wx/doc/src/notes.xml (limited to 'lib/wx/doc/src/notes.xml') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml new file mode 100644 index 0000000000..f9f16defd3 --- /dev/null +++ b/lib/wx/doc/src/notes.xml @@ -0,0 +1,176 @@ + + + + +
+ + 2009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + wxErlang Release Notes + otp_appnotes + nil + nil + nil + notes.xml +
+

This document describes the changes made to the wxErlang + application.

+ +
Wx 0.98.4 + +
Improvements and New Features + + +

Added wx_object improvements from Mazen.

Fixed + pid issues, reported by Mazen.

Added wxLogNull + class, reported by Amit Murthy.

Various configure + fixes.

+

+ Own Id: OTP-8243 Aux Id: seq11418

+
+ +

+ The documentation is now built with open source tools + (xsltproc and fop) that exists on most platforms. One + visible change is that the frames are removed.

+

+ Own Id: OTP-8250

+
+ +

+ wx now builds with wxWidgets 2.8.4 or a later 2.8 + release, thanks Nico Kruber.

+

+ Own Id: OTP-8292

+
+
+
+ +
+ +
Wx 0.98.3 + +
Fixed Bugs and Malfunctions + + +

+ Added wxListCtrl sorting and build fixes supplied by Paul + Hampson. Thanks.

+

+ Own Id: OTP-8126

+
+
+
+ + +
Improvements and New Features + + +

wxHtmlWindow class implemented.

All exceptions + from callbacks are now catched and written to the + log.

Some defines where wrong in 'wx.hrl'.

+

wx:batch/1 and friends could hang forever if + for instance a breakpoint was set inside the fun. That + caused all wx applications to hang.

Added missing + wxAuiPaneInfo constructor and destructor.

Added + wxAuiNotebookEvent and wxAuiManagerEvent.

Calling + non supported wxWidgets functions hanged instead of + crashed.

Update OpenGL to version 3.1 and added + some of the missing glu functions.

Fixed + wxRadioBox which inherited the wrong class, thanks Atilla + Erdodi.

+

+ Own Id: OTP-8083

+
+ +

+ Removed some of the automatic garbage collecting after + application exit, user will get a warning instead so he + can correct the code.

+

+ Own Id: OTP-8138

+
+
+
+ +
+ +
Wx 0.98.2 + +
Improvements and New Features + + +

Olle Mattson have made a large demo, see + examples/demo/, that triggered the following bugs + and new features:

New book controls.

Added + wxToolbar:addTool/6.

Empty binaries will be used + to indicate NULL where applicable.

+

+ Own Id: OTP-7943

+
+ +

Applied patch from Nico Kruber, + which fixes building on some wxwidgets installations. +

+

Open source

+
+
+
+ +
+ +
Wx 0.98.1 + +
Improvements and New Features + + +

Added xrcctrl/3 to wxXmlResource and added a + resource example.

Added several event types and + events records and fixed a couple of event related + bugs.

Event callbacks can now use + wxEvtHandler:connect/2.

Error handling and + debugging aid have been improved.

Added + wxSplitterWindow and wxGauge:pulse and a couple of + missing macros in wx.hrl.

Thanks to Steve + Davis for feedback and bug reports.

+

+ Own Id: OTP-7875

+
+
+
+ +
+ + +
Wx 0.98 + +
Improvements and New Features + + +

+ A first beta release of wxErlang.

+

+ Own Id: OTP-7859

+
+
+
+ +
+ +
+ -- cgit v1.2.3