Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (button): Use underline if supported, else fall back to color. | Glenn Morris | 2007-04-26 | 1 | -3/+4 |
| | |||||
* | (button): Inherit from link face on a tty. | Nick Roberts | 2007-04-23 | 1 | -1/+2 |
| | |||||
* | (button): Use color for this face on a tty. | Glenn Morris | 2007-04-23 | 1 | -1/+2 |
| | |||||
* | Minor tweak. | Chong Yidong | 2007-04-01 | 1 | -1/+1 |
| | |||||
* | (previous-button): Rewrite to account for adjacent buttons. | Chong Yidong | 2007-04-01 | 1 | -8/+21 |
| | |||||
* | (make-text-button): Add explicit `button' property. | Stefan Monnier | 2007-03-28 | 1 | -4/+5 |
| | | | | (default-button): Don't put a `button' property on it. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | |||||
* | (button): Put into group `basic-faces'. | Richard M. Stallman | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | (button-buffer-map): Bind M-TAB to `backward-button'. | Juri Linkov | 2005-12-08 | 1 | -0/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145 | Miles Bader | 2005-03-02 | 1 | -19/+18 |
| | | | | | | | | | | (make-text-button): Default button type if not specified 2005-03-02 Miles Bader <miles@gnu.org> * lisp/button.el (make-text-button): If the user doesn't specify a type, use the default. Rewrite to use `add-text-properties' and plist functions. | ||||
* | (escape-glyph, minibuffer-prompt, button): Add commentary for | Eli Zaretskii | 2005-02-19 | 1 | -0/+1 |
| | | | | the reasons we use "type pc" in these faces. | ||||
* | (button-activate): Allow a marker to display as an action. | Daniel Pfeiffer | 2004-10-13 | 1 | -6/+13 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (defface button): Add group. | Markus Rost | 2002-12-29 | 1 | -1/+2 |
| | |||||
* | Fix header. | Pavel JanÃk | 2002-01-03 | 1 | -1/+1 |
| | |||||
* | (define-button-type): Make sure every user-defined button type has a supertype. | Miles Bader | 2001-11-01 | 1 | -5/+8 |
| | |||||
* | (button): Special face definition for MS-DOS terminals. | Eli Zaretskii | 2001-10-26 | 1 | -1/+3 |
| | |||||
* | Doc fixes. | Miles Bader | 2001-10-14 | 1 | -17/+22 |
| | |||||
* | *** empty log message *** | Miles Bader | 2001-10-14 | 1 | -4/+15 |
| | |||||
* | (define-button-type): Respect any `supertype' property. | Miles Bader | 2001-10-09 | 1 | -14/+37 |
| | | | | (button-type-subtype-p, button-has-type-p): New functions. | ||||
* | (button-nop): Function removed. | Miles Bader | 2001-10-08 | 1 | -6/+1 |
| | | | | (default-button): Use `ignore' as default button action. | ||||
* | (button-activate): USE-MOUSE-ACTION is optional. | Miles Bader | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | (next-button, previous-button): Remove N and WRAP parameters. | Miles Bader | 2001-10-08 | 1 | -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 Bader | 2001-10-07 | 1 | -8/+22 |
| | | | | (push-button, button-activate): Add USE-MOUSE-ACTION argument. | ||||
* | Initial checkin. | Miles Bader | 2001-10-07 | 1 | -0/+415 |