# HG changeset patch # User Stefan Monnier # Date 1167237061 0 # Node ID e7574ee349e74cac45440c426841f61efe6884fe # Parent f0d812b53a7667fdc18ba0b6c2a1428c079c2000 *** empty log message *** diff -r f0d812b53a76 -r e7574ee349e7 etc/TODO --- a/etc/TODO Wed Dec 27 16:26:34 2006 +0000 +++ b/etc/TODO Wed Dec 27 16:31:01 2006 +0000 @@ -495,10 +495,24 @@ * Internal changes +** Merge ibuffer.el and buff-menu.el. + More specifically do what's needed to make ibuffer.el the default, + or just an extension of buff-menu.el. + +** Use pcomplete by default in shell-mode. + This means to make it behave (by default) more like the current code. + Use it also for read-shell-command, M-x compile, ... + +** Merge sendmail.el and messages.el. + Probably not a complete merge, but at least arrange for messages.el to be + a derived mode of sendmail.el. Or arrange for messages.el to be split + into a small core and "the rest" so that we use less resources as long as + we stick to the features provided in sendmail.el. + ** Replace gmalloc.c with the modified Doug Lea code from the current - GNU libc so that the special mmapping of buffers can be removed -- - that apparently loses under Solaris, at least. [fx has mostly done - this.] + GNU libc so that the special mmapping of buffers can be removed -- + that apparently loses under Solaris, at least. [fx has mostly done + this.] ** Rewrite make-docfile to be clean and maintainable.