Mercurial > emacs
comparison lisp/ChangeLog @ 39704:779cf11e6da5
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 08 Oct 2001 14:18:11 +0000 |
parents | f4bcbd3b2222 |
children | 9507748aa178 |
comparison
equal
deleted
inserted
replaced
39703:a093c43d935c | 39704:779cf11e6da5 |
---|---|
3 * button.el (next-button, previous-button): Remove N and WRAP | 3 * button.el (next-button, previous-button): Remove N and WRAP |
4 parameters. Don't pay attention to `skip' properties. | 4 parameters. Don't pay attention to `skip' properties. |
5 (forward-button): Implement wrapping, iterating, and skipping here | 5 (forward-button): Implement wrapping, iterating, and skipping here |
6 instead. | 6 instead. |
7 (button-activate): USE-MOUSE-ACTION is optional. | 7 (button-activate): USE-MOUSE-ACTION is optional. |
8 (button-nop): Function removed. | |
9 (default-button): Use `ignore' as default button action. | |
8 | 10 |
9 * apropos.el (apropos-next-label-button): Update arguments to | 11 * apropos.el (apropos-next-label-button): Update arguments to |
10 `next-button'. | 12 `next-button'. |
11 (apropos-symbol): Add `skip' property. | 13 (apropos-symbol): Add `skip' property. |
12 (apropos-function, apropos-macro, apropos-command) | 14 (apropos-function, apropos-macro, apropos-command) |