aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el
Commit message (Collapse)AuthorAgeFilesLines
* Comments only.Dave Love2000-03-161-2/+0
|
* (custom-declare-variable): Purecopy value.Dave Love1999-12-161-1/+1
|
* (custom-handle-keyword): Add :set-after.Gerd Moellmann1999-12-141-0/+33
| | | | | | (custom-add-dependencies): New function. (custom-set-variables): Take dependencies between args into account.
* (custom-declare-group): Purecopy DOC.Dave Love1999-11-241-4/+8
| | | | | | | (custom-handle-keyword): Purecopy VALUE. (custom-add-link): Purecopy WIDGET. (custom-add-version): Purecopy VERSION. (custom-add-load): Purecopy LOAD.
* (defface): Extend documentation for new values of `type'.Gerd Moellmann1999-10-061-1/+3
|
* Don't define-widget-keywords.Dave Love1999-09-131-31/+30
| | | | | | Change from Didier Verna: (custom-set-variables): the arguments can now have a custom comment as fifth element.
* (defface): Extend documentation to include newGerd Moellmann1999-07-211-2/+4
| | | | | face attributes. (defface): Add new face attributes to function comment.
* (custom-handle-keyword): Fix error message.Karl Heuer1999-06-201-1/+1
|
* (custom-set-variables): Protect against setter errors.Dave Love1999-03-041-7/+11
|
* (custom-set-variables): Load the requests first,Karl Heuer1998-09-301-4/+5
| | | | then check the symbol's `set' function.
* (custom-set-default): New function.Richard M. Stallman1998-06-241-3/+21
| | | | | | (custom-set-variables): Use custom-set-default. (custom-local-buffer): New variable. (defcustom): Doc fix.
* (custom-declare-variable): Update current-load-list.Richard M. Stallman1998-06-151-0/+1
|
* (defcustom): Doc fix.Richard M. Stallman1998-05-191-8/+10
|
* (defcustom, defgroup, defface): Don't use backquote.Richard M. Stallman1998-04-221-3/+16
|
* (defgroup): Doc fix.Andreas Schwab1998-01-071-2/+2
|
* (custom-add-version): New function.Karl Heuer1997-12-091-0/+6
| | | | (custom-handle-keyword): Handle :version.
* (custom-declare-variable): Use custom-initialize-resetRichard M. Stallman1997-08-261-8/+14
| | | | | by default, rather than custom-initialize-set. (custom-initialize-reset, custom-initialize-set): Doc fixes.
* (custom-declare-variable): Rename 2nd arg to DEFAULT.Richard M. Stallman1997-08-251-4/+6
|
* (custom-declare-variable-list): Process already-declaredRichard M. Stallman1997-07-201-0/+5
| | | | custom variables from this list.
* Synched with version 1.9900.Per Abrahamsen1997-05-301-5/+5
|
* (defface): Doc fix.Richard M. Stallman1997-05-251-9/+12
|
* Doc fix.Per Abrahamsen1997-05-221-2/+0
|
* Synched with 1.97.Per Abrahamsen1997-05-141-1/+1
|
* (defcustom): Get rid of eval-and-compile.Richard M. Stallman1997-05-121-2/+1
| | | | The compiler should now handle custom-declare-variables on its own.
* (custom-declare-variable): Don't use `push'.Richard M. Stallman1997-04-271-1/+1
|
* Synched with custom 1.90.Per Abrahamsen1997-04-241-34/+120
|
* (custom-declare-variable): Use copy-sequence, not copy-list.Richard M. Stallman1997-04-221-1/+1
|
* Comment change.Richard M. Stallman1997-04-211-0/+17
|
* Doc fixes.Richard M. Stallman1997-04-141-3/+3
|
* Sync with 1.84.Per Abrahamsen1997-04-121-13/+23
|
* Delete the explicit autoload calls.Richard M. Stallman1997-04-101-46/+0
| | | | | | (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.
* Initial revisionPer Abrahamsen1997-04-071-2433/+293
|
* Don't load .custom if -q was used.Richard M. Stallman1996-12-111-2/+3
|
* New version.Lars Magne Ingebrigtsen1996-06-251-105/+115
|
* (event-point): Fix fboundp test surrounding this.Karl Heuer1996-05-301-1/+1
|
* (custom:asis): Renamed from custom-asis.Richard M. Stallman1996-03-271-6/+6
|
* (custom-type-properties): Use custom-asis instead of as-is.Richard M. Stallman1996-03-231-4/+7
| | | | (custom-asis): Set it to itself.
* (custom-type-properties): Add new type `triggle' forRichard M. Stallman1996-03-211-6/+17
| | | | use with "boolean" face properties.
* (custom-face-hack): Avoid evalling the argsRichard M. Stallman1996-03-191-2/+2
| | | | in the list that the export function returns.
* Update FSF's address.Erik Naggum1996-01-141-2/+20
|
* (custom-default-validate): Fix message spelling.Richard M. Stallman1996-01-051-17/+17
| | | | | | | | (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.
* entered into RCSLars Magne Ingebrigtsen1995-11-041-0/+2429