aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/button.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix header.Pavel Janík2002-01-031-1/+1
|
* (define-button-type): Make sure every user-defined button type has a supertype.Miles Bader2001-11-011-5/+8
|
* (button): Special face definition for MS-DOS terminals.Eli Zaretskii2001-10-261-1/+3
|
* Doc fixes.Miles Bader2001-10-141-17/+22
|
* *** empty log message ***Miles Bader2001-10-141-4/+15
|
* (define-button-type): Respect any `supertype' property.Miles Bader2001-10-091-14/+37
| | | | (button-type-subtype-p, button-has-type-p): New functions.
* (button-nop): Function removed.Miles Bader2001-10-081-6/+1
| | | | (default-button): Use `ignore' as default button action.
* (button-activate): USE-MOUSE-ACTION is optional.Miles Bader2001-10-081-1/+1
|
* (next-button, previous-button): Remove N and WRAP parameters.Miles Bader2001-10-081-59/+37
| | | | | Don't pay attention to `skip' properties. (forward-button): Implement wrapping, iterating, and skipping here instead.
* (next-button, previous-button): Respect `skip' property.Miles Bader2001-10-071-8/+22
| | | | (push-button, button-activate): Add USE-MOUSE-ACTION argument.
* Initial checkin.Miles Bader2001-10-071-0/+415