aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index dfc5637e625..355a65fbde0 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -12,6 +12,20 @@ it best. Since Emacs is an FSF-copyrighted package, please be
12prepared to sign legal papers to transfer the copyright on your work 12prepared to sign legal papers to transfer the copyright on your work
13to the FSF. 13to the FSF.
14 14
15* Simple tasks. These don't require much emacs knowledge, they are
16suitable for anyone from beginners to experts.
17
18** Major modes should have a menu entry. Examples of modes that do
19not have one at the moment and probably should: text-mode,
20change-log-mode, conf-*-mode.
21
22** Change the text for the mode-line tooltips to not use things like C-x 0.
23In general make sure that tooltips have obvious meanings. Check if
24all items on the mode-line have a suitable tooltip.
25
26** Check what minor modes don't use define-minor-mode and convert them
27to use it.
28
15* Small but important fixes needed in existing features: 29* Small but important fixes needed in existing features:
16 30
17** Make "emacs --daemon" start emacs without showing any frame. 31** Make "emacs --daemon" start emacs without showing any frame.