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
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+2
*
Don't make faces when loading Custom themes.
Chong Yidong
2013-12-21
1
-4
/
+7
*
Doc fixes for face functions.
Chong Yidong
2013-12-21
1
-2
/
+2
*
* customize.texi (Custom Themes): Document custom-known-themes.
Chong Yidong
2013-12-18
1
-1
/
+8
*
Fix loading of themes when NO-ENABLE is t.
Chong Yidong
2013-12-18
1
-14
/
+15
*
* lisp/subr.el (custom-declare-variable-early): Remove function.
Stefan Monnier
2013-10-29
1
-5
/
+0
*
Silence some --without-x compilation warnings
Glenn Morris
2013-09-17
1
-2
/
+5
*
Make defvar affect the default binding outside of any let.
Stefan Monnier
2013-08-02
1
-41
/
+44
*
lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking...
Juanma Barranquero
2013-06-20
1
-6
/
+6
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
Fix dependency sorting in custom-theme-set-variables.
Chong Yidong
2012-11-24
1
-24
/
+55
|
/
*
* lisp/emacs-lisp/pcase.el (pcase--mark-used): New.
Stefan Monnier
2012-09-28
1
-1
/
+2
*
Doc fixes for defface and friends.
Chong Yidong
2012-09-18
1
-58
/
+52
*
Update docstrings and comments to use "init file" terminology.
Chong Yidong
2012-09-17
1
-1
/
+1
*
lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment.
Juanma Barranquero
2012-09-10
1
-1
/
+1
*
Allow scrolling in y-or-n-p.
Chong Yidong
2012-09-09
1
-32
/
+13
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-1
/
+1
*
* lisp/custom.el (custom-initialize-delay): Doc fix.
Glenn Morris
2012-06-27
1
-1
/
+3
*
* lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
Stefan Monnier
2012-05-17
1
-0
/
+1
*
* lisp/emacs-lisp/bytecomp.el
Stefan Monnier
2012-05-02
1
-1
/
+1
*
Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org
Glenn Morris
2012-04-13
1
-8
/
+13
|
\
|
*
New Lisp manual nodes, Applying Customizations and Custom Themes.
Chong Yidong
2012-04-12
1
-8
/
+13
*
|
Remove defining user variables via * in docstring.
Chong Yidong
2012-04-09
1
-4
/
+6
|
/
*
Fix interaction of load-theme with cust-theme.el.
Chong Yidong
2012-03-25
1
-2
/
+7
*
* lisp/custom.el (load-theme): Doc fix.
Chong Yidong
2012-02-22
1
-3
/
+4
*
Doc updates for defvar, defconst, and defcustom.
Chong Yidong
2012-02-15
1
-1
/
+5
*
* lisp/custom.el (defcustom): Another doc fix.
Chong Yidong
2012-02-06
1
-14
/
+15
*
* lisp/custom.el (defcustom): Doc fix.
Chong Yidong
2012-02-06
1
-2
/
+6
*
Updates to Macros and Customization chapters of Lisp manual.
Chong Yidong
2012-02-05
1
-3
/
+3
*
* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
Samuel Bronson
2012-01-29
1
-0
/
+1
*
Tweak custom-variable-p and user-variable-p docs.
Chong Yidong
2012-01-25
1
-2
/
+4
*
* lisp/custom.el (custom-safe-themes): Use SHA-256 for hashing.
Chong Yidong
2012-01-09
1
-2
/
+2
*
Tweak handling of custom-enabled-themes and custom-safe-themes.
Chong Yidong
2012-01-05
1
-3
/
+5
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Allow overriding of theme confirmation via custom-safe-themes.
Chong Yidong
2011-10-01
1
-9
/
+15
*
* lisp/mail/sendmail.el (send-mail-function): No longer delay custom
Andreas Schwab
2011-07-08
1
-2
/
+4
*
Fix typos.
Juanma Barranquero
2011-07-05
1
-1
/
+1
*
Fix how custom themes handle faces, so the multi-tty/multi-frame case works.
Chong Yidong
2011-07-03
1
-21
/
+36
*
Clarify that SETFUNCTION is only used in the Customize user interface
Lars Magne Ingebrigtsen
2011-07-03
1
-1
/
+2
*
Avoid calling customize-save-variable during startup (Bug#8720).
Chong Yidong
2011-06-29
1
-11
/
+21
*
* lisp/custom.el (defcustom): Obey lexical-binding.
Stefan Monnier
2011-04-25
1
-5
/
+13
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-1
/
+1
*
Fix theme and X-resource interactions for the cursor face.
Chong Yidong
2011-04-04
1
-0
/
+14
*
Merge from trunk
Stefan Monnier
2011-03-31
1
-66
/
+62
|
\
|
*
Special handling of the `custom-enabled-themes' custom variable.
Chong Yidong
2011-03-21
1
-62
/
+58
|
*
* lisp/custom.el (custom-push-theme): Quote "changed" custom var entry.
Chong Yidong
2011-03-21
1
-4
/
+4
*
|
Merge from trunk
Stefan Monnier
2011-03-21
1
-9
/
+9
|
\
|
|
*
lisp/custom.el: Trivial fixes.
Juanma Barranquero
2011-03-17
1
-8
/
+8
|
*
* lisp/custom.el (custom-available-themes): Return themes in alphabetical order.
Chong Yidong
2011-03-07
1
-1
/
+1
[next]