summaryrefslogtreecommitdiff
path: root/lisp/custom.el
Commit message (Expand)AuthorAge
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-29
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Improve type of custom-theme-directory (Bug#65401)Mauro Aranda2023-08-26
* | Merge from origin/emacs-29João Távora2023-04-03
|\|
| * Improve documentation of 'defcustom's :set keywordEli Zaretskii2023-03-30
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-17
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Tag themes with propertiesPhilip Kaludercic2022-10-15
* Ensure that cus-load doesn't add things twiceLars Ingebrigtsen2022-09-24
* Revert "Add new command 'toggle-theme'"Philip Kaludercic2022-09-11
* Revert "Add new user option 'custom-ensure-single-theme'"Philip Kaludercic2022-09-11
* Add new user option 'custom-ensure-single-theme'Philip Kaludercic2022-09-11
* Add new command 'toggle-theme'Philip Kaludercic2022-09-11
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* Make compat function custom-reset-variables obsoleteStefan Kangas2022-08-07
* Add support for user-customizable iconsLars Ingebrigtsen2022-07-28
* Fix custom-initialize-reset bootstrap errorLars Ingebrigtsen2022-07-05
* Give a warning if setopt has been used with an invalid valueLars Ingebrigtsen2022-07-05
* Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-10
* ; Rename enable-theme and disable-theme hooksEli Zaretskii2022-05-21
* Add new hooks when enabling and disabling themesLars Ingebrigtsen2022-05-21
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Eli Zaretskii2021-11-06
|\|
| * * lisp/custom.el (defgroup): Document the :prefix keyword.Stefan Kangas2021-11-04
* | Remove some XEmacs compat code from custom.elStefan Kangas2021-10-20
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-13
* | Allow obsoleting themesLars Ingebrigtsen2021-10-03
|/
* Avoid warning about long docstring lines in defcustomStefan Kangas2021-09-26
* Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-21
* Do not reset settings when disabling a themeMauro Aranda2021-05-30
* Avoid saving session customizations in the custom-fileMauro Aranda2021-05-10
* Fix unload+reload of files using `custom-initialize-delay` (bug#47072)Stefan Monnier2021-04-22
* ; Remove some useless commentsStefan Kangas2021-04-16
* Don't override load-path in require-themeBasil L. Contovounesios2021-03-05
* Decouple require-theme from load-themeBasil L. Contovounesios2021-03-04
* Add 'require-theme' functionProtesilaos Stavrou2021-03-01
* * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.Stefan Monnier2021-02-02
* * lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.Stefan Monnier2021-01-19
* Fix marking "delayed-initialization" vars as dynamically scopedStefan Monnier2021-01-14
* ; * lisp/custom.el (defcustom): Fix last change.Basil L. Contovounesios2021-01-10
* Add a link to the manual from the defcustom doc stringLars Ingebrigtsen2021-01-10
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-05
* Update copyright year to 2021Paul Eggert2021-01-01
* Merge from origin/emacs-27Michael Albinus2020-11-25
|\
| * Fix handling of defcustom :local tagBasil L. Contovounesios2020-11-24
* | Go back to not using custom-push-theme when enabling a themeMauro Aranda2020-11-06
* | custom-theme-set-variables more resilient against removed librariesLars Ingebrigtsen2020-11-01
* | Preserve user customizations after disabling a themeMauro Aranda2020-09-05