Mercurial > emacs
comparison etc/TODO @ 74941:e7574ee349e7
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 27 Dec 2006 16:31:01 +0000 |
parents | 7dbb8b1bdeba |
children | 1569685b971d 17e0dd217877 bc10a33dd40b |
comparison
equal
deleted
inserted
replaced
74940:f0d812b53a76 | 74941:e7574ee349e7 |
---|---|
493 See thread | 493 See thread |
494 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html> | 494 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html> |
495 | 495 |
496 * Internal changes | 496 * Internal changes |
497 | 497 |
498 ** Merge ibuffer.el and buff-menu.el. | |
499 More specifically do what's needed to make ibuffer.el the default, | |
500 or just an extension of buff-menu.el. | |
501 | |
502 ** Use pcomplete by default in shell-mode. | |
503 This means to make it behave (by default) more like the current code. | |
504 Use it also for read-shell-command, M-x compile, ... | |
505 | |
506 ** Merge sendmail.el and messages.el. | |
507 Probably not a complete merge, but at least arrange for messages.el to be | |
508 a derived mode of sendmail.el. Or arrange for messages.el to be split | |
509 into a small core and "the rest" so that we use less resources as long as | |
510 we stick to the features provided in sendmail.el. | |
511 | |
498 ** Replace gmalloc.c with the modified Doug Lea code from the current | 512 ** Replace gmalloc.c with the modified Doug Lea code from the current |
499 GNU libc so that the special mmapping of buffers can be removed -- | 513 GNU libc so that the special mmapping of buffers can be removed -- |
500 that apparently loses under Solaris, at least. [fx has mostly done | 514 that apparently loses under Solaris, at least. [fx has mostly done |
501 this.] | 515 this.] |
502 | 516 |
503 ** Rewrite make-docfile to be clean and maintainable. | 517 ** Rewrite make-docfile to be clean and maintainable. |
504 | 518 |
505 ** Add an inferior-comint-minor-mode to capture the common set of operations | 519 ** Add an inferior-comint-minor-mode to capture the common set of operations |
506 offered by major modes that offer an associated inferior | 520 offered by major modes that offer an associated inferior |