1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Andreas Schwab
1edec9cfea (custom-browse-visibility): Doc fix. 1998-01-07 10:45:56 +00:00
Richard M. Stallman
39a10fc6e8 (customize-changed-options): Doc fix. 1998-01-02 21:17:27 +00:00
Karl Heuer
f50dc5d269 (customize-changed-options): New function.
(customize-version-lessp): New function.
1997-12-09 21:41:33 +00:00
Karl Heuer
d64478da0b (custom-unlispify-remove-prefixes): Reference to
related variables added.
(custom-variable-default-form): New variable controlling default
display form for customization of variables.
(custom-variable): widget `:form' is nil before initialization.
(custom-variable-value-create): Initialize `:form' to
`custom-variable-default-form'.
(custom-face-default-form): New variable controlling default
display form for customization of faces.
(custom-face): widget `:form' is nil before initialization.
(custom-face-value-create): Initialize `:form' to
`custom-face-default-form'.
1997-12-04 05:49:21 +00:00
Karl Heuer
fc4d62fe1b (custom-save-delete, custom-save-all):
Bind default-major-mode around visiting custom-file.
1997-12-04 04:30:59 +00:00
Karl Heuer
db9d97e1f5 (custom-variable-prompt): Ensure valid variable name
is selected.
1997-12-04 04:29:45 +00:00
Karl Heuer
6321bdddfb (custom-face-save): Save the face. 1997-11-15 20:56:41 +00:00
Karl Heuer
4743fc911e (hook): Use `widget-group-match' instead of
`widget-editable-list-match'.
1997-10-24 19:33:49 +00:00
Karl Heuer
98d5aafec1 (custom-group-value-create): Use
`custom-group-visibility' instead of `group-visibility'.
1997-10-21 03:04:39 +00:00
Richard M. Stallman
5aa3f181e5 (customize-group): Handle groups not yet loaded.
(hook) [:value-to-internal]: Use a nil value unchanged.
1997-09-12 19:43:45 +00:00
Richard M. Stallman
896a6a5d6e (custom-face-menu): Use custom-face-save-command. not custom-face-save.
(custom-face-save-command): New function.
(custom-variable-save): Fix error message.
1997-09-12 07:04:41 +00:00
Richard M. Stallman
0db1ff2312 (custom-variable-save): Fixed doc string.
(custom-variable-menu): Make it clear that `Lisp
mode' edit the initial lisp expression.
1997-09-09 00:21:07 +00:00
Per Abrahamsen
1e4ed6df18 *** empty log message *** 1997-09-08 19:17:57 +00:00
Geoff Voelker
b97aca2766 (custom-display): Use w32 instead of win32. 1997-09-02 19:40:12 +00:00
Eli Zaretskii
5f83e1daac Run ".emacs" through convert-standard-filename before using it. 1997-08-12 11:59:41 +00:00
Richard M. Stallman
fa0b3d466d (custom-face-value-create): Take account
of changes in the frame made outside of customize.
1997-08-03 04:10:08 +00:00
Per Abrahamsen
f985c5f748 Synched with 1.9954. 1997-07-30 12:04:50 +00:00
Per Abrahamsen
4ee1cf9f78 Synched with 1.9951. 1997-07-28 15:46:57 +00:00
Richard M. Stallman
df816618ed (custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them.
(customize-browse): Fix top-of-buffer doc text.
1997-07-18 18:59:20 +00:00
Richard M. Stallman
cda987f448 (custom-unlispify-remove-prefixes): New variable.
(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.
1997-07-15 19:21:04 +00:00
Richard M. Stallman
d3d21843f0 (custom-load-symbol): Don't reload a preloaded file. 1997-07-07 19:06:16 +00:00
Richard M. Stallman
766e15c6b5 (custom-mode-map): Bind n and p. 1997-07-04 19:43:04 +00:00
Richard M. Stallman
f03ae42a20 Comment change. 1997-07-04 18:44:38 +00:00
Per Abrahamsen
62f4466253 Synched with 1.9944. 1997-07-04 09:44:36 +00:00
Richard M. Stallman
3aec85bf55 (custom-buffer-create-internal): New arg DESCRIPTION
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.
1997-07-03 07:09:29 +00:00
Per Abrahamsen
c953515ea3 Synched with 1.9942. 1997-07-02 15:35:18 +00:00
Richard M. Stallman
1e85093646 (custom-magic-alist): Update messages for modified' and set' states. 1997-06-27 06:09:07 +00:00
Richard M. Stallman
0f3335c058 (Custom-move-and-invoke): New command.
(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.
1997-06-27 06:03:11 +00:00
Per Abrahamsen
da5ec61785 Synched with 1.9936. 1997-06-25 15:30:27 +00:00
Richard M. Stallman
b62c92bb79 (custom-documentation-face): New face.
(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.
1997-06-24 22:42:54 +00:00
Richard M. Stallman
f9dd586e0f (customize-save-customized): Renamed from custom-save-customized. 1997-06-24 20:09:49 +00:00
Richard M. Stallman
ab678382e3 (Custom-set): Renamed from custom-set.
(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.
1997-06-24 20:07:51 +00:00
Richard M. Stallman
8691cfa76d (custom-group-visibility): Widget type
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.
1997-06-24 03:17:58 +00:00
Richard M. Stallman
0eef62d545 (custom-buffer-create-internal):
Insert an explanation of the [Set] [Save]... line.
Rename Done to Bury Buffer.
1997-06-21 23:36:32 +00:00
Richard M. Stallman
cd6c094087 (custom-add-parent-links): New arg INITIAL-STRING.
(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.
1997-06-21 20:07:48 +00:00
Richard M. Stallman
d377bee988 (custom-group-value-create): Use group-visibility widget.
(custom-add-parent-links): Don't insert anything if no parents.
Return non-nil iff do have parents.
1997-06-21 18:51:28 +00:00
Richard M. Stallman
043ee6f671 (custom-group-value-create): Use group-visibility widget. 1997-06-21 18:23:40 +00:00
Richard M. Stallman
26c7b3ef79 (custom-magic-value-create):
In `links' style, don't indent the member groups.
(custom-group-value-create): Likewise.
1997-06-21 18:20:23 +00:00
Per Abrahamsen
944c91b6b3 Synched with 1.9930. 1997-06-21 12:48:00 +00:00
Richard M. Stallman
cbc7d89241 (custom-magic-alist) <hidden>: Don't refer to "dots". 1997-06-21 05:19:46 +00:00
Richard M. Stallman
451de77a8a (customize-menu-create): Return nil if Emacs.
(custom-mode): Handle custom-mode-customize-menu being nil.
(custom-mode-customize-menu): Don't initialize if customize-menu-create
returns nil.
1997-06-21 05:02:47 +00:00
Richard M. Stallman
241d3080a1 (custom-nest-groups): New variable.
(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.
1997-06-21 04:54:54 +00:00
Richard M. Stallman
07e694f88d (customize-group): Ignore case in completion.
(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.
1997-06-21 03:10:56 +00:00
Per Abrahamsen
a1a4fa22ce Synched with 1.9924. 1997-06-19 11:30:04 +00:00
Richard M. Stallman
482e54f354 (files): New group `files'.
(auto-save): Make `files' its parent.
1997-06-19 01:11:43 +00:00
Per Abrahamsen
8697863ab3 Synched with 1.9920. 1997-06-15 15:31:32 +00:00
Per Abrahamsen
6aaedd1230 Synched with 1.9914. 1997-06-14 10:21:01 +00:00
Per Abrahamsen
c32de15e6d Synched with 1.9908. 1997-06-04 11:43:32 +00:00
Richard M. Stallman
64dde95b47 (custom-variable-prompt): Change prompt. 1997-06-03 03:39:31 +00:00
Per Abrahamsen
0a3a0b562f Synched with 1.9905 1997-06-01 18:03:25 +00:00