Mercurial > emacs
changeset 92631:ff47fbef81f2
Add more simple TODOs.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 08 Mar 2008 20:21:40 +0000 |
parents | 508294b2bd7c |
children | 870c7b456283 |
files | etc/TODO |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Sat Mar 08 20:18:49 2008 +0000 +++ b/etc/TODO Sat Mar 08 20:21:40 2008 +0000 @@ -21,12 +21,15 @@ ** Major modes should have a menu entry. Examples of modes that do not have one at the moment and probably should: text-mode, -change-log-mode, conf-*-mode. +change-log-mode, conf-*-mode, debugger-mode. ** Change the text for the mode-line tooltips to not use things like C-x 0. In general make sure that tooltips have obvious meanings. Check if all items on the mode-line have a suitable tooltip. +** edebug and debugger-mode should have a toolbar. +It can use the same icons as gud. + ** Check what minor modes don't use define-minor-mode and convert them to use it.