summaryrefslogtreecommitdiff
path: root/lib/wx/doc
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
committerHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
commit15ccde6390bb273d0132a75639da9dcf7d441de8 (patch)
treed334ea404721403a0f3c455c45d97c3d62642911 /lib/wx/doc
parentc50620199f0489372482006f712cb78b68946146 (diff)
downloaderlang-15ccde6390bb273d0132a75639da9dcf7d441de8.tar.gz
Revert "Prepare release"
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
Diffstat (limited to 'lib/wx/doc')
-rw-r--r--lib/wx/doc/src/notes.xml82
1 files changed, 0 insertions, 82 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml
index 25d3f4b39d..62f333f0c1 100644
--- a/lib/wx/doc/src/notes.xml
+++ b/lib/wx/doc/src/notes.xml
@@ -32,88 +32,6 @@
<p>This document describes the changes made to the wxErlang
application.</p>
-<section><title>Wx 2.0</title>
-
- <section><title>Fixed Bugs and Malfunctions</title>
- <list>
- <item>
- <p>
- Fix compiler warnings produced by the clang compiler.</p>
- <p>
- Own Id: OTP-17105 Aux Id: PR-2872 </p>
- </item>
- </list>
- </section>
-
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>The application has been completely rewritten in order
- to use wxWidgets version 3 as its base.</p> <p>Add basic
- documentation generated from the wxWidgets project.</p>
- <p>
- Own Id: OTP-16800</p>
- </item>
- <item>
- <p>The experimental HiPE application has been removed,
- together with all related functionality in other
- applications.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-16963</p>
- </item>
- <item>
- <p>
- Added support for wxWebView.</p>
- <p>
- Own Id: OTP-17213 Aux Id: PR-3027 </p>
- </item>
- <item>
- <p>Due to the support of the new backend versions some
- API incompatibilities have been introduced. Examples of
- changes are:<br/> <br/> wxWindowDC default creators have
- been removed <br/> wxClientDC default creators have been
- removed <br/> wxPaintDC default creators have been
- removed <br/> wxWindow:setVirtualSizeHints() has been
- deprecated in wxWidgets and removed <br/>
- wxWindow:makeModal() has been deprecated in wxWidgets and
- removed <br/> wxToolBar:add/insertTool without label have
- been deprecated in wxWidgets and removed <br/>
- wxStyledTextCtrl some functions have changed arguments
- from boolean to int <br/> wxSizerItem:new() Some
- arguments have become options <br/> Removed deprecated
- wxSizerItem:setWindow() use assignWindow() <br/> Removed
- deprecated wxSizerItem:setSpacer() use assignSpacer()
- <br/> Removed deprecated wxSizerItem:setSpacer() use
- assignSpacer() <br/> Removed deprecated
- wxSizerItem:setSizer() use assignSizer() <br/> wxMenu
- append/insert/prepend have changed return value and lost
- IsCheckable argument <br/> wxListCtrl:setItem/4 changed
- return value <br/> wxImage:convertToGreyscale() options
- have changed <br/> wxGridSizer:wxGridSizer() options have
- changed <br/> wxGrid API have many changes <br/>
- wxGraphicsRenderer:create*GradientBrush() uses
- GradientStops now <br/> wxGraphicsRenderer:createPen()
- have been removed <br/>
- wxGraphicsRenderer:create*GradientBrush() uses
- GradientStops now <br/> wxGLCanvas API is incompatible
- <br/> wxFlexGridSizer:wxFlexGridSizer() options have
- changed <br/> wxDisplay:new() options have changed <br/>
- wxCalendarDateAttr:new(ColText [,OptList]) have been
- removed <br/> wxBitmapButton:set/getBitmapSelected() have
- been removed </p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-17219 Aux Id: OTP-16800 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Wx 1.9.3</title>
<section><title>Fixed Bugs and Malfunctions</title>