From 02fa42b03c25e527c173ac026290e0e404ca3b38 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 17 Feb 2010 15:20:29 +0000 Subject: wx: Prepare release --- lib/wx/doc/src/notes.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 3 deletions(-) (limited to 'lib/wx/doc/src/notes.xml') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index f9f16defd3..92933c348b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -4,7 +4,7 @@
- 2009 + 20092010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ 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 @@ -31,6 +31,58 @@

This document describes the changes made to the wxErlang application.

+
Wx 0.98.5 + +
Fixed Bugs and Malfunctions + + +

+ Corrected incorrectly generated wxFileDialog:getPaths/1. + Reported by Jason/hornja.

+

+ Own Id: OTP-8330

+
+ +

+ Fixed a memory reference bug which caused unexplained + {badarg, Int} exits when running multiple wx + applications.

+

+ Own Id: OTP-8461

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

+ Added wxListCtrl:getEditCtrl/1 (not available on + Mac).

+

+ Own Id: OTP-8408

+
+ +

+ Cleanups suggested by tidier and modernization of types + and specs.

+

+ Own Id: OTP-8455

+
+ +

Changed representation of wxTreeItem to be an + integer. This saves memory, where the driver do not need + to keep a object reference to each tree item.

+ Added getFirstChild and getNextChild to wxTreeCtrl.

+

+ Own Id: OTP-8462

+
+
+
+ +
+
Wx 0.98.4
Improvements and New Features -- cgit v1.2.3