1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

195 Commits

Author SHA1 Message Date
Luc Teirlinck
a075569a29 (custom-variable-documentation): New function.
(custom-variable): Use it.
2004-06-19 16:02:06 +00:00
Juri Linkov
c4d9734c51 (custom-display): Add `min-colors'. 2004-06-06 02:45:28 +00:00
Juanma Barranquero
3127aa131a (customize-face, customize-face-other-window, custom-face-edit-delete):
Make arguments match their use in docstring.
(custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
docstring.
2004-05-28 18:59:01 +00:00
Juri Linkov
3adff3ce7d (custom-mode-map): Add key binding C-x C-s' to Custom-save'. 2004-05-01 03:30:24 +00:00
Per Abrahamsen
8e4d1662d2 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Changed unbound variable
	`symbol' to `name'.
2004-04-05 17:21:09 +00:00
Stefan Monnier
5895f7fd1a (fill) <defgroup>: Move to fill.el. 2004-03-08 01:10:23 +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
Per Abrahamsen
ac00d71ca6 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Add documentation links
	for parent, if the item has none of its own.
2003-12-02 15:01:52 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Dave Love
6ea2832e61 Add some :links.
(bib): Remove.
2003-08-20 18:31:54 +00:00
Stefan Monnier
f5a9b1805c (custom-get-fresh-buffer): Kill overlays before erasing the buffer. 2003-06-14 19:04:20 +00:00
Lute Kamstra
fd1c38f415 (custom-get-fresh-buffer): Test for nonexistence buffer. 2003-06-03 11:24:42 +00:00
Stefan Monnier
a153acb7d6 (custom-get-fresh-buffer): Be extra paranoid,
just in case some used a file of the wrong name.
2003-06-01 18:40:10 +00:00
Stefan Monnier
40627755be (custom-get-fresh-buffer): New fun.
(custom-buffer-create, custom-buffer-create-other-window)
(customize-browse): Use it instead of killing buffers.
(custom-bury-buffer): Obey the argument.
(custom-variable-reset-saved, custom-variable-reset-standard):
Remove unused var `comment-widget'.
(custom-face-edit-deactivate): Remove unused var `to'.
(custom-save-variables): Remove unused var `sep'.
2003-05-31 15:23:00 +00:00
Richard M. Stallman
a4992f73f8 (custom-face-state-set): non-nil `face-modified'
means face was set outside of Custom.
2003-05-28 11:12:24 +00:00
John Paul Wallington
9b7826f4ab 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2003-03-24 01:46:29 +00:00
Per Abrahamsen
963c2e09c0 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (customize-rogue): New command.
2003-03-10 14:06:57 +00:00
Stefan Monnier
d9f6713411 (custom-unlispify-menu-entry): Use with-current-buffer.
(custom-save-variables): Use dolist, simplify.
Output a message if a `requests' entry looks suspicious.
(custom-save-faces): Use dolist, simplify.
2003-02-01 00:39:58 +00:00
John Paul Wallington
ee1f522d4e 2003-01-29 Didier Verna <didier@xemacs.org>
* cus-edit.el (custom-save-variables): also save non theme'd ones.
	* cus-edit.el (custom-save-faces): ditto.
2003-01-29 21:44:18 +00:00
Markus Rost
2ee398c4c2 (customize-changed-options): Undo last doc change. 2003-01-18 03:19:28 +00:00
Markus Rost
cba752d04a (customize-changed-options): Doc addition. Load the
version deps earlier.  Use other tests for groups and variables.
Handle faces.
2003-01-13 23:43:30 +00:00
Markus Rost
2de2cb02c9 (customize-group, customize-group-other-window):
Remove unnecessary calls to custom-load-symbol.
(custom-group-value-create):
Load widget deps if state is not hidden.  If widget deps are
loaded, load them in advance.
(custom-menu-create): If widget deps are loaded, load them earlier.
2003-01-09 22:32:48 +00:00
Markus Rost
3a495e159a (custom-variable-prompt): Doc change. Use custom-variable-p.
(customize-option): Remove search in loaddefs.el.
(customize-apropos):  Use custom-variable-p.
(custom-save-variables): Use custom-variable-p to detect non-rogue variables.
2003-01-07 19:29:25 +00:00
Markus Rost
b59b77f136 (customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.
2003-01-02 18:02:09 +00:00
Markus Rost
f134b461ec (customize-browse): Call `widget-setup'. 2002-12-29 19:15:58 +00:00
Markus Rost
ffec8c5a3d (customize-group-other-window): Use pop-to-buffer in
the same way as `custom-buffer-create-other-window'.
(customize-variable-other-window, customize-option-other-window):
Definitions moved up.
2002-12-26 22:15:38 +00:00
Markus Rost
08b4ae6ca4 (custom-save-faces): Fix typo. 2002-12-25 21:12:01 +00:00
Richard M. Stallman
c942535f88 (customize-save-variable): Take themes into account.
(custom-variable-save): Take themes into account.
(custom-variable-reset-saved): Add comment-widget.
(custom-variable-reset-standard): Add comment-widget.
(custom-variable-reset-standard): Take themes into account.
(custom-face-save): Take themes into account.
(custom-face-reset-standard): Take themes into account.
(custom-save-variables): Take themes into account.
(custom-save-faces): Take themes into account.
(custom-save-faces): Take themes into account.
(custom-save-resets): New function.
(custom-save-loaded-themes): New function.
(customize-save-customized): Take themes into account.
2002-12-23 18:40:24 +00:00
Andreas Schwab
0bbe869a4e (custom-face-edit-fix-value): Change :reverse-video to :inverse-video. 2002-12-07 20:48:50 +00:00
Andreas Schwab
a0b1a02278 (custom-display): Add checkbox for type mac. 2002-12-03 00:32:50 +00:00
Juanma Barranquero
2302ee3426 (custom-save-delete): Force emacs-lisp-mode. 2002-11-11 10:51:58 +00:00
Stefan Monnier
87434e7a58 (customize-mode): New command. 2002-10-10 13:10:53 +00:00
Markus Rost
1d58631a61 (Custom-reset-current): Don't test for default-boundp.
(Custom-reset-saved):  Don't test for saved-value.
2002-10-09 15:18:44 +00:00
Richard M. Stallman
bde4f35405 (custom-variable-backup-value): New function.
(custom-variable-reset-backup): New function.
(custom-variable-menu): Add item for custom-variable-reset-backup.
(custom-variable-set, custom-variable-reset-saved)
(custom-variable-reset-standard): Call custom-variable-backup-value.
2002-09-16 15:20:20 +00:00
Richard M. Stallman
99b398e0a4 (custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.
2002-09-09 00:26:14 +00:00
Stefan Monnier
3b2f3d306e (custom-unlispify-menu-entry): Don't remove
the -p prefix from variables since they shouldn't have it anyway.
(custom-group-menu-create, customize-menu-create):
Only cdr if applicable, since custom-menu-create might return
a vector (i.e. a single menu entry).
2002-08-30 21:52:10 +00:00
Richard M. Stallman
7f66329512 (custom-variable-value-create):
Say "Show Value", not just "Show".  Also "Hide Value".
Output a newline before the doc string.
(custom-face-value-create): Say "Show Face" and "Hide Face".
2002-07-20 22:14:36 +00:00
Richard M. Stallman
4f9850435d New operation :custom-standard-value.
(Custom-reset-standard): Use it.
(custom-variable, custom-face): Define it.
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.

(custom-face-edit-fix-value): If VALUE is not a list, pass it thru.
2002-07-16 13:37:21 +00:00
Miles Bader
4abe16b531 (custom-display): Use correct syntax for `supports' attributes. 2002-06-10 02:51:39 +00:00
Miles Bader
2b32d1a7ca (custom-display): Add support for `supports' predicate. 2002-06-10 02:47:18 +00:00
Pavel Janík
7ec8d2c666 (customize-set-value): Rename var' to variable' and val' to value'.
(customize-save-variable): Rename `var' to `'variable.
2002-05-12 15:19:59 +00:00
Kim F. Storm
c42c5c7c1b (custom-buffer-verbose-help): New variable.
(custom-buffer-create-internal): Remove verbose introduction
in customization buffer when it is nil.
2002-05-03 22:50:08 +00:00
Richard M. Stallman
8ba148c706 (custom-load-symbol): Moved to custom.el.
(custom-load-recursion): Likewise.
2002-04-28 03:29:39 +00:00
Richard M. Stallman
701f49d2a7 Fix previous change. 2002-04-27 03:14:21 +00:00
Richard M. Stallman
501d8923ae (customize-face-other-window): Make it work similarly. 2002-04-26 22:33:33 +00:00
Richard M. Stallman
cdd50deacf (customize-face): Use read-face-name and handle multiple faces. 2002-04-26 22:31:57 +00:00
Miles Bader
0344bc5a31 Don't use symbol-name when we don't have to. 2002-04-25 15:44:24 +00:00
Miles Bader
e16a803772 (customize-face, customize-face-other-window):
Use default instead of initial-input for suggested face.
2002-04-25 15:39:32 +00:00
Gerd Moellmann
d29a536ab9 (customize-face-other-window, customize-face):
Interactively, when point is on text with a face, suggest to
customize that face.
2002-04-25 14:21:47 +00:00
Miles Bader
60acd41c19 (customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved to `custom.el'.
2002-04-19 07:42:10 +00:00