]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/news.htm
Applied patch [ 657501 ] SpinButton wraps 1 too much
[wxWidgets.git] / docs / html / news.htm
index 0fca159d8f5c264b38ed5771d60d929786a5933b..13e2114a77b0b740e20f7a3bdad31afed2dbcdc6 100644 (file)
@@ -8,16 +8,79 @@
 
 <font face="Arial, Lucida Sans, Helvetica">
 
-<table width=100% border=4 cellpadding=5 cellspacing=0>
+<table width=100% border=0 cellpadding=5 cellspacing=0>
 <tr>
-<td bgcolor="#660000">
-<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
+<td bgcolor="#C4ECF9">
+<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#000000">
 News
 </font>
 </td>
 </tr>
 </table>
 
+<H3>July 28th, 2000</H3><P>
+
+<ul>
+<li>Vaclav Slavik has recently written an
+<a href="http://www.root.cz/clanek.phtml?id=425" target=_top>article about wxWindows</a> for a Czech ezine.
+<li>Hurray! There is a lot of traffic on the wxStudio mailing list, and
+Gerd Mueller has offered to make the <a href="http://www.softwarebuero.de" target=_top>WipeOut</a> IDE
+open source and merge it with wxStudio.
+</ul>
+
+<H3><a name="release2_2_0">July 9th, 2000</H3><P>
+
+<ul>
+<li><a href="download.htm" target=wxmain>wxWindows 2.2.0</a> is the result of many
+fixes and enhancements to 2.1, and is an official stable release.
+</ul>
+
+<H3><a name="release2_1_16">June 4th, 2000</H3><P>
+
+<ul>
+<li><a href="download.htm" target=wxmain>wxWindows 2.1.16</a> contains fixes
+for wxGTK, wxMSW and wxMotif. It is hoped that this is the last release before the stable 2.2 version.
+</ul>
+
+<H3><a name="release2_1_15">March 28th, 2000</H3><P>
+
+<ul>
+<li><a href="download.htm" target=wxmain>wxWindows 2.1.15</a> contains a few fixes
+for wxGTK and wxMSW. wxMSW and wxMotif users who already have 2.1.14 do not need to rush to
+download this version! The fixes in the patch file (see main download page) contain the
+major differences between 2.1.14 and 2.1.15.
+</ul>
+
+<H3><a name="release2_1_14">March 21st, 2000</H3><P>
+
+<ul>
+<li><a href="download.htm" target=wxmain>wxWindows 2.1.14</a> is now available for Windows, Motif and GTK.
+Again, great strides have been made since the previous official version (2.1.11), and 2.2 will be the next official
+stable version. Many things have been fixed and added but <a href="newver.htm">here are some highlights</a>.
+<li>Robin Dunn is contributing a wxStyledTextCtrl, a wrapper around the <a href="http://www.scintilla.org/" target=_new>Scintilla</a>
+styled text edit control. It can be used to provide syntax highlighting for various languages, and other applications.
+A snapshot of this work in progress, stc.zip, is provided on the ftp site alongside the latest wxWindows release.
+<li>Guilhem Lavaux has reworked his MMedia sound and video class library and started its documentation;
+it too is available alongside the latest release as mmedia.zip.
+</ul>
+
+<H3>January 14th, 2000</H3><P>
+
+<ul>
+<li>Mumit Khan of Mingw32 fame has been testing wxWindows against Mingw32,
+to eliminate some bugs in both products and get wxWindows compilation as a DLL working
+for Mingw32.
+<li>Vadim has added his wxDateTime and wxCalendarCtrl classes and samples to the CVS archive.
+<li>TIFF support has been added, and wxImage speeded up.
+<li>Guillermo Rodriguez Garcia has added a new Game of Life demo.
+<li>The DDE sample now works in socket mode, at last.
+<li>Vadim has got clipboard copy and paste working for metafiles, by adding an enhanced
+metafile class.
+<li>The wxWindows web site is now hosted on SourceGear's server, with a bug tracker and
+other facilities to follow shortly.
+</ul>
+
+
 <H3><a name="release2_1_11">November 9th, 1999</a></H3><P>
 
 <a href="download.htm" target=wxmain>wxWindows 2.1.11</a> is now available for Windows, Motif and GTK.
@@ -62,8 +125,8 @@ Among the many new features that have appeared since version 2.0
 was release are:
 
 <ul>
-<li> A great number of incompatiblities between the GTK and the MSW port have been removed. This
-holds escecially true for the way, time and order, controls send notifications to the user program.
+<li> A great number of incompatibilities between the GTK and the MSW port have been removed. This
+holds especially true for the way, time and order, controls send notifications to the user program.
 <li> Practically all widgets have been updated, removing bugs or adding missing features to
 specific ports (mostly the GTK port).
 <li> The GTK port now supports GTK version 1.2 as well as 1.0, giving access to the many new
@@ -71,7 +134,7 @@ features, such as e.g. menu accelerators.
 <li> Many of the non-GUI classes have been reworked and new ones added, the stream classes
 having undergone a complete rewrite.
 <li> The addition of code to handle Unicode has begun and is in an advanced state.
-<li> The Python bindings (wxPython) have been largely improved and upadted to the newest
+<li> The Python bindings (wxPython) have been largely improved and updated to the newest
 API and features.
 </ul>