+Look at the General changes file for more encompassing on
+the changes that have taken place in 2.3.3. This file has
+not been kept uptodate. RR.
+
+Beta support for GTK 2.0. Use "configure --enable-gtk2 --enable-unicode".
+
+Lots of work locale/encoding conversion classes.
+
+Large changes in wxThread/wxCondition code.
+
+wxLocale detects the system language on all ports.
+
+Corrected wxFrame::ShowFullScreen().
+
+Added wxArtProvider for changing default icons and more.
+
+Corrected wxScrolledWindow in some rare cases.
+
+Added wxIconBundle for mini- and normal icons.
+
+Made wxWindow::SetFocus() work before a wxDialog
+is created. Until now always the first item
+was focussed.
+
+Corrected wxComboBox's semantics of pressing <Enter>.
+
+Corrected SeekI() return values and other related functions
+in wxFilterStream and wxBufferedStream.
+
+Implemented new ref-counting for GDI classes.
+
+New implementation of wxCondition.
+
+Implemented actual comparisons between GDI classes instead of
+comparing just the ref-count.
+
+Fixed wxMiniFrame again.
+
+Added wxCursor creation from wxImage.
+
+Added inlined wxHashMap class.
+
+Redone thread wake-up code for immediate wake-up instead
+of 50 ms pause. This gives apps 100% CPU time for background
+tasks.
+
+New behaviour for wxWindow::Refresh() as it now produces a
+delayed refresh. Call the new wxWindow::Update() to force
+an immediate update.
+
+Support for more SGI hardware (12-bit mode among others) and
+corrections to wxImage code for special SGI visuals.
+
+Changed wxDC::Blit() to honour source DC's logical coordinates.
+
+Implemented wxIdleEvent::RequestMore() for simple background
+tasks (unlike thread work).
+
+Various updates to wxHTML.
+
+Some wxFont changes for better mixing of native fonts and
+wxFont's accessors.
+
+Added IFF image handler.
+
+Added ICO, CUR and ANI image handler. Added image handler
+for several image per file (GIF, TIFF).
+
+wxFrame::SetMenuBar() corrected (for NULL etc.)
+
+wxButton honours wxBU_EXACTFIT.
+
+wxStaticBox honours wxALIGN_XXX styles
+
+Reworked wxConfig class interface.
+
+Reworked wxDynamicLibary class for loading classes (particularly
+wxWidgets classes) from dynamic libraries.
+
+Removed wxObjectStream class.
+
+Further improvements to wxFileName class.
+
+*** wxWidgets 2.3.2 ***
+
+Addition of wxFileName class to handler DOS, Unix, Mac and VMS filenames
+and paths in a platform independent way.
+
+Addition of a wxPopupWindow class to imitate temporary windows such
+as those used combo boxes or in tool tips.
+
+Addition of wxToggleButton which was missing in wxWidgets 2.2.
+
+Support for virtual lists in wxListCtrl.
+
+Addition wxSingleInstanceChecker which does just that.
+
+Addition of wxRegEx for regular expression parsing either
+using the built-in Unix function or a freeware add-on library.
+
+wxScrolledWindow completely reimplemented as a native GTK widget.
+
+Reimplemented event cloning used for inter-thread communication.
+
+Big improvements to the HTML display engine. Handles many more tags
+correctly now.
+
+Partial rewrite and enhancements to the XML based resource system wxXRC.
+It is now based on the Expat parser.
+
+Wider image type support including read/write support for XPM and
+reading support for ICO files. BMP can be saved in various bit depths now.
+
+Fixed some incompatibilities with GTK 1.2.10.
+
+Partially reworked build system for installation of multiple builds and
+cross compilations.
+
+Improved wxSizer-based layout system for better support for dynamic
+layout.
+
+*** wxWidgets 2.3.0 ***
+
+scaling for map modes other than wxMM_TEXT works correctly (Derry Bryson)
+
+*** wxWidgets 2.2.6 ***
+
+wxGauge now supports wxGA_VERTICAL (Shane Forsythe)
+
+*** 29th January 2001: wxWidgets 2.2.5 released ***
+
+Synchronized with wxMSW 2.2.5, include macros
+for upwards 2.4.0 compatibility.
+
+Added missing wxEntry prototype to wx/gtk/app.h.
+
+Fixed compilation with --enable-no_rtti/no_exceptions
+with older egcs.
+
+*** 15th January 2001: wxWidgets 2.2.4 released ***
+
+Corrected wxYield() to handle recursive calls
+more gracefully (and with a warning in debug mode).
+This fixes a problem with crashing wxTreeCtrl's
+built-in drag'n'drop and probably some other as
+well.
+
+Corrected wxMenuItem::GetLabel() to handle deliberate '_'
+characters correctly.
+
+Patch for better 8-bit-display support.
+
+Corrected log error message box.
+
+Implemented wxCommandEvent::IsSelection() for wxListBox.
+
+Corrected wxListBox::Set() for sorted mode.
+
+Added EVT_TEXT_UPDATED for spin ctrl.
+
+Corrected wrongly rounded value in slider and scrollbar
+for negative values.
+
+Small fix for wxTextFile type guessing.
+
+Translation updates.
+
+Various other fixes.
+
+Synchronized release with wxMSW again.
+
+*** 3rd November: wxWidgets 2.2.3 released ***
+
+Fixed bugs in HTTP code.
+
+Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible
+and reduced flicker a little (no longer disables GTK's own
+anti-flicker code).
+
+Always have a clipping region equivalent to the update
+region in OnPaint events (such as under wxMSW and wxMac).
+
+Implemented wxListBox::SetFirstItem().
+
+Fixed some minor problems in HTML code, wxListCtrl,
+wxListBox.
+
+Fixed compilation on RedHat 7.0.
+
+Updated many translations, added Swedish.
+
+Changed default screenpixels-per-inch from 100 to 75 in
+printing code.
+
+Updated AFM font metrics for Ghostscript fonts and let
+Linux and FreeBSD default to using GS fonts (and not
+Adobe fonts).
+
+*** 20th September: wxWidgets 2.2.2 released ***
+
+Fixed wxSizer bug that made items with option
+flags greater than 1 report a wrong size.
+
+Fixed many incompatibilities with GTK themes -
+essentially a backport from the 2.3 branch.
+
+Added missing wxImage::Paste() for transparent
+images.
+
+Fixed a drawing error for ellipses and arc in both
+the DC code and the PostScript code.
+
+Fixed wxListCtrl::HitTest() for report mode.
+
+Other minor fixes.
+
+*** 20th August 2000: wxWidgets 2.2.1 released ***
+
+Minor build fixes.
+
+Use the wxCommmandEvent::IsChecked() function for checkable
+menu items. This mean that the m_int parameter no longer
+contains the ID of the menu!
+
+Fixed major problems in ODBC logging code. This change is
+binary backward incompatible.
+
+Fixed reentry problems in DnD code.
+
+Changed PostScript code so that it can handle a higher
+resolution (720dpi).
+
+Minor improvements to wxGrid code.
+
+Corrected guffow-scrolling so that no surplus expose
+events are generated.
+
+Corrected bug in wxMask creation on 16-bit displays.
+
+Minor correction to wxDC::DrawRoundedRectangle.
+
+Added support for <INSERT> and <DELETE> menu accelerators.
+
+Made wxComboBox case-sensitive.
+
+Minor correction to doc-view architecture.
+
+Minor wxCommandLineParser changes.
+
+*** 10th July 2000: wxWidgets 2.2.0 released ***
+
+Added code for writing BMP images.
+
+Added code for writing TIFF images.
+
+Fixed problem with best visuals (on SGI)
+
+Applied a number of compile fixes for various Unix variants.
+
+Fixed wrong background colours appearing sometimes and fix
+for resetting the default font in controls.
+
+Speed-up to wxListCtrl.
+
+Fixed bug wxTextStream::ReadLine()
+
+Various improvements commandline parser.
+
+Changed wxColour unequal operator to compare colours.
+
+Fixed wxMenuBar::Replace bug.
+
+Added new position to slider update event.
+
+Minor fix to idle handling (now wxGTK events come after all GTK events).
+
+Various fixes to the new wxGrid class.
+
+Bug-fixes.
+
+*** 4th June 2000: wxWidgets pre-2.2 release ***
+
+Complete freeze now. Only vital bug-fixes allowed.
+
+Various enhancements to wxSizer.
+
+Added wxGridSizer and wxFlexGridSizer.
+
+Reworked wxURL.
+
+MANY bugfixes.
+
+*** 22th March 2000: wxWidgets 2.1.15 released ***
+
+Build fix. RPMs no longer require GTK's include files.
+
+An extra library for the OpenGl class now gets built
+*** 19th March 2000: wxWidgets 2.1.14 released ***
+
+An extra library for the OpenGl class now gets built
+and installed. There is also an extra RPM for this
+small class now.
+
+Added possibility to compile wxGTK with already installed
+image libraries (TIFF, JPEG, PNG, ZLIB) if you really
+know what you are doing.