annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
1 # List of problems with XEmacs. If anyone wants to work on these, please
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
2 # mail me and I'll update the table below.
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
3
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
4 # Core NT issues
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
5 1. Subprocess support is completely broken.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
6 2. Networking support is completely broken. This is due to the fact that
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
7 the model relies on the subprocess support also working.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
8 4. No binary release. We know a binary release would be A Good Thing.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
9 However we want to make things stable before producing one so we don't
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
10 have to field too many problems. Sorry.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
11 5. Support for dired is perhaps not quite there. We need to port ls-lisp.el
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
12 from FSF Emacs.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
13 6. Currently the backup files do not get the same permissions as the file
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
14 being edited. August Hill is looking at this one.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
15 7. Verify that CRLF issues are dealt with correctly. Marc Paquette is
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
16 looking at this.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
17 8. Use the registry to store the root directory(ies) of lisp packages; that
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
18 is the path name, not the elisp files.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
19
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
20 # X issues
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
21 1. Redrawing on my (davidh) system seems fairly broken - I don't know if
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
22 this is the XEmacs redraw functionality, my X server or just something
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
23 strange with X under NT. Has anyone else experiences with this ?
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
24
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
25 # Native GUI issues
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
26 1. Mouse drags can cause aborts. I think this is because the timeout
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
27 implementation is broken and can cause the same timeout to go
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
28 off twice (especially during mouse drags?), which makes XEmacs abort.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
29 Windows95 doesn't appear to provide any one-shot timers (NT does).
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
30 2. Random face colors.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
31 3. Calling mouse_[enter|leave]_frame_hook.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
32 4. Eliminate resizing funnies
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
33 5. Scrollbar
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
34 6. Menubar
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
35 7. Palette handling
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
36 8. Middle mouse button emulation. Dragging off-frame.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
37 9. Images
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
38 10. Toolbar
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents:
diff changeset
39
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
40 Old Issues.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
41
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
42 1. For some reason, HOME is a required environment variable.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 169
diff changeset
43