comparison lisp/ChangeLog @ 50565:cd863af50ea1

* help.el (describe-minor-mode): New function implementation. Accept both minor mode string and minor mode indicator. (describe-minor-mode-completion-table-for-indicator) (describe-minor-mode-completion-table-for-symbol): New functions. minor-mode-list is used here. (describe-minor-mode-from-symbol): renamed from (old) describe-minor-mode. Use describe-minor-mode-completion-table-for-symbol. Don't use eval. Just use symbol-name. (describe-minor-mode-from-indicator): Document is updated. Use `format-mode-line'. Use describe-minor-mode-from-symbol instead of describe-minor-mode. Use describe-minor-mode-completion-table-for-indicator. (expand-minor-mode-indicator-object): removed. (lookup-minor-mode-from-indicator): remove the fist white space from both indicator and anindicator before comparing them. * bindings.el (mode-line-major-mode-keymap) (mode-line-minor-mode-keymap): defined keys for the maps here in `defvar'.
author Masatake YAMATO <jet@gyve.org>
date Sat, 12 Apr 2003 17:28:24 +0000
parents e634b5a332d1
children f7bd4869e2a8
comparison
equal deleted inserted replaced
50564:e634b5a332d1 50565:cd863af50ea1
1 2003-04-13 Masatake YAMATO <jet@gyve.org>
2
3 * help.el (describe-minor-mode): New function implementation.
4 Accept both minor mode string and minor mode indicator.
5 (describe-minor-mode-completion-table-for-indicator)
6 (describe-minor-mode-completion-table-for-symbol): New functions.
7 minor-mode-list is used here.
8 (describe-minor-mode-from-symbol): renamed
9 from (old) describe-minor-mode. Use
10 describe-minor-mode-completion-table-for-symbol.
11 Don't use eval. Just use symbol-name.
12 (describe-minor-mode-from-indicator): Document is updated.
13 Use `format-mode-line'. Use
14 describe-minor-mode-from-symbol instead of
15 describe-minor-mode.
16 Use describe-minor-mode-completion-table-for-indicator.
17 (expand-minor-mode-indicator-object): removed.
18 (lookup-minor-mode-from-indicator): remove the fist white
19 space from both indicator and anindicator before comparing them.
20
21 * bindings.el (mode-line-major-mode-keymap)
22 (mode-line-minor-mode-keymap): defined keys for the maps
23 here in `defvar'.
24
1 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk> 25 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2 26
3 * play/gomoku.el (gomoku-buffer-name): New constant. 27 * play/gomoku.el (gomoku-buffer-name): New constant.
4 (gomoku-mode): Doc fix. Add call to kill-all-local-variables. 28 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
5 (gomoku): Do not call gomoku-switch-to-window directly. 29 (gomoku): Do not call gomoku-switch-to-window directly.