X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97979ddfbe4bc199c6b0389e352d6963c17c64a0..3c002e048dfd61706f718e68a468f3e5488f8dc0:/docs/html/news.htm?ds=sidebyside
diff --git a/docs/html/news.htm b/docs/html/news.htm
index b6e44fb85d..4753c1131f 100644
--- a/docs/html/news.htm
+++ b/docs/html/news.htm
@@ -18,6 +18,91 @@ News
+
January 14th, 2000
+
+
+- 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.
+
- Vadim has added his wxDateTime and wxCalendarCtrl classes and samples to the CVS archive.
+
- TIFF support has been added, and wxImage speeded up.
+
- Guillermo Rodriguez Garcia has added a new Game of Life demo.
+
- The DDE sample now works in socket mode, at last.
+
- Vadim has got clipboard copy and paste working for metafiles, by adding an enhanced
+metafile class.
+
- The wxWindows web site is now hosted on SourceGear's server, with a bug tracker and
+other facilities to follow shortly.
+
+
+
+
+
+wxWindows 2.1.11 is now available for Windows, Motif and GTK.
+The final 2.2 public release will have further bug fixes, but 2.1.11 is pretty stable - a big improvement
+on 2.0.1 and better than previous snapshots. Here are a few of the features that make it well worth the upgrade:
+
+
+- Numerous bug fixes and consistency improvements.
+
- Further samples.
+
- Factoring out of some code into base classes, for easier
+ maintenance.
+
- Ability to compile library in console (non-GUI) mode.
+
- Integration of wxHTML widget and help controller into
+ wxWindows. wxHTML allows HTML viewing and printing (wxGTK
+ and wxMSW, partial support in wxMotif).
+
- New classes wxChrono, wxDialUpManager, wxFontEnumerator,
+ wxWizard, wxStaticLine, etc.
+
- wxShowTip for showing 'startup tips' to the user.
+
- wxSocket and wxThread classes rewritten.
+
- New, consistent drag and drop API (not wxMotif).
+
- Better-looking dialogs in wxGTK; native message box used
+ in wxMotif.
+
- wxSizers reimplemented and used to specify window layout
+ for some generic dialogs.
+
- New, more sophisticated wxGrid class (in beta). The old grid
+ class can still be used.
+
- Text alignment options in wxStaticText.
+
- wxImage class extended to read PCX and GIF files.
+
- Documentation improvements.
+
- Revised configure system for wxGTK and wxMotif; tmake-based
+ system for generating wxMSW makefiles.
+
- Installer for Windows as alternative to zip archives.
+
+
+August 6th, 1999
+
+Today, a snapshot release of the MSW and the GTK ports has been
+made. The two snapshots are synchronized and have been tested
+for several weeks and should thus be considered to be quite stable.
+
+Among the many new features that have appeared since version 2.0
+was release are:
+
+
+- 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.
+
- Practically all widgets have been updated, removing bugs or adding missing features to
+specific ports (mostly the GTK port).
+
- The GTK port now supports GTK version 1.2 as well as 1.0, giving access to the many new
+features, such as e.g. menu accelerators.
+
- Many of the non-GUI classes have been reworked and new ones added, the stream classes
+having undergone a complete rewrite.
+
- The addition of code to handle Unicode has begun and is in an advanced state.
+
- The Python bindings (wxPython) have been largely improved and upadted to the newest
+API and features.
+
+
+
+
+July 31st, 1999
+
+We are glad to announce the start of the work on the new wxWindows port - wxBeOS
+which will implement wxWindows 2 API for BeOS.
+Thanks to Be for donating licenses to wxWindows project to make it possible.
+
+If you're interested in helping with this new port, please write to wxWindows
+developers mailing list!
+
May 27th, 1999