summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* New :type key for defcustomStefan Kangas2022-01-021-1/+22
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Revert "* lisp/wid-edit.el (widget-field): Add subtle border to face."Stefan Kangas2021-11-051-6/+1
* | Make sure widget buttons always have a left box linePo Lu2021-12-301-1/+2
* | Make `group' widgets prettier in CustomizeBrahimi Saifullah2021-11-291-1/+2
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-1/+1
|/
* ; * lisp/wid-edit.el (natnum): rectify tag stringMattias EngdegÄrd2021-09-251-1/+1
* New :type natnum for defcustomStefan Kangas2021-09-251-0/+7
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-4/+3
* Clarify boolean widget promptLars Ingebrigtsen2021-06-061-1/+4
* Add SVG icons for customize buffersStefan Kangas2021-04-031-3/+3
* Replace two functions with seq-subseqStefan Kangas2021-04-031-14/+5
* Don't pre-load facemenuLars Ingebrigtsen2021-03-181-1/+7
* * lisp/wid-edit.el (widget-field): Add subtle border to face.Stefan Kangas2021-03-151-1/+6
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-12/+7
* Tweaks to the color widget (Bug#45829)Drew Adams2021-01-191-2/+17
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-151-6/+8
* Don't skip widgets when moving backwardMauro Aranda2021-01-041-1/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add variables read-char-choice-use-read-key and y-or-n-p-use-read-keyJuri Linkov2020-12-301-1/+1
* Fix matching of inline choices for the choice widgetMauro Aranda2020-11-241-14/+58
* Warn about a bad default value in restricted-sexp widgetMauro Aranda2020-10-241-1/+24
* Pretty print restricted sexp values tooMauro Aranda2020-10-221-1/+1
* Allow moving members of editable-list widget, via delete+insertMauro Aranda2020-10-221-4/+29
* Support extended menus in widget-chooseMauro Aranda2020-10-031-7/+82
* Display some character widget values in a more user-friendly wayMauro Aranda2020-09-261-4/+62
* Fix mouse highlighting in Customize buffersLars Ingebrigtsen2020-09-261-3/+2
* Allow the newline character in the character widget (Bug#15925)Mauro Aranda2020-09-231-4/+7
* Use a widget for the face link in Customize buffersLars Ingebrigtsen2020-09-181-0/+10
* Fix recent change in wid-editMauro Aranda2020-09-171-1/+2
* Refactor a very long wid-edit function and add additional checkingLars Ingebrigtsen2020-09-171-73/+78
* Fix :match function for the file widgetMauro Aranda2020-09-101-2/+3
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-5/+4
* Respect :must-match for file types in customization buffersMauro Aranda2020-08-301-0/+9
* Add new commands to describe buttons and widgetsMauro Aranda2020-08-071-0/+57
* * lisp/wid-edit.el (widget-choose): Use read-char-from-minibuffer (bug#17272)Juri Linkov2020-02-061-29/+12
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/wid-edit.el (widget-field): Add ':extend t' to defface (bug#37774)Juri Linkov2019-12-131-4/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* * lisp/wid-edit.el (widget-default-active): Normalize boolean result.Juanma Barranquero2019-10-161-1/+2
* Only complete words inside of the string widgetMauro Aranda2019-10-071-1/+10
* Fix message when no completions available for editable fieldMauro Aranda2019-10-071-3/+4
* Don't indent unrelated widgets following widget of type 'otherMauro Aranda2019-09-261-1/+1
* Fix indentation of widgets (Bug#7851)Mauro Aranda2019-09-251-6/+25
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-2/+2
* Add a debug declaration to widget-specify-insertTobias Zawada2019-09-141-0/+1
* Improve file name completion in file and directory widgets (Bug#7779)Mauro Aranda2019-09-061-1/+8
* Correct arguments to `skip-syntax-forward'Mattias EngdegÄrd2019-09-041-2/+2
* Make link widgets obey mouse-1-click-follows-linkMauro Aranda2019-08-271-7/+12