Mercurial > emacs
comparison lisp/ChangeLog @ 39741:c66da379996f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 10 Oct 2001 09:25:20 +0000 |
parents | 36ec4dfdb899 |
children | 1985c223de10 |
comparison
equal
deleted
inserted
replaced
39740:36ec4dfdb899 | 39741:c66da379996f |
---|---|
15 2001-10-09 Miles Bader <miles@gnu.org> | 15 2001-10-09 Miles Bader <miles@gnu.org> |
16 | 16 |
17 * apropos.el (button): New require. | 17 * apropos.el (button): New require. |
18 | 18 |
19 * help-funs.el: New file, contents mostly from `help.el'. | 19 * help-funs.el: New file, contents mostly from `help.el'. |
20 (describe-variable): Use `condition-case' instead of `ignore-errors'. | 20 (describe-variable): Use `condition-case' instead of |
21 `ignore-errors'. | |
22 | |
21 * help-mode.el: New file, contents mostly from `help.el'. | 23 * help-mode.el: New file, contents mostly from `help.el'. |
24 | |
22 * help.el: Don't require `view' when compiling. | 25 * help.el: Don't require `view' when compiling. |
23 (help-with-tutorial, describe-function, describe-function-1) | 26 (help-with-tutorial, describe-function, describe-function-1) |
24 (variable-at-point, describe-variable, locate-library): | 27 (variable-at-point, describe-variable, locate-library): |
25 Functions moved into `help-funs.el'. | 28 Functions moved into `help-funs.el'. |
26 (help-manyarg-func-alist): Variable moved into `help-funs.el'. | 29 (help-manyarg-func-alist): Variable moved into `help-funs.el'. |
37 (help-function-def, help-variable-def): | 40 (help-function-def, help-variable-def): |
38 Button-types moved into `help-mode.el'. | 41 Button-types moved into `help-mode.el'. |
39 (load-symbol-file-load-history, symbol-file): | 42 (load-symbol-file-load-history, symbol-file): |
40 Functions moved into `subr.el'. | 43 Functions moved into `subr.el'. |
41 (symbol-file-load-history-loaded): Variable moved into `subr.el'. | 44 (symbol-file-load-history-loaded): Variable moved into `subr.el'. |
42 (view-lossage): Call `help-setup-xref' instead of doing it manually. | 45 (view-lossage): Call `help-setup-xref' instead of doing it |
46 manually. | |
47 | |
43 * subr.el (symbol-file-load-history-loaded) | 48 * subr.el (symbol-file-load-history-loaded) |
44 (load-symbol-file-load-history, symbol-file): Moved from `help.el'. | 49 (load-symbol-file-load-history, symbol-file): Moved from |
50 `help.el'. | |
51 | |
45 * loadup.el ("button"): Load removed. | 52 * loadup.el ("button"): Load removed. |
46 | 53 |
47 * button.el (define-button-type): Respect any `supertype' property. | 54 * button.el (define-button-type): Respect any `supertype' property. |
48 (button-type-subtype-p, button-has-type-p): New functions. | 55 (button-type-subtype-p, button-has-type-p): New functions. |
49 | 56 |