summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Collapse)AuthorAgeFilesLines
* (widget-before-change): Obey `inhibit-read-only'.Richard M. Stallman1997-08-151-12/+13
|
* (widget-single-line-display-table): VariableRichard M. Stallman1997-08-091-10/+11
| | | | commented out; don't use it either.
* Synched with 1.9951.Per Abrahamsen1997-07-281-89/+96
|
* (widget-field-use-before-change): Reenable for Emacs 20.Richard M. Stallman1997-07-061-3/+7
| | | | | (widget-choose): Using keyboard, if all choices are diabled, just report an error.
* Synched with 1.9945.Per Abrahamsen1997-07-041-62/+51
|
* Synched with 1.9944.Per Abrahamsen1997-07-041-6/+33
|
* (color-sample, editable-color): New widget types.Richard M. Stallman1997-07-031-5/+29
| | | | | (widget-button-face): Default value widget-button-face. (widget-default-button-face-get): Use variable widget-button-face.
* Synched with 1.9942.Per Abrahamsen1997-07-021-3/+38
|
* (widget-choice-action): Use widget-edit-functions.Richard M. Stallman1997-06-271-21/+24
| | | | | | | | | (widget-toggle-action): Likewise. (widget-choose): Use only digits, except for C-g. Allocate digits to disabled commands too. Don't use a keyboard menu; instead, display a buffer listing all the alternatives. Put cursor in echo area.
* Synched with 1.9936.Per Abrahamsen1997-06-251-40/+58
|
* (widget-menu-minibuffer-flag): New variable.Richard M. Stallman1997-06-241-24/+97
| | | | | | | | | | | | | | | | | (widget-choose): Alternative method to read one character from the keyboard. (widget-documentation-face): New variable. (widget-specify-doc): Use the variable. (widget-default-button-face-get): Try to get it from the parent. (widget-default-create): Use :tag-face for tags. (widget-edit-functions): Renamed from widget-edit-hook. (widget-field-action): Pass the widget as an arg when running hook. (character): Doc fix. (restricted-sexp): New widget type. (integer, number): Use restricted-sexp.
* (widget-edit-hook): New variable.Richard M. Stallman1997-06-241-13/+5
| | | | | | | | (widget-field-action, widget-choice-action): Run that hook instead of displaying an echo area message. (widget-toggle-action): Likewise. (group-visibility, widget-group-visibility-create): Moved to cus-edit.el and renamed.
* (widget-default-value-set): Preserve point here.Richard M. Stallman1997-06-211-30/+30
| | | | | | | (widget-choice-action, widget-toggle-action): Not here. (widget-choice-action, widget-toggle-action): Display a message about [State]. (widget-field-action): Improve message.
* (widget-file-complete): New function.Richard M. Stallman1997-06-211-41/+70
| | | | | | | | | | | (file): Use widget-file-complete for :completion. Delete :action. (symbol): Use lisp-complete-symbol for :completion. (widget-file-action): Function deleted. (widget-field-action): Just move to next field. (widget-choice-action, widget-toggle-action): Preserve point usefully if it is within the widget. (group-visibility): Inherit from visibility.
* (group-visibility): New widget type.Richard M. Stallman1997-06-211-0/+18
| | | | (widget-group-visibility-create): New function.
* Comment change.Richard M. Stallman1997-06-211-1/+2
|
* (widget-documentation-link-action):Richard M. Stallman1997-06-211-1/+7
| | | | Use describe-function or describe-variable in simple cases.
* Synched with 1.9930.Per Abrahamsen1997-06-211-49/+17
|
* (boolean): Capitalize "toggle".Richard M. Stallman1997-06-211-14/+65
| | | | | | | | | | | | | | | | | | | | (choice): Capitalize "value menu". (visibility): Capitalize "hide" and "show". (group-visibility): Likewise. (widget-documentation-string-value-create): Capitalize "more". (widget-specify-insert): Bind before-change-functions. (widget-insert, widget-setup): Likewise. (widget-editable-list-delete-at, widget-default-delete): Likewise. (widget-editable-list-insert-before): Likewise. (widget-setup): Set up before-change-functions. (widget-after-change): Don't apply :notify here. (widget-before-change): New function. Apply :notify here. (group-link): New widget type. (widget-group-link-action): New function. (widget-group-link-create): New function. (group-visibility): New widget type.
* Don't delete nil overlays.Per Abrahamsen1997-06-191-2/+4
|
* Change color.Per Abrahamsen1997-06-191-1/+1
|
* Synched with 1.9924.Per Abrahamsen1997-06-191-5/+8
|
* Synched with 1.9920.Per Abrahamsen1997-06-151-48/+192
|
* Synched with 1.9914.Per Abrahamsen1997-06-141-42/+134
|
* Synached with 1.9908.Per Abrahamsen1997-06-041-51/+118
|
* Synched with 1.9905Per Abrahamsen1997-06-011-309/+180
|
* Synched with 1.9904Per Abrahamsen1997-06-011-11/+18
|
* Synched with 1.9903Per Abrahamsen1997-06-011-14/+35
|
* Synched with version 1.9901.Per Abrahamsen1997-05-311-79/+133
|
* (widget-default-format-handler): Don't use push.Richard M. Stallman1997-05-311-25/+48
| | | | | | | | | (widget-push-button-value-create): Likewise. (widget-group-value-create): Likewise. (widget-sublist): New function. (widget-item-match-inline): Use widget-subllist. (widget-remove-if): New function. (widget-choose): Use widget-remove-if.
* (widget-sexp-value-to-internal):Richard M. Stallman1997-05-311-1/+3
| | | | Don't bother with pp for a symbol.
* Synched with version 1.9900.Per Abrahamsen1997-05-301-65/+157
|
* Synched with 1.97.Per Abrahamsen1997-05-141-166/+361
|
* Synched with custom 1.90.Per Abrahamsen1997-04-241-31/+149
|
* Use cl only at compile time.Richard M. Stallman1997-04-221-1/+1
|
* Use copy-sequence, not copy-list.Richard M. Stallman1997-04-221-6/+23
|
* Sync with 1.84.Per Abrahamsen1997-04-121-3/+4
|
* Initial revisionPer Abrahamsen1997-04-071-0/+2542