Chong Yidong
f46a36427c
(forward-button): Avoid infloop.
2008-07-31 22:15:45 +00:00
Stefan Monnier
12b139e9a8
(make-text-button): Allow `start' to be a string.
2008-06-10 14:17:32 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Dan Nicolaescu
f31b125795
* faces.el (xw-defined-colors):
...
* 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.
2008-03-14 17:42:18 +00:00
Jason Rumney
2b786e078b
* button.el (button-map):
...
* wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
2008-02-09 22:48:06 +00:00
Thien-Thi Nguyen
b9712b1c0d
(define-button-type): Clarify type of NAME in docstring.
2008-01-27 11:06:45 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Stefan Monnier
b886686079
(set_initial_environment): Rename from set_global_environment.
2007-08-29 21:50:39 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Glenn Morris
f8ac059ace
(button): Use underline if supported, else fall back to color.
2007-04-26 03:20:48 +00:00
Nick Roberts
35136493f8
(button): Inherit from link face on a tty.
2007-04-23 03:32:12 +00:00
Glenn Morris
1bebbd494d
(button): Use color for this face on a tty.
2007-04-23 00:36:14 +00:00
Chong Yidong
6d0a6f3015
Minor tweak.
2007-04-01 17:13:35 +00:00
Chong Yidong
1106c41b1c
(previous-button): Rewrite to account for adjacent buttons.
2007-04-01 17:10:11 +00:00
Stefan Monnier
6340a43f5c
(make-text-button): Add explicit `button' property.
...
(default-button): Don't put a `button' property on it.
2007-03-28 03:20:31 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Richard M. Stallman
21b9448f56
(button): Put into group `basic-faces'.
2005-12-27 01:07:36 +00:00
Juri Linkov
272199aeed
(button-buffer-map): Bind M-TAB to `backward-button'.
2005-12-08 07:47:39 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Miles Bader
aad1926a4f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145
...
(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.
2005-03-02 09:12:54 +00:00
Eli Zaretskii
0e0d568381
(escape-glyph, minibuffer-prompt, button): Add commentary for
...
the reasons we use "type pc" in these faces.
2005-02-19 13:27:09 +00:00
Daniel Pfeiffer
bea55b5bbe
(button-activate): Allow a marker to display as an action.
2004-10-13 18:52:52 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Markus Rost
d28242e143
(defface button): Add group.
2002-12-29 23:49:57 +00:00
Pavel Janík
8e2b057dd8
Fix header.
2002-01-03 08:43:09 +00:00
Miles Bader
588c722f22
(define-button-type): Make sure every user-defined button type has a supertype.
2001-11-01 07:00:07 +00:00
Eli Zaretskii
f2e2418951
(button): Special face definition for MS-DOS terminals.
2001-10-26 14:23:10 +00:00
Miles Bader
ecdbe16a1f
Doc fixes.
2001-10-14 15:16:57 +00:00
Miles Bader
530893b26e
*** empty log message ***
2001-10-14 14:34:44 +00:00
Miles Bader
ded42dd308
(define-button-type): Respect any `supertype' property.
...
(button-type-subtype-p, button-has-type-p): New functions.
2001-10-09 05:57:35 +00:00
Miles Bader
62dc75c498
(button-nop): Function removed.
...
(default-button): Use `ignore' as default button action.
2001-10-08 14:18:11 +00:00
Miles Bader
1e00f72054
(button-activate): USE-MOUSE-ACTION is optional.
2001-10-08 06:52:24 +00:00
Miles Bader
fee34a28e2
(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.
2001-10-08 06:08:57 +00:00
Miles Bader
d6bc0bdc4a
(next-button, previous-button): Respect `skip' property.
...
(push-button, button-activate): Add USE-MOUSE-ACTION argument.
2001-10-07 17:14:34 +00:00
Miles Bader
0c26f46330
Initial checkin.
2001-10-07 03:52:01 +00:00