Andreas Schwab
ea13a2b4d4
(widget-move): Don't loop infinitely when there is
...
no field or button.
2002-12-14 14:27:23 +00:00
Markus Rost
d9bfd9dcca
(define-widget number): Clarify doc and error message.
...
(define-widget float): New widget.
2002-12-07 20:15:43 +00:00
Juanma Barranquero
77339a6e24
(widget-choose): Fix typo.
2002-10-17 16:46:28 +00:00
Per Abrahamsen
4c2f559e16
wid-edit.el fixes
2002-10-03 13:46:25 +00:00
Richard M. Stallman
ab6a36685e
(widget-convert): Handle an argument that's a keyword.
...
Recognize explicit :args specification.
2002-07-23 19:20:53 +00:00
Richard M. Stallman
dd98f00a8b
(widget-documentation-string-value-create):
...
Say "Hide Rest", not just "Hide".
2002-07-20 22:15:15 +00:00
Stefan Monnier
451a66e356
(widget-color-complete): Don't cons needlessly.
2002-05-20 18:28:09 +00:00
Kim F. Storm
8cf3012886
(checkbox): New check-mark image.
2002-05-08 22:27:59 +00:00
Miles Bader
7e78429398
(widget-field-face, widget-single-line-field-face): Force foreground to
...
be black on a tty, so this face is readable on a dark-background tty.
2002-04-15 06:18:38 +00:00
Per Abrahamsen
bbc562cc09
2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
...
* wid-edit.el (widgetp): Made it more robuts.
2002-02-15 08:04:23 +00:00
Per Abrahamsen
0e520006a8
2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
...
* facemenu.el (describe-text-done): New function.
(describe-text-mode-map): New variable.
(describe-text-mode-hook): New option.
(describe-text-mode): New function.
(describe-text-widget): New function.
(describe-text-sexp): New function.
(describe-text-properties): New function.
(describe-text-category): New command.
(describe-text-at): New command.
(facemenu-menu): Replace `list-text-properties-at' with
`describe-text-at' in the menu.
* wid-edit.el (widgetp): New function.
* wid-edit.el (widget-keymap, widget-insert, widget-setup):
Autoloaded.
* emacs-lisp/pp.el (pp-to-string): Autoloaded.
* wid-browse.el: Removed version and x-url keywords.
2002-02-14 16:47:11 +00:00
Richard M. Stallman
e31c1fd5e4
(ps-font-lock-face-attributes): Use :weight and :slant.
2001-12-31 20:32:52 +00:00
Miles Bader
3058e43675
(widget-toggle-value-create): Don't eval actual images (which are lists too).
2001-12-27 15:09:44 +00:00
Richard M. Stallman
bc3420db10
(widget-button-click): Don't move point permanently:
...
Avoid mouse-set-point--instead select the window,
then do save-excursion, then move point.
Specify the buffer for get-char-property.
Don't use `@' in interactive.
2001-12-02 04:49:43 +00:00
Richard M. Stallman
805e9a057e
(widget-toggle-value-create): On graphic terminal,
...
if :on-glyph or :off-glyph is a list, eval it and store it back.
(checkbox): Quote the values for :on-glyph and :off-glyph.
2001-11-27 05:04:13 +00:00
Per Abrahamsen
dbe3a58a44
2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
...
* wid-edit.el (checklist): Removed `:menu-tag'.
(radio-button-choice): Ditto.
(editable-list): Ditto.
2001-11-10 11:01:54 +00:00
Miles Bader
b6715b9f8a
(checkbox): Swap bg/fg colors in images, and invert
...
image bits to compensate. Use `make-string' instead of
`make-bool-vector' (XBM apparently wants byte-aligned rows).
2001-10-20 15:16:30 +00:00
Eli Zaretskii
2670cf8089
(widget-field-face, widget-single-line-field-face):
...
Define special colors for a tty.
2001-10-17 18:49:38 +00:00
Stefan Monnier
7fce8d938c
(text): Re-order docstring correctly.
2001-08-22 15:29:09 +00:00
Richard M. Stallman
546cf5b0f9
(widget-color-sample-face-get): Return ((foreground-color . COLOR))
...
instead of constructing a face.
2001-06-29 17:50:05 +00:00
Gerd Moellmann
76834555a8
(widget-color-sample-face-get): Don't make
...
faces for undefined colors.
2001-04-05 15:57:16 +00:00
Dave Love
2ff864e0b3
Revert bogus revision 2001-02-20T10:59:03Z!fx@gnu.org.
2001-02-20 10:56:15 +00:00
Gerd Moellmann
136b27c571
(widget-button-click): Save the selected window
...
around the code handling clicks on buttons.
2001-02-19 17:53:37 +00:00
Dave Love
7fe1f21395
(widget-convert-text): Respect personality for
...
Emacspeak.
(insert/delete-button): New widget type.
(widget-insert/delete-button-action, widget-list-item-insert)
(widget-list-item-delete): New functions.
(insert-button): Change :tag, :help-echo.
(delete-button, widget-delete-button-action): Deleted.
(editable-list): Change :entry-format.
(widget-editable-list-entry-create): Use ins/del.
Process %-, not %i, %d.
2001-02-10 00:56:28 +00:00
Dave Love
4681ca3a6c
(widget-plist-convert-widget): Replace binding of
...
widget-plist-value-type.
(widget-alist-convert-widget): Replace binding of
widget-alist-value-type.
2001-02-08 23:25:15 +00:00
Gerd Moellmann
eaaf76b67d
(widget-button-click): Fix last change.
2001-02-02 14:55:04 +00:00
Gerd Moellmann
5710730cb0
(widget-button-click): Avoid a save-excursion
...
around running a global binding.
2001-01-22 11:07:41 +00:00
Dave Love
bd1f16ce5b
(function): Add :match-alternatives.
...
(widget-color-action): Doc fix.
2001-01-12 12:54:42 +00:00
Eli Zaretskii
fb55ff106a
(widget-choose): Call display-popup-menus-p instead
...
of display-mouse-p.
2001-01-09 10:08:51 +00:00
Dave Love
e2896b224b
(widget-text-keymap): Doc fix.
2000-12-06 18:03:35 +00:00
Miles Bader
d970106bfb
(widget-choose): Make sure pop-up window is large enough to display all
...
the choices, as there's no way to scroll it.
2000-11-28 05:11:20 +00:00
Miles Bader
ec7251660f
(widget-field-buffer, widget-field-start)
...
(widget-field-end): Handle widget field `pseudo-overlays'.
(widget-field-value-delete): Delete WIDGET from `widget-field-new'
if it's there instead of in `widget-field-list'.
2000-11-27 09:49:29 +00:00
Miles Bader
d8f02b9137
(widget-field-value-delete): Don't try to delete overlay when it's the
...
`psuedo-overlay' that exists at some points.
2000-11-25 02:14:53 +00:00
Miles Bader
1ed744312d
(checkbox): Add a small `X' to the the :on-glyph, so that it's
...
distinguishable from the :off-glyph on dark-background displays. Set
its background color too.
2000-11-24 11:36:27 +00:00
Dave Love
233d5cde5b
(widget-specify-field, widget-specify-button): If
...
:help-echo is a function, set help-echo of overlay to
widget-mouse-help.
(widget-mouse-help): New function.
(widget-echo-help): Rewritten for :help-echo functions only taking
a widget arg.
2000-11-15 23:01:25 +00:00
Miles Bader
0697c66283
(widget-end-of-line): Reinstate, with a new definition, so that trailing
...
spaces are handled properly.
(widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2000-11-03 12:54:52 +00:00
Stefan Monnier
093849f9ca
(widget-add-change): Don't bother with make-local-hook.
2000-10-27 00:54:52 +00:00
Dave Love
5701edda1e
(widget-specify-field): Revert to using local-map
...
property, not keymap.
2000-10-26 09:21:21 +00:00
Miles Bader
c1545d885d
(widget-field-end):
...
When checking for a `boundary' field, do so in the correct buffer.
2000-10-26 08:22:40 +00:00
Dave Love
f4b020f69a
Don't
...
inherit from global-map and don't nullify menu-bar and tool-bar
bindings since keymap properties DTRT.
2000-10-25 09:55:35 +00:00
Miles Bader
a850ac03f0
(widget-field-at): New function.
...
(widget-at, widget-field-activate): Use it.
(widget-tabable-at): Use `widget-at'.
(widget-specify-field): If the terminating character of the widget
field (which is read-only) is a newline, put it into a special
`boundary' field so that C-n/C-p act more naturally.
(widget-field-end): Also don't subtract one if a special
`boundary' field has been added after the widget field.
2000-10-25 07:16:44 +00:00
Miles Bader
8b9a0f4516
(widget-beginning-of-line, widget-end-of-line):
...
Replace with aliases of the normal emacs b-o-l/e-o-l functions.
(widget-field-keymap, widget-text-keymap):
Don't bind C-a/C-e.
2000-10-25 05:37:15 +00:00
Gerd Moellmann
7f779379f6
(widget-field-keymap, widget-text-keymap): Define
...
the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
get duplicate tool-bar entries because we'll see the global ones
on more than one path through keymaps.
2000-10-24 12:27:45 +00:00
Dave Love
820d41817c
(widget-default-format-handler): DTRT when
...
doc-property is a function.
2000-09-13 10:34:52 +00:00
Dave Love
1d86963473
(widget-sexp-validate): Fix garbled code.
2000-09-04 09:40:27 +00:00
Dave Love
7fdbdbeadb
(widget-choose, widget-choice-mouse-down-action):
...
Don't test x-popup-menu.
(function) <complete-function>: Complete only fbound symbols.
<validate, value>: New.
(variable) <complete-function>: Complete only bound symbols.
(coding-system): Add :base-only, :complete-function, :validate,
:value, :prompt-match.
(widget-coding-system-prompt-value): Use read-coding-system and
act on :base-only.
(editable-field): Add :help-echo.
(widget-push-button-gui, widget-push-button-cache)
(widget-gui-action, widget-editable-list-gui): COmment out, along
with uses.
(widget-at): Make arg optional.
(widget-echo-help): Adjust for current help-echo calling sequence.
(widget-specify-field, widget-specify-button)
(widget-specify-insert, widget-get-sibling, widget-image-find)
(widget-convert, widget-insert, widget-leave-text)
(widget-beginning-of-line, widget-end-of-line, widget-kill-line)
(widget-setup, widget-field-find, widget-before-change)
(widget-after-change, widget-default-complete)
(widget-default-create, widget-default-delete)
(widget-push-button-value-create, editable-field)
(widget-field-prompt-value, widget-field-validate)
(widget-choice-value-create, widget-choice-action)
(widget-choice-validate, widget-checklist-add-item)
(widget-radio-add-item, widget-radio-chosen)
(widget-radio-value-inline, widget-editable-list-value-create)
(widget-editable-list-entry-create)
(widget-documentation-link-add)
(widget-documentation-string-value-create)
(widget-regexp-validate, widget-file-complete)
(widget-sexp-validate, widget-plist-convert-widget)
(widget-plist-convert-widget, widget-alist-convert-widget)
(widget-alist-convert-widget, widget-color-complete): Simplify,
particularly to avoid bindings which aren't optimized out.
2000-08-20 18:34:24 +00:00
Eli Zaretskii
e2c00a4719
(widget-choose): Use display-mouse-p instead of window-system.
...
(widget-choice-mouse-down-action): Use display-popup-menus-p
instead of window-system.
2000-07-31 15:35:08 +00:00
Dave Love
aeba6f9ad3
(widget-specify-field, widget-specify-button): Allow
...
non-string help-echo.
(widget-types-convert-widget): Defsubst it.
(widget-echo-help): Try to cope with a help-echo function of two
possible sorts.
2000-07-16 15:27:43 +00:00
Stefan Monnier
ff83e96868
(widget-member): Use the new plist-member.
2000-06-26 21:56:10 +00:00
Dave Love
35a7ac8446
(widget-specify-button): Really suppress the face if required.
2000-06-11 23:02:14 +00:00