index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
custom.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Eli Zaretskii
2021-11-06
1
-1
/
+5
|
\
|
*
* lisp/custom.el (defgroup): Document the :prefix keyword.
Stefan Kangas
2021-11-04
1
-1
/
+5
*
|
Remove some XEmacs compat code from custom.el
Stefan Kangas
2021-10-20
1
-9
/
+3
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-3
/
+5
*
|
Allow obsoleting themes
Lars Ingebrigtsen
2021-10-03
1
-0
/
+7
|
/
*
Avoid warning about long docstring lines in defcustom
Stefan Kangas
2021-09-26
1
-1
/
+1
*
Speed up by storing frame faces in hash tables instead of alists
Jashank Jeremy
2021-07-21
1
-1
/
+1
*
Do not reset settings when disabling a theme
Mauro Aranda
2021-05-30
1
-1
/
+1
*
Avoid saving session customizations in the custom-file
Mauro Aranda
2021-05-10
1
-4
/
+35
*
Fix unload+reload of files using `custom-initialize-delay` (bug#47072)
Stefan Monnier
2021-04-22
1
-3
/
+8
*
; Remove some useless comments
Stefan Kangas
2021-04-16
1
-2
/
+0
*
Don't override load-path in require-theme
Basil L. Contovounesios
2021-03-05
1
-2
/
+2
*
Decouple require-theme from load-theme
Basil L. Contovounesios
2021-03-04
1
-22
/
+24
*
Add 'require-theme' function
Protesilaos Stavrou
2021-03-01
1
-0
/
+24
*
* lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.
Stefan Monnier
2021-02-02
1
-1
/
+5
*
* lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.
Stefan Monnier
2021-01-19
1
-11
/
+1
*
Fix marking "delayed-initialization" vars as dynamically scoped
Stefan Monnier
2021-01-14
1
-5
/
+6
*
; * lisp/custom.el (defcustom): Fix last change.
Basil L. Contovounesios
2021-01-10
1
-2
/
+2
*
Add a link to the manual from the defcustom doc string
Lars Ingebrigtsen
2021-01-10
1
-0
/
+2
*
* lisp/emacs-lisp/autoload.el: Improve last change
Stefan Monnier
2021-01-05
1
-2
/
+6
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Merge from origin/emacs-27
Michael Albinus
2020-11-25
1
-3
/
+7
|
\
|
*
Fix handling of defcustom :local tag
Basil L. Contovounesios
2020-11-24
1
-3
/
+7
*
|
Go back to not using custom-push-theme when enabling a theme
Mauro Aranda
2020-11-06
1
-2
/
+24
*
|
custom-theme-set-variables more resilient against removed libraries
Lars Ingebrigtsen
2020-11-01
1
-1
/
+4
*
|
Preserve user customizations after disabling a theme
Mauro Aranda
2020-09-05
1
-6
/
+15
*
|
Keep the user theme in sync when marking a variable as set
Mauro Aranda
2020-08-27
1
-0
/
+3
*
|
* lisp/custom.el (custom-add-choice): Fix previous commit.
Juri Linkov
2020-08-09
1
-2
/
+2
*
|
Add new utility function custom-add-choice
Lars Ingebrigtsen
2020-08-08
1
-0
/
+14
|
/
*
Fix saving multiple themes
Mauro Aranda
2020-01-11
1
-1
/
+1
*
Fix reverting customizations
Eli Zaretskii
2020-01-01
1
-1
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Correct small misprint in defcustom's docstring
Filipp Gunbin
2019-11-25
1
-1
/
+1
*
Fix load-theme bug with user-emacs-directory
Paul Eggert
2019-09-01
1
-0
/
+1
*
Doc string clarification for defcustom
Lars Ingebrigtsen
2019-08-01
1
-0
/
+5
*
Add :local specifier to defcustom
Juanma Barranquero
2019-06-27
1
-0
/
+8
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/custom.el: Avoid adding vars to load-history multiple times
Stefan Monnier
2019-05-06
1
-10
/
+11
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Minor custom.el simplifications
Basil L. Contovounesios
2018-07-13
1
-57
/
+46
*
|
* lisp/custom.el: Use lexical-binding
Basil L. Contovounesios
2018-07-13
1
-25
/
+25
*
|
Fix custom-available-themes file expansion
Basil L. Contovounesios
2018-07-13
1
-10
/
+16
*
|
Improve loading of byte-compiled custom themes
Basil L. Contovounesios
2018-07-13
1
-37
/
+41
*
|
Apply non-user themes only when asked
Daniel Colascione
2018-06-16
1
-4
/
+11
*
|
Clarify that enabling a theme does not disable other themes
Daniel Colascione
2018-06-12
1
-2
/
+11
|
/
*
* lisp/custom.el (defcustom): Fix docstring (Bug#27891).
Noam Postavsky
2018-01-30
1
-1
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
[next]