annotate w32/Todo @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents
children 78478c60bfcd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
1 Known Bugs
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
2 ----------
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
3 1. Mouse drags can cause aborts. I think this is because the timeout
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
4 implementation is broken and can cause the same timeout to go
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
5 off twice (especially during mouse drags?), which makes XEmacs abort.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
6 Windows95 doesn't appear to provide any one-shot timers (NT does).
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
7 2. Saving text files doesn't translate LFs back to CRLFs.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
8 3. XEmacs starts-up with an error or errors.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
9
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
10
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
11 ToDo
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
12 ----
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
13 1. w32-make-font-foo in w32/w32-faces.el need to be written.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
14 2. Calling mouse_[enter|leave]_frame_hook.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
15 3. CRLF text file handling.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
16 4. Subprocess and socket support.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
17 5. Eliminate resizing funnies
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
18 6. Scrollbar
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
19 7. Menubar
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
20 8. Larger color database. Palette handling
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
21 9. Middle mouse button emulation. Dragging off-frame.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
22 10. Images
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
23 11. Toolbar
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
24