]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more simple TODOs.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 8 Mar 2008 20:21:40 +0000 (20:21 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 8 Mar 2008 20:21:40 +0000 (20:21 +0000)
etc/TODO

index df5d9c4ac21196f5158a0b5db1ff891c7ea45fe8..895b5242d8467abba07cccfe2bd16f580402e10d 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -21,12 +21,15 @@ suitable for anyone from beginners to experts.
 
 ** 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.