comparison lisp/ChangeLog @ 40857:bb2506ee2e9e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Nov 2001 01:20:05 +0000
parents d3f3e805f0fc
children 4a8b0fff5dbc
comparison
equal deleted inserted replaced
40856:d3f3e805f0fc 40857:bb2506ee2e9e
1 2001-11-09 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/flyspell.el: Use the keymap property
4 instead of local-map, and don't use a minor-mode map.
5 (flyspell-mode-map): Variable deleted.
6 Don't mess with minor-mode-map-alist.
7 (calling add-minor-mode): Specify nil for keymap.
8 And always use add-minor-mode, now that it exists.
9 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
10 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
11 or flyspell-local-mouse-map.
12 (make-flyspell-overlay): Use flyspell-mouse-map directly.
13 (flyspell-mode): Doc fix.
14 (flyspell-mode-on): Don't call make-local-hook.
15
1 2001-11-09 Sam Steingold <sds@gnu.org> 16 2001-11-09 Sam Steingold <sds@gnu.org>
2 17
3 * emacs-lisp/debug.el (debugger-make-xrefs): 18 * emacs-lisp/debug.el (debugger-make-xrefs):
4 Add buttons to all symbols. 19 Add buttons to all symbols.
5 20
32 47
33 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il> 48 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
34 49
35 * international/mule.el (make-translation-table): Doc fix. 50 * international/mule.el (make-translation-table): Doc fix.
36 Suggested by Alex Schroeder <alex@gnu.org>. 51 Suggested by Alex Schroeder <alex@gnu.org>.
52
53 2001-11-07 Richard M. Stallman <rms@gnu.org>
54
55 * info.el (Info-fontify-node): Highlight every third menu item.
37 56
38 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> 57 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
39 58
40 * cus-edit.el (custom-face-value-create): Don't ignore the 59 * cus-edit.el (custom-face-value-create): Don't ignore the
41 `customized-face' attribute when finding the current face spec. 60 `customized-face' attribute when finding the current face spec.