Mercurial > emacs
comparison lisp/ChangeLog @ 39652:cd4ae2af5d87
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 07 Oct 2001 12:07:34 +0000 |
parents | ae06b5ea312d |
children | e5d1629afd24 |
comparison
equal
deleted
inserted
replaced
39651:444f50200adc | 39652:cd4ae2af5d87 |
---|---|
1 2001-10-07 Miles Bader <miles@gnu.org> | 1 2001-10-07 Miles Bader <miles@gnu.org> |
2 | |
3 * loadup.el ("faces"): Move load before loading "loaddefs.el". | |
4 ("button"): New load, just before "help" (which uses it). | |
5 | |
6 * help.el (help-mode-map): Make button-buffer-map our parent. | |
7 Don't bind mouse events or tab/backtab. | |
8 (help-function, help-variable, help-face, help-coding-system) | |
9 (help-input-method, help-character-set, help-back, help-info) | |
10 (help-customize-variable, help-function-def, help-variable-def): | |
11 New button types. | |
12 (help-button-action): New function. | |
13 (describe-function-1): Pass help button-types to | |
14 `help-xref-button' rather than help function and help-echo string. | |
15 Don't put multiple help-function args in a list to pass them to | |
16 help-xref-button, just pass them as multiple arguments. | |
17 Use `help-insert-xref-button' to make [back]-button, rather than | |
18 `help-xref-button'. | |
19 (help-xref-button): Take a button-type TYPE as a parameter rather | |
20 than a function. Remove HELP-ECHO parameter. Remove DATA parameter | |
21 and add a &rest parameter ARGS to serve the same purpose. | |
22 Use `make-text-button' to add the button. | |
23 (help-insert-xref-button): Use `insert-text-button' to add the button. | |
24 (help-follow-mouse, help-next-ref, help-previous-ref): | |
25 Functions removed. | |
26 (help-do-xref): New function. | |
27 (help-follow): Use `push-button' and `help-do-xref' to do most of | |
28 the work. | |
29 | |
30 * apropos.el (apropos-symbol, apropos-label): New button types. | |
31 (apropos-symbol-button-display-help) | |
32 (apropos-label-button-display-help, apropos-next-label-button): | |
33 New functions. | |
34 (apropos-mode-map): Make button-buffer-map our parent. | |
35 Don't bind mouse events. | |
36 (apropos-print, apropos-print-doc): Create buttons instead of text | |
37 properties. | |
38 (apropos-mouse-follow): Function removed. | |
39 (apropos-follow): Use buttons. | |
2 | 40 |
3 * button.el: New file. | 41 * button.el: New file. |
4 | 42 |
5 2001-10-07 Gerd Moellmann <gerd@gnu.org> | 43 2001-10-07 Gerd Moellmann <gerd@gnu.org> |
6 | 44 |