summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAge
* Fix `pr-interface'Robert Pluim2023-01-06
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix some typosMichael Heerdegen2022-11-26
* Prefer defvar-keymap in several casesStefan Kangas2022-09-13
* Add a basic widget type for buffer predicatesLars Ingebrigtsen2022-09-04
* Make alias widget-visibility-value-create obsoleteStefan Kangas2022-08-06
* Give a warning if setopt has been used with an invalid valueLars Ingebrigtsen2022-07-05
* Fix :match function for the key widgetMauro Aranda2022-02-19
* New :type key for defcustomStefan Kangas2022-01-02
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * Revert "* lisp/wid-edit.el (widget-field): Add subtle border to face."Stefan Kangas2021-11-05
* | Make sure widget buttons always have a left box linePo Lu2021-12-30
* | Make `group' widgets prettier in CustomizeBrahimi Saifullah2021-11-29
* | Use format-prompt for many more promptsStefan Kangas2021-10-05
|/
* ; * lisp/wid-edit.el (natnum): rectify tag stringMattias EngdegÄrd2021-09-25
* New :type natnum for defcustomStefan Kangas2021-09-25
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Clarify boolean widget promptLars Ingebrigtsen2021-06-06
* Add SVG icons for customize buffersStefan Kangas2021-04-03
* Replace two functions with seq-subseqStefan Kangas2021-04-03
* Don't pre-load facemenuLars Ingebrigtsen2021-03-18
* * lisp/wid-edit.el (widget-field): Add subtle border to face.Stefan Kangas2021-03-15
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Tweaks to the color widget (Bug#45829)Drew Adams2021-01-19
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15
* Don't skip widgets when moving backwardMauro Aranda2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Add variables read-char-choice-use-read-key and y-or-n-p-use-read-keyJuri Linkov2020-12-30
* Fix matching of inline choices for the choice widgetMauro Aranda2020-11-24
* Warn about a bad default value in restricted-sexp widgetMauro Aranda2020-10-24
* Pretty print restricted sexp values tooMauro Aranda2020-10-22
* Allow moving members of editable-list widget, via delete+insertMauro Aranda2020-10-22
* Support extended menus in widget-chooseMauro Aranda2020-10-03
* Display some character widget values in a more user-friendly wayMauro Aranda2020-09-26
* Fix mouse highlighting in Customize buffersLars Ingebrigtsen2020-09-26
* Allow the newline character in the character widget (Bug#15925)Mauro Aranda2020-09-23
* Use a widget for the face link in Customize buffersLars Ingebrigtsen2020-09-18
* Fix recent change in wid-editMauro Aranda2020-09-17
* Refactor a very long wid-edit function and add additional checkingLars Ingebrigtsen2020-09-17
* Fix :match function for the file widgetMauro Aranda2020-09-10
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* Respect :must-match for file types in customization buffersMauro Aranda2020-08-30
* Add new commands to describe buttons and widgetsMauro Aranda2020-08-07
* * lisp/wid-edit.el (widget-choose): Use read-char-from-minibuffer (bug#17272)Juri Linkov2020-02-06
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/wid-edit.el (widget-field): Add ':extend t' to defface (bug#37774)Juri Linkov2019-12-13
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-11
* * lisp/wid-edit.el (widget-default-active): Normalize boolean result.Juanma Barranquero2019-10-16
* Only complete words inside of the string widgetMauro Aranda2019-10-07