Mercurial > emacs
comparison lisp/ChangeLog @ 39654:e5d1629afd24
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 07 Oct 2001 12:41:03 +0000 |
parents | cd4ae2af5d87 |
children | 4dd0be77b12e |
comparison
equal
deleted
inserted
replaced
39653:b36d97729582 | 39654:e5d1629afd24 |
---|---|
1 2001-10-07 Miles Bader <miles@gnu.org> | 1 2001-10-07 Miles Bader <miles@gnu.org> |
2 | |
3 * woman.el (woman-mode-map): Copy button-buffer-map instead of | |
4 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to | |
5 `woman-follow-word' instead of `woman-mouse-2'. | |
6 (woman-follow-word): Renamed from `woman-mouse-2'. | |
7 Follow current unconditionally, since this function is now only | |
8 bound to M-mouse-2. Use accessor functions. | |
9 (WoMan-highlight-references): Use `make-text-button'. | |
10 (woman-xref): New button type. | |
2 | 11 |
3 * loadup.el ("faces"): Move load before loading "loaddefs.el". | 12 * loadup.el ("faces"): Move load before loading "loaddefs.el". |
4 ("button"): New load, just before "help" (which uses it). | 13 ("button"): New load, just before "help" (which uses it). |
5 | 14 |
6 * help.el (help-mode-map): Make button-buffer-map our parent. | 15 * help.el (help-mode-map): Make button-buffer-map our parent. |