comparison etc/TODO @ 84785:ba30061475f5

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 22 Sep 2007 18:20:41 +0000
parents d79e90f9fcce
children de9abb25771b
comparison
equal deleted inserted replaced
84784:d79e90f9fcce 84785:ba30061475f5
12 prepared to sign legal papers to transfer the copyright on your work 12 prepared to sign legal papers to transfer the copyright on your work
13 to the FSF. 13 to the FSF.
14 14
15 * Small but important fixes needed in existing features: 15 * Small but important fixes needed in existing features:
16 16
17 ** Make "emacs --daemon" starts emacs without showing any frame. 17 ** Make "emacs --daemon" start emacs without showing any frame.
18 Use emacsclient later to open frames. 18 Use emacsclient later to open frames.
19 19
20 ** Make it possible to turn on minor modes using "mode:" in the local variables 20 ** Make it possible to reliably turn on minor modes using "mode:" in the local
21 section. 21 variables section.
22 22
23 ** "Options -> Save Options" should save the font set via "Set Font/Fontset" 23 ** "Options -> Save Options" should save the font set via "Set Font/Fontset"
24 I.e. mouse-set-font should use customize-face. 24 I.e. mouse-set-font should use customize-face.
25 25
26 ** Compute the list of active keymaps *after* reading the first event. 26 ** Compute the list of active keymaps *after* reading the first event.