Mercurial > emacs
comparison etc/TODO @ 67753:34a28bb460ab
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 23 Dec 2005 02:01:02 +0000 |
parents | 66dff7fa71b9 |
children | e5161cb0ad69 d0eee3282e6b 7beb78bc1f8e |
comparison
equal
deleted
inserted
replaced
67752:dd459879f1e7 | 67753:34a28bb460ab |
---|---|
415 packages (e.g. tamago, anthy) or an input method via XIM. | 415 packages (e.g. tamago, anthy) or an input method via XIM. |
416 | 416 |
417 ** Provide the toolbar on ttys. This could map a bit like tmm-menubar | 417 ** Provide the toolbar on ttys. This could map a bit like tmm-menubar |
418 for the menubar and buttons could look a bit like those used by customize. | 418 for the menubar and buttons could look a bit like those used by customize. |
419 | 419 |
420 ** Improve Help buffers: Change the face of previously visited links (like | |
421 Info, but also with regard to namespace), add a forward button to make the | |
422 Help buffer more browser like and gives the value of lisp expressions | |
423 e.g auto-mode-alist, the right face. [nickrob@snap.net.nz has a patch | |
424 for this for inclusion after 22.1]. | |
425 | |
420 * Internal changes | 426 * Internal changes |
421 | 427 |
422 ** Replace gmalloc.c with the modified Doug Lea code from the current | 428 ** Replace gmalloc.c with the modified Doug Lea code from the current |
423 GNU libc so that the special mmapping of buffers can be removed -- | 429 GNU libc so that the special mmapping of buffers can be removed -- |
424 that apparently loses under Solaris, at least. [fx has mostly done | 430 that apparently loses under Solaris, at least. [fx has mostly done |