Chong Yidong
bc7b6e08e2
* wid-edit.el (widget-button-click): For mouse-1, cancel button
...
press and perform default action if we get a mouse movement event.
2006-02-16 15:58:32 +00:00
Chong Yidong
bb55f90e4a
* wid-edit.el (widget-keymap): Bind down-mouse-1 to
...
widget-button-click.
* cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2006-02-15 02:41:02 +00:00
Chong Yidong
e1ec62a596
* wid-edit.el (widget-button-click): Use :pressed-face property
...
for overlay face, if it exists.
* cus-edit.el (custom-manual, custom-add-see-also)
(custom-add-parent-links, custom-group-link): Add :pressed-face
property to links.
2006-02-14 20:16:04 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Richard M. Stallman
cd8990c1d7
(advertised-widget-backward): New alias.
...
(widget-keymap): Use advertised-widget-backward for S-TAB.
2006-01-26 17:59:01 +00:00
Eli Zaretskii
e47f89f079
(widget-field-end): If the overlay is no longer associated with a buffer,
...
behave as if the overlay didn't exist.
2006-01-13 19:56:54 +00:00
Chong Yidong
73e60f534c
* cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)
...
(custom-variable-menu, custom-face-menu, custom-group-menu)
(custom-buffer-create-internal): Change "Reset" to "Show".
Reorder menu items.
(custom-link): New face for Info links.
(custom-buffer-create-internal, custom-manual): Use it.
* wid-edit.el (widget-default-mouse-face-get): New function.
(widget-specify-button): Handle mouse-face like button-face.
* custom.el (load-theme): Clear old theme settings if reloading.
2006-01-04 15:56:08 +00:00
Kim F. Storm
0f5642c2e0
(key-sequence): Rework widget to read key binding
...
using `kbd' syntax. Use C-q to insert literal key, event, or code.
(widget-key-sequence-default-value): Default value for empty sequence.
(widget-key-sequence-map): New map for reading key binding. Bind C-q.
(widget-key-sequence-read-event): New command for C-q.
(widget-key-sequence-validate, widget-key-sequence-value-to-internal)
(widget-key-sequence-value-to-external): New functions.
2006-01-03 23:35:05 +00:00
Luc Teirlinck
f29cf2b134
(file, directory): Doc fixes for the `define-widget's.
2005-12-22 01:46:34 +00:00
Eli Zaretskii
6872b31c68
(widget-checkbox-action): Clear undo info.
2005-12-17 08:53:38 +00:00
Juri Linkov
82b1b71e49
(widget-keymap): Bind M-TAB to `widget-backward'.
2005-12-08 07:48:29 +00:00
Richard M. Stallman
ce4374c7dc
(color): Enclose %t in %{...%}.
2005-11-16 22:15:59 +00:00
Richard M. Stallman
987cee9728
(key-sequence): New widget type.
2005-11-03 21:46:16 +00:00
Chong Yidong
87911bdbb8
* cus-edit.el (custom-button, custom-button-pressed): New vars.
...
(custom-raised-buttons): Add :set spec.
(custom-button-unraised, custom-button-pressed-unraised): New
faces, so that custom-raised-buttons actually does something.
(custom-mode): Use custom-button and custom-button-pressed.
* wid-edit.el (widget-specify-button): Don't ignore
widget-mouse-face on graphic terminals.
(widget-move-and-invoke): Cleanup.
2005-10-23 17:40:38 +00:00
Chong Yidong
e6038ca330
* cus-edit.el (Custom-move-and-invoke): Deleted.
...
(custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
* wid-edit.el (widget-move-and-invoke): New function, from
Custom-move-and-invoke.
2005-10-18 00:28:57 +00:00
Chong Yidong
a008c8f4fc
Revert last change.
2005-10-17 23:46:28 +00:00
Chong Yidong
185d1922fb
* cus-edit.el (Custom-move-and-invoke): Delete function.
...
(custom-mode-map): Remove Custom-move-and-invoke binding.
* wid-edit.el (widget-move-and-invoke): New function.
(widget-keymap): Bind mouse-1 to it.
2005-10-17 23:39:24 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Juanma Barranquero
a5e6116d63
(widget): Add defvar.
2005-10-06 08:23:59 +00:00
Richard M. Stallman
d315fc0fcb
(widget-file-complete): Get the widget start point the right way.
...
Default directory to `/' if file has none.
2005-10-04 20:31:22 +00:00
Romain Francoise
5b76833fd5
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
...
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Luc Teirlinck
25e3656c19
(widget-choice-value-create): Unconditionally respect user choice.
...
Set :explicit-choice back to nil when no longer needed.
(widget-choice-action): Unconditionally respect user choice.
Eliminate :explicit-choice-value.
2005-08-07 01:07:33 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Juanma Barranquero
00d00aa9ea
(widget-default-create, widget-after-change, widget-default-format-handler,
...
widget-checklist-add-item, widget-radio-add-item, widget-choose,
widget-specify-secret, widget-field-value-create, widget-field-value-get,
widget-editable-list-format-handler, widget-editable-list-entry-create,
widget-group-value-create, widget-documentation-link-add,
widget-documentation-string-value-create): "?\ " -> "?\s".
(widget-convert-text): Doc fix.
(widget-narrow-to-field, widget-field-find, widget-url-link-action,
widget-emacs-library-link-action, widget-color-notify): Fix typos in docstrings.
2005-07-21 11:41:54 +00:00
Juri Linkov
6866bf6a80
(widget-inactive): Inherit from `shadow'.
2005-07-19 11:43:26 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Richard M. Stallman
38c3526f32
Fix indentation.
2005-06-25 13:41:59 +00:00
Miles Bader
0efefc5296
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-364
...
Remove "-face" suffix from widget faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/wid-edit.el (widget-documentation, widget-button)
(widget-field, widget-single-line-field, widget-inactive)
(widget-button-pressed): "-face" suffix removed from face names.
(widget-documentation-face, widget-button-face)
(widget-field-face, widget-single-line-field-face)
(widget-inactive-face, widget-button-pressed-face):
New backward-compatibility aliases for renamed faces.
(widget-documentation-face, widget-button-face)
(widget-button-pressed-face, widget-specify-field)
(widget-specify-inactive): Use renamed widget faces.
2005-06-10 07:16:40 +00:00
Dan Nicolaescu
ea81d57ec5
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
...
high number of colors displays.
* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
David Ponce
318d030ef5
(widget-field-end): Temporarily remove field
...
narrowing before to call `get-char-property'.
2005-04-05 06:41:09 +00:00
Richard M. Stallman
6f95a83518
(widget-button-click): Shorten the range of the track-mouse binding.
2005-01-29 17:21:12 +00:00
Eli Zaretskii
5eb8942bad
(widget-specify-button): If mouse pointer shape cannot be changed,
...
use mouse face instead.
2005-01-29 13:22:21 +00:00
Richard M. Stallman
9947768432
(function): Use restricted-sexp as parent.
2004-12-27 16:38:57 +00:00
Kim F. Storm
0fa42821c9
(widget-specify-field, widget-specify-button):
...
Map a :follow-link keyword into a follow-link property.
(link): Add :follow-link keyword, map to RET binding.
2004-12-17 15:17:47 +00:00
Richard M. Stallman
263a40a61b
(widget-specify-field): Add `real-field' property to boundary.
...
(widget-field-at): Use it.
2004-12-05 14:19:01 +00:00
Eli Zaretskii
301f9235f6
(widget-narrow-to-field): New function.
...
(widget-complete): Use it.
2004-11-27 12:50:34 +00:00
Lars Hansen
3bc603c417
(widget-sexp-validate): Allow whitespace after expression.
2004-08-08 19:38:51 +00:00
Lars Hansen
80a7a1bff5
(widget-field-buffer): Doc fix.
2004-07-09 21:50:42 +00:00
Kim F. Storm
0e726aa5fb
(widget-specify-button): Use hand pointer rather
...
than mouse-face as visible mouse-over effect.
2004-06-08 09:54:59 +00:00
Masatake YAMATO
15aa77901c
* wid-edit.el (widget-radio-button-notify): Revert my last
...
change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2004-05-19 02:16:56 +00:00
Masatake YAMATO
4d4ea14a2d
* wid-edit.el (widget-radio-button-notify): Don't pass `widget'
...
to widget-apply. :action method assumes 2 arguments, not 3.
2004-05-18 13:38:59 +00:00
Masatake YAMATO
f24485f172
* subr.el (remove-overlays): Make arguments optional.
...
* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.
* etc/NEWS: Write about remove-overlays's arguments.
* man/widget.texi: Add remove-overlays to the example.
2004-04-27 21:00:31 +00:00
Per Abrahamsen
125f18207e
Fix dec-8 bug
2004-01-04 15:11:59 +00:00
Per Abrahamsen
cfa921fd39
2003-12-12 Jesper Harder <harder@ifa.au.dk>
...
* cus-edit.el (custom-add-parent-links): Define "many".
2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
* wid-edit.el (widget-child-value-get, widget-child-value-inline)
(widget-child-validate, widget-type-value-create)
(widget-type-default-get, widget-type-match): New functions.
(lazy): New widget.
(menu-choice, checklist, radio-button-choice, editable-list)
(group, documentation-string): Removed redundant (per 2003-10-25
change) calls to `widget-children-value-delete'.
(widget-choice-value-get, widget-choice-value-inline): Removed
functions.
(menu-choice): Updated widget.
2003-12-27 16:41:13 +00:00
Luc Teirlinck
7d9d1ab638
(widget-default-delete): Always delete child widgets. (From Per
...
Abrahamsen.)
2003-10-26 00:57:12 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Luc Teirlinck
3b26f44c9e
(widget-echo-help): Make it handle expressions that evaluate to
...
strings.
2003-08-18 22:48:44 +00:00
Stefan Monnier
407e43be44
(widget-specify-insert): Simplify.
...
(widget-editable-list-entry-create): Don't assume that %d and %i are
in the format string.
(widget-map-buttons): Remove unused var `parent'.
(widget-move): Remove unused shadowed var `new'.
(widget-color-action): Remove unused var `pos'.
2003-05-31 15:33:09 +00:00
Stefan Monnier
7c0a9c8f30
(pp-to-string, Info-goto-node): Don't autoload.
...
(widget-choose, widget-map-buttons): Use with-current-buffer.
(widget-field-add-space): Change to nil (and to defconst).
(widget-info-link-action): Use `info'.
2003-05-17 20:29:40 +00:00
Juanma Barranquero
b5cb36acaa
(widget-choose): Fix use of character constant.
2003-02-14 09:57:45 +00:00