comparison nt/Todo @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents 1f0dabaa0855
children 6c0ae1f9357f
comparison
equal deleted inserted replaced
218:c9f226976f56 219:262b8bb4a523
21 1. Redrawing on my (davidh) system seems fairly broken - I don't know if 21 1. Redrawing on my (davidh) system seems fairly broken - I don't know if
22 this is the XEmacs redraw functionality, my X server or just something 22 this is the XEmacs redraw functionality, my X server or just something
23 strange with X under NT. Has anyone else experiences with this ? 23 strange with X under NT. Has anyone else experiences with this ?
24 24
25 # Native GUI issues 25 # Native GUI issues
26 1. Mouse drags can cause aborts. I think this is because the timeout 26 1. Calling mouse_[enter|leave]_frame_hook.
27 implementation is broken and can cause the same timeout to go 27 2. Cut and paste from/to Windows clipboard.
28 off twice (especially during mouse drags?), which makes XEmacs abort. 28 3. Scrollbar
29 Windows95 doesn't appear to provide any one-shot timers (NT does). 29 4. Menubar
30 2. Random face colors. 30 5. Palette handling
31 3. Calling mouse_[enter|leave]_frame_hook. 31 6. Middle mouse button emulation.
32 4. Eliminate resizing funnies 32 7. Images
33 5. Scrollbar
34 6. Menubar
35 7. Palette handling
36 8. Middle mouse button emulation. Dragging off-frame.
37 9. Images
38 10. Toolbar
39 33
40 Old Issues. 34 Old Issues.
41 35
42 1. For some reason, HOME is a required environment variable. 36 1. For some reason, HOME is a required environment variable.
43 37