-<li>Release date: November 7th, 1999
-<li>Splits wxWindows into base and GUI libraries. Most, but not all makefiles
-are expected to support this: for the rest, the makefiles will build a valid
-combined base/GUI library for GUI applications only.
-<li>New wxGrid.
-<li>wxSocket working.
-<li>Full support for fonts in different encodings
-<li>Tested multithreading support (wxThread)
-<li>wxHTML printing (possibly).
-<li>Better i18n support (i.e. more translations)
-<li>Animation classes (possibly, low priority).
-<li>PCX writing capability (possibly, low priority).
-<li>wxImage handlers in separate .h and .cpp files.
-<li>Rewritten timer.cpp, possible wxChrono class.
-<li>Bug tracking system in place.
+<li>First beta release of wxBase
+<li>New or significantly improved base classes: wxDateTime, wxLongLong,
+wxCmdLineParser, wxDir, wxStopWatch
+<li>Much better i18n support, encoding conversion on the fly, wxFontMapper
+<li>New wxGrid class
+<li>New wxCalendarCtrl class
+<li>Dynamic toolbar/menubar management
+<li>Better image formats support: TIFF (new), PCX (8 and 24 bit saving added)
+<li>Attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
+<li>Impressive number of fixed bugs in wxMSW and wxGTK including various
+incompatibilities between the two
+<li>wxIPCxxx classes reworked.
+<li>Several new samples and demos.