summaryrefslogtreecommitdiff
path: root/lisp/custom.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/pcase.el (pcase--mark-used): New.Stefan Monnier2012-09-281-1/+2
* Doc fixes for defface and friends.Chong Yidong2012-09-181-58/+52
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment.Juanma Barranquero2012-09-101-1/+1
* Allow scrolling in y-or-n-p.Chong Yidong2012-09-091-32/+13
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* * lisp/custom.el (custom-initialize-delay): Doc fix.Glenn Morris2012-06-271-1/+3
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-0/+1
* * lisp/emacs-lisp/bytecomp.elStefan Monnier2012-05-021-1/+1
* Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-8/+13
|\
| * New Lisp manual nodes, Applying Customizations and Custom Themes.Chong Yidong2012-04-121-8/+13
* | Remove defining user variables via * in docstring.Chong Yidong2012-04-091-4/+6
|/
* Fix interaction of load-theme with cust-theme.el.Chong Yidong2012-03-251-2/+7
* * lisp/custom.el (load-theme): Doc fix.Chong Yidong2012-02-221-3/+4
* Doc updates for defvar, defconst, and defcustom.Chong Yidong2012-02-151-1/+5
* * lisp/custom.el (defcustom): Another doc fix.Chong Yidong2012-02-061-14/+15
* * lisp/custom.el (defcustom): Doc fix.Chong Yidong2012-02-061-2/+6
* Updates to Macros and Customization chapters of Lisp manual.Chong Yidong2012-02-051-3/+3
* * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).Samuel Bronson2012-01-291-0/+1
* Tweak custom-variable-p and user-variable-p docs.Chong Yidong2012-01-251-2/+4
* * lisp/custom.el (custom-safe-themes): Use SHA-256 for hashing.Chong Yidong2012-01-091-2/+2
* Tweak handling of custom-enabled-themes and custom-safe-themes.Chong Yidong2012-01-051-3/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Allow overriding of theme confirmation via custom-safe-themes.Chong Yidong2011-10-011-9/+15
* * lisp/mail/sendmail.el (send-mail-function): No longer delay customAndreas Schwab2011-07-081-2/+4
* Fix typos.Juanma Barranquero2011-07-051-1/+1
* Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-031-21/+36
* Clarify that SETFUNCTION is only used in the Customize user interfaceLars Magne Ingebrigtsen2011-07-031-1/+2
* Avoid calling customize-save-variable during startup (Bug#8720).Chong Yidong2011-06-291-11/+21
* * lisp/custom.el (defcustom): Obey lexical-binding.Stefan Monnier2011-04-251-5/+13
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Fix theme and X-resource interactions for the cursor face.Chong Yidong2011-04-041-0/+14
* Merge from trunkStefan Monnier2011-03-311-66/+62
|\
| * Special handling of the `custom-enabled-themes' custom variable.Chong Yidong2011-03-211-62/+58
| * * lisp/custom.el (custom-push-theme): Quote "changed" custom var entry.Chong Yidong2011-03-211-4/+4
* | Merge from trunkStefan Monnier2011-03-211-9/+9
|\ \ | |/
| * lisp/custom.el: Trivial fixes.Juanma Barranquero2011-03-171-8/+8
| * * lisp/custom.el (custom-available-themes): Return themes in alphabetical order.Chong Yidong2011-03-071-1/+1
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-18/+21
|/
* Drop use of unsafep for checking Custom themes; bugfixes.Chong Yidong2011-02-011-40/+29
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Record "safe themes" as sha1 hashes, as suggested by Stefan Monnier.Chong Yidong2011-01-081-68/+70
* | Load themes using `load', querying if theme file not known safe.Chong Yidong2011-01-081-32/+79
* | Revert 2010-10-18 change; use safe-functions instead.Chong Yidong2010-10-191-2/+7
* | Use unsafep to check for theme safety.Chong Yidong2010-10-181-20/+17
* | Allow Custom settings to be migrated into a custom theme.Chong Yidong2010-10-161-14/+13
* | Allow hiding of modified custom widgets.Chong Yidong2010-10-161-4/+5