diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm
index b4b4d845f7..dd252a865a 100644
--- a/docs/html/roadmap.htm
+++ b/docs/html/roadmap.htm
@@ -57,60 +57,72 @@ available at dates convenient to the developers.
-
Release 2.1.11
+Release 2.1.14
-Release date: November 7th, 1999
+Release date: February 13 or 20, 2000
+
+This will be the final beta release before the final 2.2 release. It will be
+synchronized for as many platforms as possible (at least Windows and GTK,
+probably Motif and hopefully Mac).
+
+Changes since the last synchronized release (2.1.11):
-- Split 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.
-
- wxWizard (beta).
-
- wxDialUpManager and wxPhoneDialer.
-
- wxFontEnumerator.
-
- Preliminary support for different font encodings
-
- wxPostEvent function
-
- New wxGrid.
-
- wxSocket working.
-
- Full support for fonts in different encodings.
-
- Tested multithreading support (wxThread).
-
- wxHTML printing.
-
- Better i18n support (i.e. more translations).
+
- first beta release of wxBase
+
- new or significantly improved base classes: wxDateTime, wxLongLong,
+wxCmdLineParser, wxDir, wxStopWatch
+
- much better i18n support, encoding conversion on the fly, wxFontMapper
+
- new wxGrid class
+
- new wxCalendarCtrl class
+
- dynamic toolbar/menubar management
+
- better image formats support: TIFF (new), PCX (improved)
+
- attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
+
- impressive number of fixed bugs in wxMSW and wxGTK including various
+incompatibilities between the two
Release 2.2 (stable)
-Release date: December 19th, 1999.
+Release date: March 5, 2000.
+
+This is the next stable version of wxWindows. No new features since
+2.1.14 beta.
-- Miscellaneous fixes and small enhancements.
+
- bugs found during 2.1.14 will be fixed.
+
- translations of text strings used in wxWindows
+
- documentation updated to include all new classes
Release 2.3
-Release date: March 5th, 2000
+Release date: ?
-- Miscellaneous fixes and small enhancements.
-
- wxDateTime class in beta.
- Context sensitive help.
- More i18n issues: dates, times, ...
-
- Regular expressions support.
+
- POSIX-like regular expressions support for all platforms.
+
- Encryption support (interface to OpenSSL).
+
- UDP support in wxSocket
+
- wxPlot
+
- XML for resource files.
Release 2.4 (stable)
-Release date: May 7th, 2000.
+Release date: ?
+
+Stable version of 2.3.
-- Unicode compilation starting to work in wxGTK and wxMSW.
-
- wxDateTime class.
+
- wxMac release.
+
- wxBeOS port.