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

58 Commits

Author SHA1 Message Date
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
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