Mercurial > emacs
comparison lisp/ChangeLog @ 43295:ce2590f06ba0
2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-done): New function.
(describe-text-mode-map): New variable.
(describe-text-mode-hook): New option.
(describe-text-mode): New function.
(describe-text-widget): New function.
(describe-text-sexp): New function.
(describe-text-properties): New function.
(describe-text-category): New command.
(describe-text-at): New command.
(facemenu-menu): Replace `list-text-properties-at' with
`describe-text-at' in the menu.
* wid-edit.el (widgetp): New function.
* wid-edit.el (widget-keymap, widget-insert, widget-setup):
Autoloaded.
* emacs-lisp/pp.el (pp-to-string): Autoloaded.
* wid-browse.el: Removed version and x-url keywords.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Thu, 14 Feb 2002 16:47:11 +0000 |
parents | 849846dd9b9a |
children | 7bab5b93fc6b |
comparison
equal
deleted
inserted
replaced
43294:849846dd9b9a | 43295:ce2590f06ba0 |
---|---|
1 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk> | |
2 | |
3 * facemenu.el (describe-text-done): New function. | |
4 (describe-text-mode-map): New variable. | |
5 (describe-text-mode-hook): New option. | |
6 (describe-text-mode): New function. | |
7 (describe-text-widget): New function. | |
8 (describe-text-sexp): New function. | |
9 (describe-text-properties): New function. | |
10 (describe-text-category): New command. | |
11 (describe-text-at): New command. | |
12 (facemenu-menu): Replace `list-text-properties-at' with | |
13 `describe-text-at' in the menu. | |
14 (button): Require. | |
15 | |
16 * wid-edit.el (widgetp): New function. | |
17 * wid-edit.el (widget-keymap, widget-insert, widget-setup): | |
18 Autoloaded. | |
19 | |
20 * emacs-lisp/pp.el (pp-to-string): Autoloaded. | |
21 | |
22 * wid-browse.el: Removed version and x-url keywords. | |
23 | |
1 2002-02-13 Kim F. Storm <storm@cua.dk> | 24 2002-02-13 Kim F. Storm <storm@cua.dk> |
2 | 25 |
3 * cus-start.el (mode-line-in-non-selected-windows): | 26 * cus-start.el (mode-line-in-non-selected-windows): |
4 Allow customization. | 27 Allow customization. |
5 | 28 |