aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-07-16 13:06:12 -0400
committerGlenn Morris2014-07-16 13:06:12 -0400
commit02a7e500e85ffe42a352a9e0c1fddd1ed6a67658 (patch)
treeeeac0cbcf4d0a6f0896e544ff84eb5c30e652790 /etc
parent70f8097ea2b81fc6624453cf21720f1a1f617862 (diff)
parent61dcf9bc85b309e1fa052eb1e76698d4789f7f72 (diff)
downloademacs-02a7e500e85ffe42a352a9e0c1fddd1ed6a67658.tar.gz
emacs-02a7e500e85ffe42a352a9e0c1fddd1ed6a67658.zip
Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.org
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index 7aaed300091..cbf8336230e 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -62,8 +62,7 @@ suitable for anyone from beginners to experts.
62 62
63** Convert modes that use view-mode to be derived from special-mode instead. 63** Convert modes that use view-mode to be derived from special-mode instead.
64 64
65** Major modes should have a menu entry. Examples of modes that do 65** Major modes should have a menu entry.
66not have one at the moment and probably should: text-mode, inferior-lisp-mode.
67 66
68** Check if all items on the mode-line have a suitable tooltip for all modes. 67** Check if all items on the mode-line have a suitable tooltip for all modes.
69 68
@@ -141,7 +140,9 @@ for users to customize.
141 using a heuristic of some kind? 140 using a heuristic of some kind?
142 141
143** Define recompute-arg and recompute-arg-if for fix_command to use. 142** Define recompute-arg and recompute-arg-if for fix_command to use.
144 See rms message of 11 Dec 05. 143 See rms message of 11 Dec 05 in
144 http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-12/msg00165.html,
145 and the rest of that discussion.
145 146
146** Height returned by frame-parameter ... and height given to 147** Height returned by frame-parameter ... and height given to
147 make-frame does not mean the same thing. The former includes menu and 148 make-frame does not mean the same thing. The former includes menu and