10 - Suggestion from Janos Vegh: the memory-checking classes could
11 also keep return the size of memory currently allocated, with
12 a call to return it e.g. int wxDebugContext::GetMemoryUsed().
13 Maybe even an optional window in debug mode with a tally of memory
14 usage, how many classes of each kind are in use, etc.? That
17 - Documentation: mention include files with each class.
19 - Document/update wxTime.
21 - Document wxSpinCtrl & wxFontMapper.
23 - Fix TCP/IP mode in dde sample (how to use; why does it crash).
25 - In doc/view file selector, document type is selected by
26 extension, not the type selected in the (Windows) file selector.
28 - Add all makefiles/documentation for utils/serialize.
30 - Implement wxScrolledWindow::OnChar to scroll the window using
33 - Documentation for ODBC classes
35 For 2.1: small changes not involving rewriting anything
36 -------------------------------------------------------
38 - wxArrayDouble class?
40 - generate CREATE/DESTROY events just after/before a window (any window, not
41 just frame/dialog) is created/deleted
43 - Dynamic menu handling: wxMenuBar::DeleteMenu(), InsertMenu()
45 For 2.2: major new additions
46 -------------------------------------------------------
48 - Unicode support (Win32 only probably)
50 - DnD and OLE clipboard, uniform DnD/clipboard handling