]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/publicity/announce.txt
Only include <unistd.h> under Unix in wxGTK code.
[wxWidgets.git] / docs / publicity / announce.txt
index fee2ac2f6139635a1b5264e38105473bac1e0732..6a8ac7990940b2f3bc1c5569a0058cdc0bc49f6b 100644 (file)
@@ -15,18 +15,21 @@ The following platforms are supported:
 - Mac OS X using Carbon
 - Mac OS X using Cocoa (beta)
 - OS/2 (beta)
-- MGL for Linux and DOS
-- Palm OS (alpha)
 
 To get wxWidgets, please go to the Download page at:
 
   http://www.wxwidgets.org/
 
-This is the first version in the new 2.7 series. Please notice
-that this series is called "development" and not "stable" solely
-because compatibility is not assured among between different 2.7
-series versions but there are no known issues with the stability
-of the programs using this version.
+This is the first version in the new 2.7 development series. Please
+notice that this series is called "development" and not "stable"
+solely because ABI or API compatibility is not assured between
+different 2.7.x series versions.  Rest assured however that these
+potentially incompatible changes are made in order to evolve the
+toolkit to the next ABI stable release series (2.8.x) and that
+normally efforts are made to preserve compilation compatibility, so
+often moving to a new development release just requires a full
+recompile of the application using wxWidgets.  There are currently no
+known issues with the stability of the programs using this version.
 
 There have been many changes since the 2.6 series, please see the
 change log file included in the distribution for more details. The
@@ -63,7 +66,7 @@ and use than MFC and other frameworks.
 
 As well as comprehensive support for the usual widgets, advanced
 features include: HTML viewing/printing, wxImage class providing
-handlers for reading and writing many image types, resizeable panels
+handlers for reading and writing many image types, resizable panels
 and dialogs on all platforms, document/view, OpenGL support,
 HTML-based and context-sensitive help, wizards, drag and drop,
 a grid class, ODBC support, threads, sockets, container classes,