-2.1.0, b?, June 2nd 1999
-------------------------
-
-wxGTK:
-
+next release (2.1.12 or 2.2?)
+-----------------------------
+
+wxBase:
+
+- wxThread class modified to support both detached and joinable threads, also
+ added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
+ only so far)
+- wxLog functions are now (more) MT-safe
+- wxStopWatch class, timer functions have more chances to return correct
+ results for your platform (use ANSI function where available)
+- buffer overflows in wxString and wxLog classes fixed (if snprintf() function
+ is available)
+- wxArray::RemoveAt() replaces deprectaed wxArray::Remove(index)
+
+all (GUI):
+- wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament
+- wxToolBar supports arbitrary controls (not only buttons) and can be
+ dynamically changed (Delete/Insert functions)
+- wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
+- "file open" dialog allows selecting multiple files at once (contributed by
+ John Norris)
+- wxDC::DrawRotatedText() (contributed by Hans-Joachim Baader, limited to
+ +/-90 degrees for now - contributions to improve it are welcome!)