diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm
index c066c92475..7c3f99eb66 100644
--- a/docs/html/roadmap.htm
+++ b/docs/html/roadmap.htm
@@ -50,115 +50,77 @@ but we will endeavour to follow them as closely as possible.
Note also that the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows
its own development path but is due to merge with the main code base in November/December.
Also, minor snapshot releases for specific platforms may be
-available at dates convenient to the developers.
+available at dates convenient to the developers.
+
+Finally, this page only shows the things which are still left to do, please
+look elsewhere to see the complete list of changes between the releases,
+including the things which are already done.
+
Schedule
-
Release 2.1.14
-
-Release date: March 21st, 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):
-
-
-- 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 (8 and 24 bit saving added)
-
- Attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
-
- Impressive number of fixed bugs in wxMSW and wxGTK including various
-incompatibilities between the two
-
- wxIPCxxx classes reworked.
-
- Several new samples and demos.
-
-
-
-
-
Release 2.2 (stable)
-
-Release date: mid. April, 2000.
-
-This is the next stable version of wxWindows. No new features since
-2.1.14 beta.
-
-
-- 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: ?
-
-
-- Context sensitive help.
-
- More i18n issues: dates, times, ...
-
- POSIX-like regular expressions support for all platforms.
-
- Encryption support (interface to OpenSSL).
-
- Full UDP support in wxSocket
-
- wxPlot
-
- XML for resource files.
-
- Built-in support for configuring key bindings
-
-
-
-
-
Release 2.4 (stable)
+Release 2.4.0 (stable)
Release date: ?
Stable version of 2.3.
-
-- wxMac release.
-
- wxBeOS port.
-
+
+ - Very important
+
+ - wxMac: make the release together with the other ports
+
- Fix wxStream::Eof() problems
+
- wxGTK: GTK+ 2.0 support
+
+
+ - Important
+
+ - (Unix) implement wx-config as a version and build
+ parameters independent script which would just read the
+ configuration files
+
- Finish wxFileName
+
- Make it possible to process the key strokes portably
+
- Add wxSemaphor, fix wxCondition
+
+
+ - Nice to have
+
+ - support for text in the wxToolBar buttons
+
- radio buttons in wxToolBar
+
+
+
Release 3.0.0 (stable)
+
+This release should finally mark the end of support for the antiquated
+compilers without decent support of the modern C++ features such as templates,
+exceptions and namespaces. wxWindows containers should be replaced with the
+corresponding standard library classes and std::basic_string<>
+should be used instead of wxString.
+
+
+
To-Do List
+This is just a collection of the various things which it would be nice to
+include in wxWindows but which are not actively worked on right now and for
+which no schedule is fixed yet. If you're interested in helping with wxWindows
+development, one of the small projects below could be a great way to join the
+team!
+
Developers: please feel free to add to these, and delete them when they are done.
-Already done
-
-
-
-
-- wxHTML printing. When finished, this will allow an application to generate
-printed reports with very little effort.
-
- Split library into several, for base (classes and functions usable by console and GUI
-applications), console (classes and functions usable by console application only)
-and GUI (classes and functions usable by GUI application only).
-
- wxSocket.
-
- wxImage handlers in separate .h and .cpp files.
-
- PCX writing code.
-
- Tidying of timer code, addition of wxStopWatch class.
-
- wxDateTime class.
-
- Rotated text support (might still be improved)
-
- Bug tracking system.
-
-
General