comparison etc/TODO @ 93672:94eba6d98635

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 04 Apr 2008 22:29:55 +0000
parents d0caff25b712
children 435ee3b30e0a
comparison
equal deleted inserted replaced
93671:2b3d42806dcc 93672:94eba6d98635
19 19
20 ** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf. 20 ** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf.
21 21
22 ** Major modes should have a menu entry. Examples of modes that do 22 ** Major modes should have a menu entry. Examples of modes that do
23 not have one at the moment and probably should: text-mode, 23 not have one at the moment and probably should: text-mode,
24 change-log-mode, texinfo-mode, nroff-mode, reb-mode. 24 change-log-mode, texinfo-mode, outline-mode.
25 25
26 ** Change the text for the mode-line tooltips to not use things like C-x 0. 26 ** Check if all items on the mode-line have a suitable tooltip for all modes.
27 In general make sure that tooltips have obvious meanings. Check if
28 all items on the mode-line have a suitable tooltip.
29 27
30 ** edebug and debugger-mode should have a toolbar. 28 ** edebug and debugger-mode should have a toolbar.
31 It can use the same icons as gud. 29 It can use the same icons as gud.
32 30
33 ** Check what minor modes don't use define-minor-mode and convert them 31 ** Check what minor modes don't use define-minor-mode and convert them