10 - Fix wxStream mess: problems with Eol(), LastCount(), buffering
12 - Fix wxHTTP/wxFTP which are currently broken, fix/rewrite wxURL
14 - Add label support to wxToolBar
16 - Add radio wxToolBar buttons
18 - Add radio menu items
20 - Suggestion from Janos Vegh: the memory-checking classes could
21 also keep return the size of memory currently allocated, with
22 a call to return it e.g. int wxDebugContext::GetMemoryUsed().
23 Maybe even an optional window in debug mode with a tally of memory
24 usage, how many classes of each kind are in use, etc.? That
27 - In doc/view file selector, document type is selected by
28 extension, not the type selected in the (Windows) file selector.
30 - wxArrayDouble class?