summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
Commit message (Collapse)AuthorAgeFilesLines
* Run ".emacs" through convert-standard-filename before using it.Eli Zaretskii1997-08-121-3/+4
|
* (custom-face-value-create): Take accountRichard M. Stallman1997-08-031-2/+7
| | | | of changes in the frame made outside of customize.
* Synched with 1.9954.Per Abrahamsen1997-07-301-13/+23
|
* Synched with 1.9951.Per Abrahamsen1997-07-281-65/+105
|
* (custom-group-value-create) <tree>: Don't distinguishRichard M. Stallman1997-07-181-2/+2
| | | | | unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
* (custom-unlispify-remove-prefixes): New variable.Richard M. Stallman1997-07-151-89/+50
| | | | | | | | | | | | (custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes. (customize-browse): Don't take an argument. (customize-browse): Improve start-of-buffer message. (custom-help-menu): Variable deleted. (custom-menu-reset): Function deleted. (Custom-menu-update): Likewise.
* (custom-load-symbol): Don't reload a preloaded file.Richard M. Stallman1997-07-071-0/+1
|
* (custom-mode-map): Bind n and p.Richard M. Stallman1997-07-041-0/+2
|
* Comment change.Richard M. Stallman1997-07-041-1/+1
|
* Synched with 1.9944.Per Abrahamsen1997-07-041-1/+1
|
* (custom-buffer-create-internal): New arg DESCRIPTIONRichard M. Stallman1997-07-031-13/+22
| | | | | | | | | | | | | is inserted in the buffer to describe it. (custom-buffer-create-other-window, custom-buffer-create): New arg DESCRIBE; pass it along. (customize-group): Pass DESCRIBE argument. (custom-face-menu): Improve Set and Save item strings. (custom-group-menu): Likewise. (custom): Don't set :button-face. (custom-mode): Use custom-button-face here as buffer-local value of widget-button-face.
* Synched with 1.9942.Per Abrahamsen1997-07-021-50/+98
|
* (custom-magic-alist): Update messages for `modified' and `set' states.Richard M. Stallman1997-06-271-4/+4
|
* (Custom-move-and-invoke): New command.Richard M. Stallman1997-06-271-14/+27
| | | | | | | | (custom-mode-map): Bind Custom-move-and-invoke to mouse-1. (custom-buffer-create-internal): Update buffer help text. (custom-variable-menu): Clarify menu item names. (custom-buffer-create-internal): Clarify button names.
* Synched with 1.9936.Per Abrahamsen1997-06-251-89/+162
|
* (custom-documentation-face): New face.Richard M. Stallman1997-06-241-27/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | (custom-mode): Use custom-documentation-face for doc strings. (custom-group-link): Fix the help string. (custom-magic-show): Doc fix. (custom-group-value-create): In links style, use Go to Group instead of Show. (Custom-goto-parent): New command. (custom-mode-map): Bind u to Custom-goto-parent. Bind SPC and DEL. (custom-buffer-create-internal): Improve help for buttons. (custom-button-face): New defface. (custom widget-type): Use custom-button-face for buttons. (custom-group-tag-faces): Initial value is nil. (custom-variable-tag-face): Renamed from custom-variable-sample-face. Initialize it like custom-group-tag-face. (custom-group-tag-faces): Initialize to nil. (custom-state-face): New defface. (custom-magic-value-create): Use custom-state-face for long State descriptions. (custom-state-buffer-message): Display the message only if the item is modified. Take widget as arg. (custom-mode): Use widget-edit-functions.
* (customize-save-customized): Renamed from custom-save-customized.Richard M. Stallman1997-06-241-1/+1
|
* (Custom-set): Renamed from custom-set.Richard M. Stallman1997-06-241-33/+34
| | | | | | | | | | | | | (Custom-save): Renamed from custom-save. (custom-browse-sort-predicate): Defalias deleted. (custom-group-value-create): Don't sort, in tree mode. (Custom-mode-menu): Renamed from custom-mode-menu. (Custom-reset-current): Renamed from custom-reset-current. (Custom-reset-saved): Renamed from custom-reset-saved. (Custom-reset-standard): Renamed from custom-reset-standard. (Custom-menu-update): Renamed from custom-menu-update. (customize-set-value): Renamed from custom-set-value. (customize-set-variable): Renamed from custom-set-variable.
* (custom-group-visibility): Widget typeRichard M. Stallman1997-06-241-0/+15
| | | | | | | | moved from wid-edit.el and renamed from group-visibility. (custom-group-visibility-create): Function renamed and moved from wid-edit.el. (custom-state-buffer-message): New function. (custom-mode): Add custom-state-buffer-message to widget-edit-hook.
* (custom-buffer-create-internal):Richard M. Stallman1997-06-211-2/+3
| | | | | Insert an explanation of the [Set] [Save]... line. Rename Done to Bury Buffer.
* (custom-add-parent-links): New arg INITIAL-STRING.Richard M. Stallman1997-06-211-11/+14
| | | | | | | | | (custom-group-value-create): Pass that arg. (custom-buffer-create-internal): Clarify initial documentation. (custom-tree-group-tag): Capitalize the tag. (custom-tree-variable-tag, custom-tree-face-tag): Likewise. (customize-browse): Corresponding changes.
* (custom-group-value-create): Use group-visibility widget.Richard M. Stallman1997-06-211-8/+19
| | | | | (custom-add-parent-links): Don't insert anything if no parents. Return non-nil iff do have parents.
* (custom-group-value-create): Use group-visibility widget.Richard M. Stallman1997-06-211-1/+1
|
* (custom-magic-value-create):Richard M. Stallman1997-06-211-4/+11
| | | | | In `links' style, don't indent the member groups. (custom-group-value-create): Likewise.
* Synched with 1.9930.Per Abrahamsen1997-06-211-302/+536
|
* (custom-magic-alist) <hidden>: Don't refer to "dots".Richard M. Stallman1997-06-211-2/+2
|
* (customize-menu-create): Return nil if Emacs.Richard M. Stallman1997-06-211-8/+12
| | | | | | (custom-mode): Handle custom-mode-customize-menu being nil. (custom-mode-customize-menu): Don't initialize if customize-menu-create returns nil.
* (custom-nest-groups): New variable.Richard M. Stallman1997-06-211-17/+42
| | | | | | | | | (custom-group): Don't insert a space before the group name here. (customize-group): If buffer exists, use it unchanged. (custom-format-handler) <L>: Maybe make a group-link widget instead of a group-visibility widget. custom-nest-groups controls this. <l, i, e>: Indent differently if custom-nest-groups.
* (customize-group): Ignore case in completion.Richard M. Stallman1997-06-211-16/+20
| | | | | | | (custom-buffer-create-internal): Put parent groups near the top. (custom-format-handler) <L>: Use group-visibility. <L, i, - cases>: Triple the indentation, use just 2 dashes.
* Synched with 1.9924.Per Abrahamsen1997-06-191-37/+95
|
* (files): New group `files'.Richard M. Stallman1997-06-191-1/+5
| | | | (auto-save): Make `files' its parent.
* Synched with 1.9920.Per Abrahamsen1997-06-151-23/+38
|
* Synched with 1.9914.Per Abrahamsen1997-06-141-53/+84
|
* Synched with 1.9908.Per Abrahamsen1997-06-041-6/+14
|
* (custom-variable-prompt): Change prompt.Richard M. Stallman1997-06-031-1/+1
|
* Synched with 1.9905Per Abrahamsen1997-06-011-15/+7
|
* Synched with 1.9904Per Abrahamsen1997-06-011-25/+66
|
* Synched with 1.9903Per Abrahamsen1997-06-011-12/+16
|
* (customize-option): Renamed from custom-variable.Richard M. Stallman1997-06-011-6/+9
| | | | | | | | (customize-variable): Add it as an alias. (customize-option-other-window): Renamed from customize-variable-other-window. (custom-load-symbol): Search for both short and absolute names of the library, when avoiding duplicate loading.
* (custom-variable-prompt): Handle variable-at-point returning 0.Richard M. Stallman1997-06-011-2/+3
|
* Synched with version 1.9901.Per Abrahamsen1997-05-311-61/+122
|
* (custom-load-symbol): Simplify previous change.Richard M. Stallman1997-05-311-2/+7
|
* (cus-start): Require cus-start.Richard M. Stallman1997-05-311-1/+2
| | | | (mule): Make i18n the parent group.
* Synched with version 1.9900.Per Abrahamsen1997-05-301-273/+178
|
* (custom-face-display-set): Define if not defined.Richard M. Stallman1997-05-291-1/+4
| | | | (custom-buffer-create-internal): Refer to the Emacs manual.
* Restored code lost in merge.Per Abrahamsen1997-05-141-1/+3
|
* Synched with version 1.97.Per Abrahamsen1997-05-141-79/+98
|
* Fix previous change.Richard M. Stallman1997-05-081-1/+1
|
* (customize): Call customize-group.Richard M. Stallman1997-05-081-1/+1
|
* Say "standard settings" instead of "factory settings".Richard M. Stallman1997-05-041-20/+133
| | | | | | | | (custom-group-magic-alist): New variable. (custom-group-state-update): Use custom-group-magic-alist. (customize-group): Renamed from `customize', and rename argument to GROUP. (customize): New function.