summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
Commit message (Expand)AuthorAgeFilesLines
* Substitute some customization etc. doc stringsPaul Eggert2015-08-021-1/+1
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* * lisp/cus-edit.el (custom-file): Consider init-file-had-errorArtur Malabarba2015-04-221-1/+2
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+1
* Use delay-mode-hooks when visiting the init-fileArtur Malabarba2015-04-121-2/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Provide custom-prompt-customize-unsaved-options.Cameron Desautels2014-12-141-6/+23
* cus-edit.el (custom-command-apply): Specify the return value in the docAlan Mackenzie2014-10-151-10/+11
* Doc and comment fixes re "online" helpGlenn Morris2014-06-281-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* (custom-sort-items): Doc fix (bug#11121).Lars Ingebrigtsen2014-02-081-1/+1
* (custom-buffer-create): Doc fix.Lars Ingebrigtsen2014-02-081-1/+2
* * cus-edit.el (customize-apropos): Fix error string.Lars Ingebrigtsen2014-02-081-1/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * cus-edit.el (custom-magic-alist): Fix "themed" description.Chong Yidong2013-12-181-1/+3
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-291-20/+21
* lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking...Juanma Barranquero2013-06-201-45/+45
* * lisp/cus-edit.el (custom-save-variables): Pretty-print long values.Adam Spiers2013-05-071-1/+9
* faces.el (read-face-name): Do not override value of arg default, call instead...Roland Winkler2013-04-121-2/+4
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong2012-11-251-24/+10
|/
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-7/+2
* Doc fixes for defface and friends.Chong Yidong2012-09-181-1/+4
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.comChong Yidong2012-06-101-1/+1
|\
| * Bump version to 24.1.Chong Yidong2012-06-011-1/+1
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-106/+58
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-021-2/+2
* | Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-1/+1
* | Add new error and function `user-error'.Stefan Monnier2012-05-041-23/+12
* | * lisp/cus-edit.el (custom-variable-documentation): Simplify with format.Glenn Morris2012-05-011-8/+8
* | * cus-edit.el (custom-buffer-create-internal): Update header text.Chong Yidong2012-04-251-6/+5
* | Remove non-option variable handling from customize-aproposChong Yidong2012-04-231-37/+26
* | Make the "reset-saved" Custom operation reset to default if there is no saved...Chong Yidong2012-04-231-45/+45
* | Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-221-64/+73
|/
* * cus-edit.el (custom-buffer-create-internal): Improve tooltip message.Chong Yidong2012-02-061-1/+3
* * cus-edit.el (custom-display): Add a customization type tag.Chong Yidong2012-02-061-0/+1
* Fix custom-variable-reset-backup's use of customized-value property.Chong Yidong2012-02-051-1/+1
* Fix presentation of type-mismatched customization widgets.Chong Yidong2012-02-051-6/+4
* * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.Chong Yidong2012-01-281-2/+2
* * cus-edit.el (custom-buffer-create-internal): Fix search button action.Chong Yidong2012-01-281-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-1/+1
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-221-5/+9
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-111-4/+4
* Fix info and customize *-other-window commands.Chong Yidong2011-09-101-37/+36