aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (custom--standard-value-p): New functionStefan Monnier2025-04-011-12/+10
* Allow changing theme settings without reloading itMauro Aranda2025-03-091-1/+13
* Improve argument type error in load-themeStefan Kangas2025-03-031-0/+2
* ; Silence byte-compiler during bootstrapStefan Kangas2025-02-281-0/+1
* (defcustom): Improve doc of `:group`Stefan Monnier2025-02-011-1/+2
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-10/+8
|\
| * Delete remaining calls to purecopyStefan Kangas2024-12-121-10/+8
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-1/+1
* New value 'permanent-only' for defcustom :local keywordStefan Kangas2024-10-021-1/+3
* * lisp/custom.el (custom-fix-face-spec): Fix :reverse-video caseMattias Engdegård2024-09-291-1/+1
* * lisp/custom.el (defface): Add missing attributes to doc string.Mattias Engdegård2024-09-271-4/+4
* Change 'type' declaration to 'ftype'Andrea Corallo2024-05-141-1/+1
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-291-1/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Improve type of custom-theme-directory (Bug#65401)Mauro Aranda2023-08-261-1/+1
* | Merge from origin/emacs-29João Távora2023-04-031-1/+3
|\ \ | |/
| * Improve documentation of 'defcustom's :set keywordEli Zaretskii2023-03-301-1/+3
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-0/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Tag themes with propertiesPhilip Kaludercic2022-10-151-6/+67
* Ensure that cus-load doesn't add things twiceLars Ingebrigtsen2022-09-241-0/+7
* Revert "Add new command 'toggle-theme'"Philip Kaludercic2022-09-111-19/+0
* Revert "Add new user option 'custom-ensure-single-theme'"Philip Kaludercic2022-09-111-12/+0
* Add new user option 'custom-ensure-single-theme'Philip Kaludercic2022-09-111-0/+12
* Add new command 'toggle-theme'Philip Kaludercic2022-09-111-0/+19
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* Make compat function custom-reset-variables obsoleteStefan Kangas2022-08-071-0/+1
* Add support for user-customizable iconsLars Ingebrigtsen2022-07-281-1/+1
* Fix custom-initialize-reset bootstrap errorLars Ingebrigtsen2022-07-051-7/+11
* Give a warning if setopt has been used with an invalid valueLars Ingebrigtsen2022-07-051-0/+10
* Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-101-8/+12
* ; Rename enable-theme and disable-theme hooksEli Zaretskii2022-05-211-8/+8
* Add new hooks when enabling and disabling themesLars Ingebrigtsen2022-05-211-4/+28
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-11-061-1/+5
|\ \ | |/
| * * lisp/custom.el (defgroup): Document the :prefix keyword.Stefan Kangas2021-11-041-1/+5
* | Remove some XEmacs compat code from custom.elStefan Kangas2021-10-201-9/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-3/+5
* | Allow obsoleting themesLars Ingebrigtsen2021-10-031-0/+7
|/
* Avoid warning about long docstring lines in defcustomStefan Kangas2021-09-261-1/+1
* Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-211-1/+1
* Do not reset settings when disabling a themeMauro Aranda2021-05-301-1/+1
* Avoid saving session customizations in the custom-fileMauro Aranda2021-05-101-4/+35
* Fix unload+reload of files using `custom-initialize-delay` (bug#47072)Stefan Monnier2021-04-221-3/+8
* ; Remove some useless commentsStefan Kangas2021-04-161-2/+0
* Don't override load-path in require-themeBasil L. Contovounesios2021-03-051-2/+2
* Decouple require-theme from load-themeBasil L. Contovounesios2021-03-041-22/+24