3 =====================================================================
5 - dmalloc shows duplicate deletion after merging two lines and
6 deleting the second half
8 - word wrap for objects with lots of non-space needs to search in positive
9 direction if begin of first object is reached
11 - delete in empty line doesn't always work
12 - fix initial scrollbar sizes
13 - fix horiz scrollbar size
14 - occasionally wraps lines wongly (twice) ??
17 =====================================================================
18 - replacement of llist in window
25 - let each line have a pointer to the last layoutcommand and let that
26 one only store the settings that changed, then we no longer need to
27 recalculate all the lines
29 - update rectangle (needs support in wxllist and wxWindows)
31 - fix(simplify) cursor size calculation: don't use icon cursor if there
37 - cut&paste (paste is there but broken in wxGTK)
38 The current paste in wxGTK is broken, support is there.
39 Once selections are there, add copy (trivial).
41 - DragNDrop (waiting for wxGTK/gtk1.2 & GNOME 1.0 / Debian Slink)