summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
Commit message (Expand)AuthorAge
* cus-edit.el (custom-command-apply): Specify the return value in the docAlan Mackenzie2014-10-15
* Doc and comment fixes re "online" helpGlenn Morris2014-06-28
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-09
* (custom-sort-items): Doc fix (bug#11121).Lars Ingebrigtsen2014-02-08
* (custom-buffer-create): Doc fix.Lars Ingebrigtsen2014-02-08
* * cus-edit.el (customize-apropos): Fix error string.Lars Ingebrigtsen2014-02-08
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * cus-edit.el (custom-magic-alist): Fix "themed" description.Chong Yidong2013-12-18
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-29
* lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking...Juanma Barranquero2013-06-20
* * lisp/cus-edit.el (custom-save-variables): Pretty-print long values.Adam Spiers2013-05-07
* faces.el (read-face-name): Do not override value of arg default, call instead...Roland Winkler2013-04-12
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-11
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong2012-11-25
|/
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-25
* Doc fixes for defface and friends.Chong Yidong2012-09-18
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-15
* Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.comChong Yidong2012-06-10
|\
| * Bump version to 24.1.Chong Yidong2012-06-01
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-09
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-02
* | Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-12
* | Add new error and function `user-error'.Stefan Monnier2012-05-04
* | * lisp/cus-edit.el (custom-variable-documentation): Simplify with format.Glenn Morris2012-05-01
* | * cus-edit.el (custom-buffer-create-internal): Update header text.Chong Yidong2012-04-25
* | Remove non-option variable handling from customize-aproposChong Yidong2012-04-23
* | Make the "reset-saved" Custom operation reset to default if there is no saved...Chong Yidong2012-04-23
* | Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-22
|/
* * cus-edit.el (custom-buffer-create-internal): Improve tooltip message.Chong Yidong2012-02-06
* * cus-edit.el (custom-display): Add a customization type tag.Chong Yidong2012-02-06
* Fix custom-variable-reset-backup's use of customized-value property.Chong Yidong2012-02-05
* Fix presentation of type-mismatched customization widgets.Chong Yidong2012-02-05
* * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.Chong Yidong2012-01-28
* * cus-edit.el (custom-buffer-create-internal): Fix search button action.Chong Yidong2012-01-28
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-27
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-01
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-22
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-11
* Fix info and customize *-other-window commands.Chong Yidong2011-09-10
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-10
* When running under emacs -q, always refuse to save the customisations, even i...Lars Magne Ingebrigtsen2011-08-02
* Allow using `customize-save-variable' under Emacs -Q: Set the variable, and g...Lars Magne Ingebrigtsen2011-07-11
* (custom-guess-name-alist): -alist variables should use the `alist' type.Lars Magne Ingebrigtsen2011-07-11
* Note that :custom-show is obsolete.Lars Magne Ingebrigtsen2011-07-07
* Avoid calling customize-save-variable during startup (Bug#8720).Chong Yidong2011-06-29
* Use completion-at-point rather than completion-in-region.Stefan Monnier2011-06-20
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19