Changeset 4204 for trunk/etc/TODO
- Timestamp:
- 2007年05月01日 18時04分59秒 (2 years ago)
- Files:
-
- trunk/etc/TODO (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/TODO
r4200 r4204 15 15 * Small but important fixes needed in existing features: 16 16 17 ** Fix compilation when Xaw3d libraries are present but libxaw is not. 18 In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the 19 latter need not be installed. As a result, all the source files that 20 look for include files in X11/Xaw should look in X11/Xaw3d if we are 21 using Xaw3d. 22 23 ** Compute the list of active keymaps *after* reading the first event. 24 25 ** Avoid using "iff" in doc strings. 26 17 27 ** mouse-autoselect-window should wait to select the window until 18 28 the mouse is put to rest or after a delay or both, so that moving over … … 83 93 ** Add function to redraw the tool bar. 84 94 85 ** Modify allout.el to use overlays, like outline.el.86 87 95 ** M-! M-n should fetch the buffer-file-name as the default. 88 96 … … 92 100 93 101 ** make back_comment use syntax-ppss or equivalent. 102 103 ** Improve configure's treatment of NON_GNU_CPP on Solaris. 104 (patch available for after Emacs 22) 105 106 ** Consider improving src/sysdep.c's search for a fqdn. 107 http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html 108 109 ** Find a proper fix for rcirc multiline nick adding. 110 http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html 94 111 95 112 * Important features: … … 468 485 and from the calls. 469 486 487 ** Modify the emulation of `stat' for MS-Windows to support large files. 488 The current version uses the stock Windows definition of `struct 489 stat', where the file's size is returned as a 32-bit integer. That 490 overflows for files larger than 4GB. To fix, modify `stat' to use 491 64-bit size, and use a declaration of `struct stat' that supports 492 such sizes. 493 470 494 ** Make language-info-alist customizable. Currently a user can customize 471 495 only the variable `current-language-environment'. … … 510 534 but which can also be used as a modifier). 511 535 512 ** Provide the toolbar on ttys. This could map a bit like tmm-menubar513 for the menubar and buttons could look a bit like those used by customize.514 515 536 ** Improve Help buffers: Change the face of previously visited links (like 516 537 Info, but also with regard to namespace), add a forward button to make the … … 530 551 * Internal changes 531 552 532 ** Cleanup all the GC_ mark bit stuff -- there is no longer any disti ction553 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction 533 554 since the mark bit is no longer stored in the Lisp_Object itself. 534 555 … … 546 567 into a small core and "the rest" so that we use less resources as long as 547 568 we stick to the features provided in sendmail.el. 548 569 549 570 ** Replace gmalloc.c with the modified Doug Lea code from the current 550 571 GNU libc so that the special mmapping of buffers can be removed --
