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
Per Abrahamsen
42b4edc550
2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.
2002-02-24 09:14:41 +00:00
Per Abrahamsen
4f9b906041
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
...
* toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
* menu-bar.el (menu-bar-mode): Ditto.
* cus-edit.el (customize-mark-to-save): Always save variables
without a standard value.
* menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
(menu-bar-options-save): Ditto.
(menu-bar-showhide-menu): Ditto.
(menu-bar-options-menu): Ditto.
(menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
menu-bar-scroll-bar-none): Removed.
(menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
expressions instead.
* cus-edit.el (customize-set-value): Return value.
(customize-set-variable): Ditto.
(customize-save-variable): Ditto.
(customize-set-variable): Load dependencies before setting value.
(custom-load-symbol): Autoload it.
(customize-mark-as-set): New function.
2002-02-11 16:47:55 +00:00
Per Abrahamsen
414fd7021a
2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (customize-mark-to-save): New function.
* menu-bar.el (menu-bar-options-save): Rewrote.
2002-02-07 17:32:18 +00:00
Pavel Janík
901cd78b4a
Fix typo in prompt.
2002-02-02 15:52:36 +00:00
Richard M. Stallman
82d3d6946e
(custom-save-all): Bind file-precious-flag to t for saving .emacs.
2002-01-24 18:56:45 +00:00
Richard M. Stallman
b5555381f2
(custom-face-edit-fix-value): Delete `assert' call.
...
(various face definitions): Use :weight and :slant.
2001-12-31 20:22:27 +00:00
Richard M. Stallman
d75fa08f60
(custom-face-edit-fix-value): New function.
...
(custom-face-edit): Use it, to convert :italic and :bold to new forms.
2001-12-31 20:13:54 +00:00
Richard M. Stallman
c6aedc9284
(custom-load-symbol): Don't always load locate-library.
2001-11-27 05:26:27 +00:00
Per Abrahamsen
61763509f2
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (custom-face-value-create): Don't ignore the
`customized-face' attribute when finding the current face spec.
2001-11-08 09:57:20 +00:00
Per Abrahamsen
a84ff57ae1
Backed out last change.
2001-11-07 08:03:55 +00:00
Per Abrahamsen
5519ece6d2
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (custom-face-menu): Clarify menu entry.
2001-11-07 07:56:02 +00:00
Miles Bader
3ea051cb61
(custom-face-edit-convert-widget)
...
(custom-face-edit-deactivate, custom-face-edit-activate)
(custom-face-edit-delete, custom-face-edit-attribute-tag):
New functions.
(custom-face-edit): Specify a custom :convert-widget.
(custom-pre-filter-face-spec, custom-post-filter-face-spec):
Don't pass in default filters that map between `nil' and `off' and
`unspecified' and `nil'.
2001-10-05 13:03:57 +00:00
Eli Zaretskii
a9bcbf3f60
(custom-buffer-create-internal): Remove "100%" from
...
the message "Creating customization items...done".
2001-09-06 08:25:31 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Eli Zaretskii
558771ba0d
(custom-file): Fix last change.
2001-05-28 07:13:32 +00:00
Eli Zaretskii
71261a01d3
(custom-file): Don't assume we were invoked with -q unless ~/.emacs exists.
2001-05-27 10:38:51 +00:00
Gerd Moellmann
f1f65349f4
(custom-comment-show): Remove debug code.
2001-05-22 09:46:32 +00:00
Gerd Moellmann
6a239292f7
(custom-file): Signal an error if user-init-file is
...
nil (running -q).
2001-05-07 14:02:56 +00:00
Gerd Moellmann
189638d565
(custom-save-delete): Move in front of local
...
variables, otherwise long Custom entries would make them
ineffective.
2001-03-07 15:21:35 +00:00
Miles Bader
e475612a27
(custom-face-save): Do post-processing on the face's new value like
...
`custom-face-set' does.
2001-01-20 01:24:15 +00:00
Dave Love
1751c874dc
(customize-menu-create): Fix the :filter.
2001-01-12 12:59:53 +00:00
Gerd Moellmann
fda514f7b6
(custom-save-variables, custom-save-faces):
...
Comment fix.
2000-12-11 10:42:44 +00:00
Gerd Moellmann
c069a9d325
(custom-face-value-create): Always emphasize tag.
2000-11-30 13:01:40 +00:00