log lisp/custom.el @ 47822:46f8bf0fc7b4

age author description
Thu, 10 Oct 2002 13:09:13 +0000 Stefan Monnier (custom-group-of-mode): New fun.
Sun, 29 Sep 2002 04:19:06 +0000 Richard M. Stallman (defcustom): Doc fix.
Sat, 21 Sep 2002 19:59:42 +0000 Richard M. Stallman (custom-dont-initialize): New variable.
Sun, 19 May 2002 16:07:13 +0000 Richard M. Stallman (custom-load-symbol): Verify that LOADED is a string.
Sun, 28 Apr 2002 03:23:52 +0000 Richard M. Stallman (custom-load-symbol): Moved from cus-edit.el.
Fri, 19 Apr 2002 07:42:31 +0000 Miles Bader (customize-mark-to-save, customize-mark-as-set)
Sat, 05 Jan 2002 18:56:56 +0000 Pavel Jank Fix typo.
Thu, 03 Jan 2002 19:56:59 +0000 Richard M. Stallman (defcustom): Fix syntax of previous change.
Thu, 03 Jan 2002 16:56:30 +0000 Eli Zaretskii (defcustom): Documented :tag, :link and :load.
Tue, 04 Dec 2001 21:24:17 +0000 Stefan Monnier Doc fix.
Sun, 18 Nov 2001 01:35:12 +0000 Stefan Monnier (custom-current-group-alist): New var.
Wed, 17 Oct 2001 01:12:42 +0000 Miles Bader (defface): Mention `:inherit' in doc-string.
Fri, 17 Aug 2001 10:58:17 +0000 Gerd Moellmann (defcustom): Doc fix.
Fri, 03 Aug 2001 15:11:42 +0000 Gerd Moellmann (custom-set-variables): Don't test `custom-requests'
Thu, 02 Aug 2001 10:11:34 +0000 Gerd Moellmann (custom-set-variables): Set options with :require
Thu, 02 Aug 2001 09:04:15 +0000 Gerd Moellmann (defcustom): Doc fix.
Sun, 15 Jul 2001 16:15:35 +0000 Pavel Jank Some fixes to follow coding conventions in files maintained by FSF.
Tue, 20 Mar 2001 16:36:59 +0000 Gerd Moellmann (custom-set-variables): Avoid reversing the list
Wed, 21 Feb 2001 20:47:12 +0000 Dave Love (custom-initialize-changed, defcustom): Doc fix.
Sun, 29 Oct 2000 14:54:58 +0000 Miles Bader (custom-add-to-group): Remove debugging code.
Sun, 29 Oct 2000 14:49:58 +0000 Miles Bader (custom-add-to-group): Allow multiple entries for a given value OPTION,
Fri, 06 Oct 2000 18:30:32 +0000 Dave Love (custom-declare-variable, custom-set-variables): Use mapc.
Mon, 04 Sep 2000 09:40:59 +0000 Dave Love (custom-set-variables): Print message about errors in
Tue, 20 Jun 2000 09:43:52 +0000 Dave Love (defcustom, defgroup): Doc fix.
Thu, 16 Mar 2000 22:12:57 +0000 Dave Love Comments only.
Thu, 16 Dec 1999 19:42:02 +0000 Dave Love (custom-declare-variable): Purecopy value.
Tue, 14 Dec 1999 12:56:36 +0000 Gerd Moellmann (custom-handle-keyword): Add :set-after.
Wed, 24 Nov 1999 20:29:55 +0000 Dave Love (custom-declare-group): Purecopy DOC.
Wed, 06 Oct 1999 23:35:28 +0000 Gerd Moellmann (defface): Extend documentation for new values of `type'.
Mon, 13 Sep 1999 13:03:05 +0000 Dave Love Don't define-widget-keywords.
Wed, 21 Jul 1999 21:43:03 +0000 Gerd Moellmann (defface): Extend documentation to include new
Sun, 20 Jun 1999 19:29:15 +0000 Karl Heuer (custom-handle-keyword): Fix error message.
Thu, 04 Mar 1999 18:12:46 +0000 Dave Love (custom-set-variables): Protect against setter errors.
Wed, 30 Sep 1998 19:15:17 +0000 Karl Heuer (custom-set-variables): Load the requests first,
Wed, 24 Jun 1998 18:35:06 +0000 Richard M. Stallman (custom-set-default): New function.
Mon, 15 Jun 1998 22:46:48 +0000 Richard M. Stallman (custom-declare-variable): Update current-load-list.
Tue, 19 May 1998 05:10:27 +0000 Richard M. Stallman (defcustom): Doc fix.
Wed, 22 Apr 1998 02:46:30 +0000 Richard M. Stallman (defcustom, defgroup, defface): Don't use backquote.
Wed, 07 Jan 1998 10:45:33 +0000 Andreas Schwab (defgroup): Doc fix.
Tue, 09 Dec 1997 22:04:25 +0000 Karl Heuer (custom-add-version): New function.
Tue, 26 Aug 1997 03:45:21 +0000 Richard M. Stallman (custom-declare-variable): Use custom-initialize-reset
Mon, 25 Aug 1997 00:29:49 +0000 Richard M. Stallman (custom-declare-variable): Rename 2nd arg to DEFAULT.
Sun, 20 Jul 1997 17:39:30 +0000 Richard M. Stallman (custom-declare-variable-list): Process already-declared
Fri, 30 May 1997 00:39:40 +0000 Per Abrahamsen Synched with version 1.9900.
Sun, 25 May 1997 22:01:44 +0000 Richard M. Stallman (defface): Doc fix.
Thu, 22 May 1997 10:51:45 +0000 Per Abrahamsen Doc fix.
Wed, 14 May 1997 17:31:13 +0000 Per Abrahamsen Synched with 1.97.
Mon, 12 May 1997 01:19:54 +0000 Richard M. Stallman (defcustom): Get rid of eval-and-compile.
Sun, 27 Apr 1997 16:38:17 +0000 Richard M. Stallman (custom-declare-variable): Don't use `push'.
Thu, 24 Apr 1997 16:53:55 +0000 Per Abrahamsen Synched with custom 1.90.
Tue, 22 Apr 1997 01:17:06 +0000 Richard M. Stallman (custom-declare-variable): Use copy-sequence, not copy-list.
Mon, 21 Apr 1997 03:53:02 +0000 Richard M. Stallman Comment change.
Mon, 14 Apr 1997 01:40:31 +0000 Richard M. Stallman Doc fixes.
Sat, 12 Apr 1997 17:51:31 +0000 Per Abrahamsen Sync with 1.84.
Thu, 10 Apr 1997 22:39:54 +0000 Richard M. Stallman Delete the explicit autoload calls.
Mon, 07 Apr 1997 13:42:59 +0000 Per Abrahamsen Initial revision