aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-12-27 16:31:01 +0000
committerStefan Monnier2006-12-27 16:31:01 +0000
commit1d919365b11037c87e752ed451c200caceff87f0 (patch)
treef5e9ec20480958ee3005269290cabf7e189793ca
parent544bdc401a830937e6954365bb7806ea062205cb (diff)
downloademacs-1d919365b11037c87e752ed451c200caceff87f0.tar.gz
emacs-1d919365b11037c87e752ed451c200caceff87f0.zip
*** empty log message ***
-rw-r--r--etc/TODO20
1 files changed, 17 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index 8adc82124c4..4a129439c94 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -495,10 +495,24 @@ but which can also be used as a modifier).
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