changeset 87855:99b95cc8bbf2

Add a "Simple Tasks" TODO category.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 19 Jan 2008 20:13:59 +0000
parents 00321492f35d
children 4f657ba160d6
files etc/TODO
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Sat Jan 19 18:46:48 2008 +0000
+++ b/etc/TODO	Sat Jan 19 20:13:59 2008 +0000
@@ -12,6 +12,20 @@
 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.