+
+- Optimize screen refresh for non-native widgets, e.g. wxWindow
+ created with Create(), using technique in flicker patch for 1.68
+ (see JACS for latest patch).
+
+- Copy and paste, drag and drop. Use a standard X drag
+ and drop standard - see http://www.cco.caltech.edu/~jafl/xdnd/
+ or use Motif drag and drop as described here:
+ http://www.motifzone.com/tmd/articles/DnD/dnd.html
+
+- Optimize colour management so we don't get clashes when e.g.
+ Netscape is running.
+
+- wxCheckBoxList
+
+- Write generic wxDirDialog (directory selector).
+
+- Use native Motif dialogs for wxMessageBox.
+
+- Miscellaneous classes e.g. wxJoystick (identical to GTK's one for
+ Linux)
+
+