Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/w32/Todo Mon Aug 13 10:05:01 2007 +0200 +++ b/w32/Todo Mon Aug 13 10:05:51 2007 +0200 @@ -1,24 +1,44 @@ -Known Bugs ----------- -1. Mouse drags can cause aborts. I think this is because the timeout - implementation is broken and can cause the same timeout to go - off twice (especially during mouse drags?), which makes XEmacs abort. - Windows95 doesn't appear to provide any one-shot timers (NT does). -2. Saving text files doesn't translate LFs back to CRLFs. -3. XEmacs starts-up with an error or errors. +# List of problems with XEmacs. If anyone wants to work on these, please +# mail me and I'll update the table below. +# Core NT issues + 1. Subprocess support is completely broken. + 2. Networking support is completely broken. This is due to the fact that + the model relies on the subprocess support also working. + 4. No binary release. We know a binary release would be A Good Thing. + However we want to make things stable before producing one so we don't + have to field too many problems. Sorry. + 5. Support for dired is perhaps not quite there. We need to port ls-lisp.el + from FSF Emacs. + 6. Currently the backup files do not get the same permissions as the file + being edited. August Hill is looking at this one. + 7. Verify that CRLF issues are dealt with correctly. Marc Paquette is + looking at this. + +# X issues + 1. Redrawing on my (davidh) system seems fairly broken - I don't know if + this is the XEmacs redraw functionality, my X server or just something + strange with X under NT. Has anyone else experiences with this ? -ToDo ----- -1. w32-make-font-foo in w32/w32-faces.el need to be written. -2. Calling mouse_[enter|leave]_frame_hook. -3. CRLF text file handling. -4. Subprocess and socket support. -5. Eliminate resizing funnies -6. Scrollbar -7. Menubar -8. Larger color database. Palette handling -9. Middle mouse button emulation. Dragging off-frame. -10. Images -11. Toolbar +# Native GUI issues + 1. Mouse drags can cause aborts. I think this is because the timeout + implementation is broken and can cause the same timeout to go + off twice (especially during mouse drags?), which makes XEmacs abort. + Windows95 doesn't appear to provide any one-shot timers (NT does). + 2. XEmacs starts-up with "Arithmetic error". + 3. It might be a good idea if someone sanity-checked my (jhar) changes to + faces.el. + 4. w32-make-font-foo in w32/w32-faces.el need to be written. + 5. Calling mouse_[enter|leave]_frame_hook. + 6. Eliminate resizing funnies + 7. Scrollbar + 8. Menubar + 9. Palette handling + 10. Middle mouse button emulation. Dragging off-frame. + 11. Images + 12. Toolbar +Old Issues. + + 1. For some reason, HOME is a required environment variable. +