comparison w32/Todo @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
1 Known Bugs 1 # List of problems with XEmacs. If anyone wants to work on these, please
2 ---------- 2 # mail me and I'll update the table below.
3 1. Mouse drags can cause aborts. I think this is because the timeout
4 implementation is broken and can cause the same timeout to go
5 off twice (especially during mouse drags?), which makes XEmacs abort.
6 Windows95 doesn't appear to provide any one-shot timers (NT does).
7 2. Saving text files doesn't translate LFs back to CRLFs.
8 3. XEmacs starts-up with an error or errors.
9 3
4 # Core NT issues
5 1. Subprocess support is completely broken.
6 2. Networking support is completely broken. This is due to the fact that
7 the model relies on the subprocess support also working.
8 4. No binary release. We know a binary release would be A Good Thing.
9 However we want to make things stable before producing one so we don't
10 have to field too many problems. Sorry.
11 5. Support for dired is perhaps not quite there. We need to port ls-lisp.el
12 from FSF Emacs.
13 6. Currently the backup files do not get the same permissions as the file
14 being edited. August Hill is looking at this one.
15 7. Verify that CRLF issues are dealt with correctly. Marc Paquette is
16 looking at this.
10 17
11 ToDo 18 # X issues
12 ---- 19 1. Redrawing on my (davidh) system seems fairly broken - I don't know if
13 1. w32-make-font-foo in w32/w32-faces.el need to be written. 20 this is the XEmacs redraw functionality, my X server or just something
14 2. Calling mouse_[enter|leave]_frame_hook. 21 strange with X under NT. Has anyone else experiences with this ?
15 3. CRLF text file handling.
16 4. Subprocess and socket support.
17 5. Eliminate resizing funnies
18 6. Scrollbar
19 7. Menubar
20 8. Larger color database. Palette handling
21 9. Middle mouse button emulation. Dragging off-frame.
22 10. Images
23 11. Toolbar
24 22
23 # Native GUI issues
24 1. Mouse drags can cause aborts. I think this is because the timeout
25 implementation is broken and can cause the same timeout to go
26 off twice (especially during mouse drags?), which makes XEmacs abort.
27 Windows95 doesn't appear to provide any one-shot timers (NT does).
28 2. XEmacs starts-up with "Arithmetic error".
29 3. It might be a good idea if someone sanity-checked my (jhar) changes to
30 faces.el.
31 4. w32-make-font-foo in w32/w32-faces.el need to be written.
32 5. Calling mouse_[enter|leave]_frame_hook.
33 6. Eliminate resizing funnies
34 7. Scrollbar
35 8. Menubar
36 9. Palette handling
37 10. Middle mouse button emulation. Dragging off-frame.
38 11. Images
39 12. Toolbar
40
41 Old Issues.
42
43 1. For some reason, HOME is a required environment variable.
44