Mercurial > emacs
comparison lisp/ChangeLog @ 39801:15e8f4bb24a0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 12 Oct 2001 01:58:02 +0000 |
parents | 63b7f15de641 |
children | dd4e185b0265 |
comparison
equal
deleted
inserted
replaced
39800:8f2810b5b5e8 | 39801:15e8f4bb24a0 |
---|---|
1 2001-10-12 Miles Bader <miles@gnu.org> | |
2 | |
3 * help-mode.el (help-customize-face): New button-type. | |
4 * faces.el (list-faces-display): Fix args to `help-xref-button'. | |
5 (describe-face): Fix args to `help-xref-button'. | |
6 Don't switch to help-buffer around call to `help-setup-xref'. | |
7 Use `help-buffer' instead of hard-wired "*Help*". | |
8 Require `help-mode'. | |
9 | |
1 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> | 10 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> |
2 | 11 |
3 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username. | 12 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username. |
4 | 13 |
5 * help-mode.el (help-buffer): New function. | 14 * help-mode.el (help-buffer): New function. |
24 * help.el (describe-bindings-internal): New fun moved from keymap.c. | 33 * help.el (describe-bindings-internal): New fun moved from keymap.c. |
25 (view-lossage): Call help-setup-xref correctly and earlier. | 34 (view-lossage): Call help-setup-xref correctly and earlier. |
26 (describe-bindings): Call help-setup-xref earlier. | 35 (describe-bindings): Call help-setup-xref earlier. |
27 (describe-key): Call help-setup-xref. Fix call to describe-function-1. | 36 (describe-key): Call help-setup-xref. Fix call to describe-function-1. |
28 (describe-mode): Don't autoload. Call help-setup-xref earlier. | 37 (describe-mode): Don't autoload. Call help-setup-xref earlier. |
29 | 38 |
30 2001-10-11 Gerd Moellmann <gerd@gnu.org> | 39 2001-10-11 Gerd Moellmann <gerd@gnu.org> |
31 | 40 |
32 * master.el (master-mode): Use define-minor-mode instead of | 41 * master.el (master-mode): Use define-minor-mode instead of |
33 easy-mmode-define-minor-mode. Add autload cookie. | 42 easy-mmode-define-minor-mode. Add autload cookie. |
34 (Coomentary): Remove the line showing how to autoload master-mode, | 43 (Coomentary): Remove the line showing how to autoload master-mode, |