aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/button.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (forward-button): Avoid infloop.Chong Yidong2008-07-311-2/+9
|
* (make-text-button): Allow `start' to be a string.Stefan Monnier2008-06-101-10/+16
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
|
* * faces.el (xw-defined-colors):Dan Nicolaescu2008-03-141-7/+0
| | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.
* * button.el (button-map):Jason Rumney2008-02-091-1/+3
| | | | * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
* (define-button-type): Clarify type of NAME in docstring.Thien-Thi Nguyen2008-01-271-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (set_initial_environment): Rename from set_global_environment.Stefan Monnier2007-08-291-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (button): Use underline if supported, else fall back to color.Glenn Morris2007-04-261-3/+4
|
* (button): Inherit from link face on a tty.Nick Roberts2007-04-231-1/+2
|
* (button): Use color for this face on a tty.Glenn Morris2007-04-231-1/+2
|
* Minor tweak.Chong Yidong2007-04-011-1/+1
|
* (previous-button): Rewrite to account for adjacent buttons.Chong Yidong2007-04-011-8/+21
|
* (make-text-button): Add explicit `button' property.Stefan Monnier2007-03-281-4/+5
| | | | (default-button): Don't put a `button' property on it.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* (button): Put into group `basic-faces'.Richard M. Stallman2005-12-271-1/+1
|
* (button-buffer-map): Bind M-TAB to `backward-button'.Juri Linkov2005-12-081-0/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-145Miles Bader2005-03-021-19/+18
| | | | | | | | | | (make-text-button): Default button type if not specified 2005-03-02 Miles Bader <[email protected]> * 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 forEli Zaretskii2005-02-191-0/+1
| | | | the reasons we use "type pc" in these faces.
* (button-activate): Allow a marker to display as an action.Daniel Pfeiffer2004-10-131-6/+13
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (defface button): Add group.Markus Rost2002-12-291-1/+2
|
* 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