Stefan Monnier
df38096221
(custom-set-minor-mode): New fun.
2003-03-13 18:10:41 +00:00
Juanma Barranquero
71296446d3
Trailing whitespace deleted.
2003-02-04 11:26:42 +00:00
John Paul Wallington
e2cd29bdb4
* font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
...
* emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
`deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
`define-ibuffer-sorter'.
(lisp-imenu-generic-expression): Add `deftheme' to types.
* custom.el (customize-mark-to-save, customize-mark-as-set)
(custom-remove-theme): Doc fixes.
2003-01-29 21:45:56 +00:00
Markus Rost
1669290db3
(custom-autoload, custom-variable-p): New functions.
2003-01-07 18:33:18 +00:00
Richard M. Stallman
e1bab1818a
(custom-known-themes): New variable.
...
(custom-declare-theme): New function.
(deftheme): New macro.
(custom-make-theme-feature): New function.
(custom-theme-p): New function.
(custom-check-theme): New function.
(custom-push-theme): New function.
(custom-theme-set-variables): Take themes into account.
(custom-loaded-themes): New variable.
(custom-theme-loaded-p): New function.
(provide-theme): New function.
(require-theme): New function.
(custom-remove-theme): New function.
(custom-do-theme-reset): New function.
(custom-theme-load-themes): New function.
(custom-load-themes): New function.
(custom-theme-value): New function.
(custom-theme-variable-value): New function.
(custom-theme-reset-internal): New function.
(custom-theme-reset-variables): New function.
(custom-reset-variables): New function.
2002-12-23 18:40:55 +00:00
Dave Love
64e9f9d927
(defcustom, custom-set-variables): Doc fix.
2002-12-12 20:27:09 +00:00
Stefan Monnier
6f0d61bf2c
(custom-declare-variable): Use push.
...
Use the (defvar . <sym>) format in load-history like `defvar' does.
2002-11-20 14:35:54 +00:00
Markus Rost
1b527a7e02
(custom-declare-group): Remove unnecessary line of code.
2002-11-14 21:37:10 +00:00
Markus Rost
9b6098b97d
(custom-handle-all-keywords): Fix arg passed to custom-add-to-group.
2002-11-13 02:27:21 +00:00
Markus Rost
e6bb31f357
Fix typos in Commentary section.
2002-11-10 04:20:06 +00:00
Stefan Monnier
29512a0f3f
(custom-group-of-mode): New fun.
...
(custom-load-symbol): Don't use preloaded-file-list now that
load-history is always complete. Don't look up the expanded file
name in load-history (looked like an XEmacsism).
2002-10-10 13:09:13 +00:00
Richard M. Stallman
693d0bd387
(defcustom): Doc fix.
2002-09-29 04:19:06 +00:00
Richard M. Stallman
6da43544b7
(custom-dont-initialize): New variable.
...
(custom-declare-variable): Don't init the variable
if custom-dont-initialize is non-nil.
2002-09-21 19:59:42 +00:00
Richard M. Stallman
c389144777
(custom-load-symbol): Verify that LOADED is a string.
2002-05-19 16:07:13 +00:00
Richard M. Stallman
8f772dfd7a
(custom-load-symbol): Moved from cus-edit.el.
...
(custom-load-recursion): Likewise.
2002-04-28 03:23:52 +00:00
Miles Bader
6d912ee1a7
(customize-mark-to-save, customize-mark-as-set)
...
(custom-quote): Moved here from `cus-edit.el'.
2002-04-19 07:43:43 +00:00
Pavel Janík
1c1da4184c
Fix typo.
2002-01-05 18:56:56 +00:00
Richard M. Stallman
3dc5f18e68
(defcustom): Fix syntax of previous change.
2002-01-03 19:57:07 +00:00
Eli Zaretskii
00644b8272
(defcustom): Documented :tag, :link and :load.
2002-01-03 16:56:30 +00:00
Stefan Monnier
a01639a362
Doc fix.
2001-12-04 21:24:17 +00:00
Stefan Monnier
d3b80e9b70
(custom-current-group-alist): New var.
...
(custom-declare-group): Set it.
(custom-current-group): New fun.
(custom-declare-variable, custom-handle-all-keywords):
Use it as a default if no :group argument is specified.
2001-11-18 01:35:12 +00:00
Miles Bader
3d58b15e0f
(defface): Mention `:inherit' in doc-string.
2001-10-17 01:13:10 +00:00
Gerd Moellmann
6c7f60a25d
(defcustom): Doc fix.
2001-08-17 10:59:05 +00:00
Gerd Moellmann
be48584dab
(custom-set-variables): Don't test `custom-requests'
...
properties, check the third element of the options passed to
custom-set-variables instead.
2001-08-03 15:12:39 +00:00
Gerd Moellmann
cb3f945fa8
(custom-set-variables): Set options with :require
...
clauses last.
2001-08-02 10:11:57 +00:00
Gerd Moellmann
a2b38e517f
(defcustom): Doc fix.
2001-08-02 09:04:15 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Ken Raeburn
ad78255132
properly mark Attic files as deleted
2001-07-06 08:41:36 +00:00
Gerd Moellmann
748be1ad5e
(custom-set-variables): Avoid reversing the list
...
needlessly.
2001-03-20 16:36:59 +00:00
Dave Love
2f4c9a87dd
(custom-initialize-changed, defcustom): Doc fix.
2001-02-21 20:47:38 +00:00
Miles Bader
710fb9d795
(custom-add-to-group): Remove debugging code.
2000-10-29 14:54:58 +00:00
Miles Bader
dd4d3cb624
(custom-add-to-group): Allow multiple entries for a given value OPTION,
...
as long as their widget types are different.
2000-10-29 14:51:24 +00:00
Dave Love
b3489c06ec
(custom-declare-variable, custom-set-variables): Use mapc.
2000-10-06 18:30:32 +00:00
Dave Love
a033ea13a3
(custom-set-variables): Print message about errors in
...
setting.
2000-09-04 09:41:48 +00:00
Dave Love
2538076d09
(defcustom, defgroup): Doc fix.
2000-06-20 09:43:52 +00:00
Dave Love
d0a4cd1452
Comments only.
2000-03-16 22:12:57 +00:00
Dave Love
3920868a41
(custom-declare-variable): Purecopy value.
1999-12-16 19:43:46 +00:00
Gerd Moellmann
13b5da0446
(custom-handle-keyword): Add :set-after.
...
(custom-add-dependencies): New function.
(custom-set-variables): Take dependencies between args into
account.
1999-12-14 12:56:36 +00:00
Dave Love
32651a48c5
(custom-declare-group): Purecopy DOC.
...
(custom-handle-keyword): Purecopy VALUE.
(custom-add-link): Purecopy WIDGET.
(custom-add-version): Purecopy VERSION.
(custom-add-load): Purecopy LOAD.
1999-11-24 20:29:55 +00:00
Gerd Moellmann
48f68b550e
(defface): Extend documentation for new values of `type'.
1999-10-06 23:35:28 +00:00
Dave Love
70647e337e
Don't define-widget-keywords.
...
Change from Didier Verna:
(custom-set-variables): the arguments can now have a
custom comment as fifth element.
1999-09-13 13:03:05 +00:00
Gerd Moellmann
9e5962d0e2
(defface): Extend documentation to include new
...
face attributes.
(defface): Add new face attributes to function comment.
1999-07-21 21:43:03 +00:00
Karl Heuer
2a6b235628
(custom-handle-keyword): Fix error message.
1999-06-20 19:29:15 +00:00
Dave Love
733e8270d8
(custom-set-variables): Protect against setter errors.
1999-03-04 18:12:46 +00:00
Karl Heuer
98743206de
(custom-set-variables): Load the requests first,
...
then check the symbol's `set' function.
1998-09-30 19:15:17 +00:00
Richard M. Stallman
7ddd603126
(custom-set-default): New function.
...
(custom-set-variables): Use custom-set-default.
(custom-local-buffer): New variable.
(defcustom): Doc fix.
1998-06-24 18:35:06 +00:00
Richard M. Stallman
7c573adb3b
(custom-declare-variable): Update current-load-list.
1998-06-15 22:46:48 +00:00
Richard M. Stallman
e612f4bd81
(defcustom): Doc fix.
1998-05-19 05:10:27 +00:00
Richard M. Stallman
d7c0adec0a
(defcustom, defgroup, defface): Don't use backquote.
1998-04-22 02:46:30 +00:00
Andreas Schwab
5e5e5b54ed
(defgroup): Doc fix.
1998-01-07 10:45:33 +00:00