Mercurial > emacs
comparison etc/TODO @ 90732:bc10a33dd40b
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 563-582)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 177-185)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 01 Jan 2007 03:21:06 +0000 |
parents | dbe3f29e61d6 e7574ee349e7 |
children | 95d0cdf160ea |
comparison
equal
deleted
inserted
replaced
90731:a6c97c25a666 | 90732:bc10a33dd40b |
---|---|
84 ** M-! M-n should fetch the buffer-file-name as the default. | 84 ** M-! M-n should fetch the buffer-file-name as the default. |
85 | 85 |
86 ** Redesign the load-history data structure so it can cope better | 86 ** Redesign the load-history data structure so it can cope better |
87 with evaluating definitions of the same function from different files, | 87 with evaluating definitions of the same function from different files, |
88 recording which file the latest definition came from. | 88 recording which file the latest definition came from. |
89 | |
90 ** make back_comment use syntax-ppss or equivalent. | |
89 | 91 |
90 * Important features: | 92 * Important features: |
91 | 93 |
92 ** Provide user-friendly ways to list all available font families, | 94 ** Provide user-friendly ways to list all available font families, |
93 list fonts, display a font as a sample, etc. [fx is looking at | 95 list fonts, display a font as a sample, etc. [fx is looking at |
491 See thread | 493 See thread |
492 <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> |
493 | 495 |
494 * Internal changes | 496 * Internal changes |
495 | 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 | |
496 ** 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 |
497 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 -- |
498 that apparently loses under Solaris, at least. [fx has mostly done | 514 that apparently loses under Solaris, at least. [fx has mostly done |
499 this.] | 515 this.] |
500 | 516 |
501 ** Rewrite make-docfile to be clean and maintainable. | 517 ** Rewrite make-docfile to be clean and maintainable. |
502 | 518 |
503 ** 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 |
504 offered by major modes that offer an associated inferior | 520 offered by major modes that offer an associated inferior |