# HG changeset patch # User Dan Nicolaescu # Date 1217994371 0 # Node ID c852b3915f7b887a66fbd24b06b9bb9e4e2520f0 # Parent aa45514635560dccdf4e1cb5c31e9bc0670cab45 Remove done items. Add a new one. diff -r aa4551463556 -r c852b3915f7b etc/TODO --- a/etc/TODO Wed Aug 06 03:45:04 2008 +0000 +++ b/etc/TODO Wed Aug 06 03:46:11 2008 +0000 @@ -15,13 +15,14 @@ * Simple tasks. These don't require much emacs knowledge, they are suitable for anyone from beginners to experts. +** Convert modes that use view-mode to be derived from special-mode instead. + ** make emacsclient accept -nw as a synonym to -t. ** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf. ** 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, texinfo-mode, inferior-lisp-mode. +not have one at the moment and probably should: text-mode, inferior-lisp-mode. ** Check if all items on the mode-line have a suitable tooltip for all modes.