209
|
1 Known Bugs
|
|
2 ----------
|
|
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
|
|
10
|
|
11 ToDo
|
|
12 ----
|
|
13 1. w32-make-font-foo in w32/w32-faces.el need to be written.
|
|
14 2. Calling mouse_[enter|leave]_frame_hook.
|
|
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
|