aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-08-06 03:46:11 +0000
committerDan Nicolaescu2008-08-06 03:46:11 +0000
commitbfb906ac1742dfd246d0ba5d2cdc42d6be84a54d (patch)
treef16a99b16cd05fe8f1c26af15d841783277ad605
parent5c915c024c57d386c0232870704a41bc880e74c7 (diff)
downloademacs-bfb906ac1742dfd246d0ba5d2cdc42d6be84a54d.tar.gz
emacs-bfb906ac1742dfd246d0ba5d2cdc42d6be84a54d.zip
Remove done items. Add a new one.
-rw-r--r--etc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/TODO b/etc/TODO
index e718f1c9bf9..d788fcdd01b 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -15,13 +15,14 @@ to the FSF.
15* Simple tasks. These don't require much emacs knowledge, they are 15* Simple tasks. These don't require much emacs knowledge, they are
16suitable for anyone from beginners to experts. 16suitable for anyone from beginners to experts.
17 17
18** Convert modes that use view-mode to be derived from special-mode instead.
19
18** make emacsclient accept -nw as a synonym to -t. 20** make emacsclient accept -nw as a synonym to -t.
19 21
20** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf. 22** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf.
21 23
22** Major modes should have a menu entry. Examples of modes that do 24** Major modes should have a menu entry. Examples of modes that do
23not have one at the moment and probably should: text-mode, 25not have one at the moment and probably should: text-mode, inferior-lisp-mode.
24change-log-mode, texinfo-mode, inferior-lisp-mode.
25 26
26** Check if all items on the mode-line have a suitable tooltip for all modes. 27** Check if all items on the mode-line have a suitable tooltip for all modes.
27 28