summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* 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
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-101-2/+0
* When running under emacs -q, always refuse to save the customisations, even i...Lars Magne Ingebrigtsen2011-08-021-19/+8
* Allow using `customize-save-variable' under Emacs -Q: Set the variable, and g...Lars Magne Ingebrigtsen2011-07-111-17/+25
* (custom-guess-name-alist): -alist variables should use the `alist' type.Lars Magne Ingebrigtsen2011-07-111-1/+1
* Note that :custom-show is obsolete.Lars Magne Ingebrigtsen2011-07-071-0/+2
* Avoid calling customize-save-variable during startup (Bug#8720).Chong Yidong2011-06-291-0/+23
* Use completion-at-point rather than completion-in-region.Stefan Monnier2011-06-201-3/+2
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-38/+38
* cus-edit tweak for bug#2298.Glenn Morris2011-03-091-0/+6
* * cus-edit.el (custom-prompt-variable): Use the `custom-get' propertyJay Belanger2011-03-051-1/+5
* lisp/cus-edit.el (custom-buffer-create-internal): Fix bug#8136.Zachary Kanfer2011-03-041-1/+1
* 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
* | Fix 2010-03-12T22:56:30Z!cyd@stupidchicken.com change -- rename :on/off-image...Chong Yidong2011-01-091-10/+10
* | Merge from emacs-23Stefan Monnier2010-12-131-1/+3
|\ \ | |/
| * * lisp/cus-edit.el (custom-save-all): Bind print-length and print-level to nil.Tom Breton2010-12-071-1/+3
* | Allow Custom settings to be migrated into a custom theme.Chong Yidong2010-10-161-3/+6
* | Allow hiding of modified custom widgets.Chong Yidong2010-10-161-17/+65
* | Bugfixes for `customize-create-theme'.Chong Yidong2010-10-151-20/+41
* | New interface for choosing Custom themes.Chong Yidong2010-10-111-25/+20
* | More cleanups and minor fixes for Customize.Chong Yidong2010-10-111-21/+1