# HG changeset patch # User Miles Bader # Date 1002521587 0 # Node ID b795caab9fca6b4a2e07966d65acb70dc4a056d9 # Parent 149659ed7ecacd0f06610af3b8de64d9ba30f3fa *** empty log message *** diff -r 149659ed7eca -r b795caab9fca lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 08 06:10:29 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 08 06:13:07 2001 +0000 @@ -1,3 +1,12 @@ +2001-10-08 Miles Bader + + * button.el (next-button, previous-button): Remove N and WRAP + parameters. Don't pay attention to `skip' properties. + (forward-button): Implement wrapping, iterating, and skipping here + instead. + * apropos.el (apropos-next-label-button): Update arguments to + `next-button'. + 2001-10-07 Stefan Monnier * help.el (help-mode): Use define-derived-mode. @@ -15,7 +24,6 @@ 2001-10-08 Miles Bader * button.el (next-button, previous-button): Respect `skip' property. - (push-button, button-activate): Add USE-MOUSE-ACTION argument. 2001-10-07 Miles Bader