From c884b4d795f85c56aede59eb8b4cf7e17003d5e9 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 19 Jan 2008 20:13:59 +0000 Subject: [PATCH] Add a "Simple Tasks" TODO category. --- etc/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 prepared to sign legal papers to transfer the copyright on your work to the FSF. +* Simple tasks. These don't require much emacs knowledge, they are +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 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. + +** Check what minor modes don't use define-minor-mode and convert them +to use it. + * Small but important fixes needed in existing features: ** Make "emacs --daemon" start emacs without showing any frame. -- 2.39.2