aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el
Commit message (Expand)AuthorAgeFilesLines
* (custom-add-frequent-value): Alias for custom-add-option.Chong Yidong2006-12-241-0/+1
* (defcustom): Doc fix.Glenn Morris2006-09-301-2/+2
* (custom-theme-set-variables): Autoload packages before sorting the variables.Stefan Monnier2006-08-311-4/+12
* (custom-autoload): Add `noset' argument.Stefan Monnier2006-07-171-14/+17
* * custom.el (custom-push-theme): Load the variable before checkingChong Yidong2006-05-131-5/+9
* * cus-edit.el (customize-package-emacs-version-alist): UpdateBill Wohler2006-04-141-1/+4
* (defcustom): Create Common Keywords section in docstring.Bill Wohler2006-04-111-34/+30
* * custom.el (defcustom, custom-handle-keyword): Add :package-versionBill Wohler2006-04-101-0/+12
* * cus-edit.el (custom-face-set): Call custom-push-theme beforeChong Yidong2006-03-211-1/+2
* * custom.el (customize-mark-to-save, customize-mark-as-set): LoadChong Yidong2006-02-201-0/+2
* * custom.el (customize-mark-as-set): Push to `user' theme.Chong Yidong2006-02-191-2/+3
* * custom.el (customize-mark-to-save): Load the symbol'sChong Yidong2006-02-191-0/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* * cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)Chong Yidong2006-01-041-1/+7
* Doc fix.Chong Yidong2006-01-021-2/+2
* Doc fix.Chong Yidong2006-01-021-2/+0
* Change ordering so all the Custom Themes code is in one place.Chong Yidong2006-01-021-114/+107
* * custom.el: Move Custom Themes commentary to start of theme code.Chong Yidong2006-01-021-254/+159
* * custom.el (provide-theme): Ban `user' theme name.Chong Yidong2005-12-311-25/+49
* (custom-load-themes): Function deleted.Richard M. Stallman2005-12-301-21/+16
* * custom.el (custom-push-theme): Fix docstring.Chong Yidong2005-12-241-6/+6
* * custom.el (custom-push-theme): Fix docstring.Chong Yidong2005-12-241-8/+9
* 2005-12-23 Chong Yidong <[email protected]>Chong Yidong2005-12-241-49/+60
* * custom.el (enable-theme): Signal error if argument is not aChong Yidong2005-11-251-2/+8
* (defcustom): Update link types in docstring.Juri Linkov2005-11-211-4/+20
* (defgroup): Add doc-string-elt info.Stefan Monnier2005-11-211-0/+1
* (defface, defcustom): Add `doc-string' declaration.Stefan Monnier2005-10-241-0/+2
* * custom.el (custom-push-theme): Handle the case where a symbol isChong Yidong2005-09-121-11/+10
* Fix last change to custom-push-theme.Chong Yidong2005-09-061-1/+2
* Custom Theme bugfixes.Chong Yidong2005-09-051-19/+15
* *** empty log message ***Chong Yidong2005-09-041-12/+15
* (custom-theme-set-variables): Sort minor modes last.Stefan Monnier2005-08-241-9/+7
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* (custom-known-themes): Delete duplicate words.Juri Linkov2005-07-181-1/+1
* Whitespace changes.Luc Teirlinck2005-07-141-2/+2
* (custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.Luc Teirlinck2005-07-141-4/+4
* (custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes.Luc Teirlinck2005-07-141-6/+6
* (custom-reevaluate-setting): Doc fix.Luc Teirlinck2005-07-111-4/+4
* (custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'Juanma Barranquero2005-07-111-1/+2
* (custom-declare-variable): Doc fix.Richard M. Stallman2005-07-111-6/+1
* Fix previous change.Richard M. Stallman2005-07-111-4/+10
* (custom-push-theme): Maintain list of the settingsRichard M. Stallman2005-07-111-219/+284
* (custom-initialize-safe-set, custom-initialize-safe-default): New functions.Luc Teirlinck2005-07-101-0/+22
* (custom-variable-p): Make it recursively follow aliases. Mention thatLuc Teirlinck2005-07-071-1/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (custom-add-option): Doc fix.Richard M. Stallman2005-07-031-2/+4
* (custom-declare-variable): Fix typos in comment.Luc Teirlinck2005-07-021-4/+20
* (defface): Doc fix.Richard M. Stallman2005-04-131-8/+18
* (custom-set-minor-mode): Any non-nil value for the variable shouldLuc Teirlinck2005-04-101-2/+2
* (custom-reevaluate-setting): Simple function to handle variablesStefan Monnier2005-03-061-52/+60