Mercurial > hg > xemacs-beta
comparison nt/Todo @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 78f53ef88e17 |
children | 262b8bb4a523 |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
25 # Native GUI issues | 25 # Native GUI issues |
26 1. Mouse drags can cause aborts. I think this is because the timeout | 26 1. Mouse drags can cause aborts. I think this is because the timeout |
27 implementation is broken and can cause the same timeout to go | 27 implementation is broken and can cause the same timeout to go |
28 off twice (especially during mouse drags?), which makes XEmacs abort. | 28 off twice (especially during mouse drags?), which makes XEmacs abort. |
29 Windows95 doesn't appear to provide any one-shot timers (NT does). | 29 Windows95 doesn't appear to provide any one-shot timers (NT does). |
30 2. XEmacs starts-up with "Arithmetic error". | 30 2. Random face colors. |
31 3. It might be a good idea if someone sanity-checked my (jhar) changes to | 31 3. Calling mouse_[enter|leave]_frame_hook. |
32 faces.el. | 32 4. Eliminate resizing funnies |
33 4. w32-make-font-foo in w32/w32-faces.el need to be written. | 33 5. Scrollbar |
34 5. Calling mouse_[enter|leave]_frame_hook. | 34 6. Menubar |
35 6. Eliminate resizing funnies | 35 7. Palette handling |
36 7. Scrollbar | 36 8. Middle mouse button emulation. Dragging off-frame. |
37 8. Menubar | 37 9. Images |
38 9. Palette handling | 38 10. Toolbar |
39 10. Middle mouse button emulation. Dragging off-frame. | |
40 11. Images | |
41 12. Toolbar | |
42 | 39 |
43 Old Issues. | 40 Old Issues. |
44 | 41 |
45 1. For some reason, HOME is a required environment variable. | 42 1. For some reason, HOME is a required environment variable. |
46 | 43 |