Commit graph

44 commits

Author SHA1 Message Date
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
Karl Heuer
c743cc52ab (custom-add-version): New function.
(custom-handle-keyword): Handle :version.
1997-12-09 22:04:25 +00:00
Richard M. Stallman
71bd46d292 (custom-declare-variable): Use custom-initialize-reset
by default, rather than custom-initialize-set.
(custom-initialize-reset, custom-initialize-set): Doc fixes.
1997-08-26 03:45:21 +00:00
Richard M. Stallman
255d8b9706 (custom-declare-variable): Rename 2nd arg to DEFAULT. 1997-08-25 00:29:49 +00:00
Richard M. Stallman
a7d6bdac9f (custom-declare-variable-list): Process already-declared
custom variables from this list.
1997-07-20 17:39:30 +00:00
Per Abrahamsen
25ac13b5bd Synched with version 1.9900. 1997-05-30 00:39:40 +00:00
Richard M. Stallman
aafc86d21d (defface): Doc fix. 1997-05-25 22:01:44 +00:00
Per Abrahamsen
8c98842659 Doc fix. 1997-05-22 10:51:45 +00:00
Per Abrahamsen
a3c88c5987 Synched with 1.97. 1997-05-14 17:31:13 +00:00
Richard M. Stallman
9dfa30b596 (defcustom): Get rid of eval-and-compile.
The compiler should now handle custom-declare-variables on its own.
1997-05-12 01:19:54 +00:00
Richard M. Stallman
67efacf892 (custom-declare-variable): Don't use `push'. 1997-04-27 16:38:17 +00:00
Per Abrahamsen
6d528fc505 Synched with custom 1.90. 1997-04-24 16:53:55 +00:00
Richard M. Stallman
85340a068c (custom-declare-variable): Use copy-sequence, not copy-list. 1997-04-22 01:17:06 +00:00
Richard M. Stallman
c2383d2de9 Comment change. 1997-04-21 03:53:02 +00:00
Richard M. Stallman
305ec10665 Doc fixes. 1997-04-14 01:40:31 +00:00
Per Abrahamsen
bd042c030f Sync with 1.84. 1997-04-12 17:51:31 +00:00
Richard M. Stallman
8835e400fc Delete the explicit autoload calls.
(custom-help-menu): Don't use easymenu; make the keymap explicitly.
(custom-menu-reset): Function deleted.  Don't call it, either.
(custom-help-menu): Variable deleted.
1997-04-10 22:39:54 +00:00
Per Abrahamsen
d543e20b61 Initial revision 1997-04-07 13:42:59 +00:00
Richard M. Stallman
79062c6c2f Don't load .custom if -q was used. 1996-12-11 20:25:24 +00:00
Lars Magne Ingebrigtsen
231f989be9 New version. 1996-06-25 22:21:39 +00:00
Karl Heuer
310c9f40fd (event-point): Fix fboundp test surrounding this. 1996-05-30 17:12:48 +00:00
Richard M. Stallman
d0cb3f6010 (custom:asis): Renamed from custom-asis. 1996-03-27 00:01:14 +00:00
Richard M. Stallman
46be15a43d (custom-type-properties): Use custom-asis instead of as-is.
(custom-asis): Set it to itself.
1996-03-23 14:38:37 +00:00
Richard M. Stallman
0b2d6b61ab (custom-type-properties): Add new type `triggle' for
use with "boolean" face properties.
1996-03-21 11:22:00 +00:00
Richard M. Stallman
e903507a24 (custom-face-hack): Avoid evalling the args
in the list that the export function returns.
1996-03-19 22:47:22 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
a8840283de (custom-default-validate): Fix message spelling.
(rear-nonsticky, custom-property-set, custom-field-accept,
custom-repeat-extract, custom-pair-extract, custom-list-extract,
custom-choice-extract, custom-choice-validate, custom-mode-map): Doc fix.

(custom-file): Use convert-standard-filename.
1996-01-05 07:22:20 +00:00
Lars Magne Ingebrigtsen
4148737050 entered into RCS 1995-11-04 03:54:42 +00:00