+2001-10-08 Miles Bader <miles@gnu.org>
+
+ * 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 <monnier@cs.yale.edu>
* help.el (help-mode): Use define-derived-mode.
2001-10-08 Miles Bader <miles@gnu.org>
* button.el (next-button, previous-button): Respect `skip' property.
- (push-button, button-activate): Add USE-MOUSE-ACTION argument.
2001-10-07 Miles Bader <miles@gnu.org>
"Returns the next `apropos-label' button after POS, or nil if there's none.
Will also return nil if more than one `apropos-symbol' button is encountered
before finding a label."
- (let* ((button (next-button pos 1 nil t))
+ (let* ((button (next-button pos t))
(already-hit-symbol nil)
(button-type (and button (button-get button 'type))))
(while (and button