aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-03-08 20:21:40 +0000
committerDan Nicolaescu <[email protected]>2008-03-08 20:21:40 +0000
commit4e0ace231641eb605742d5509a152d0c6fa6a3d7 (patch)
treeb66565d1260595c83e46765b88616ff4ac239e51 /etc
parenta4723d1f9cf5c7af49a5f9279cf070733f9db8d6 (diff)
Add more simple TODOs.
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index df5d9c4ac2..895b5242d8 100644
--- 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.