summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid potential extensive verbosity in gnus-summary-browse-urlSam Steingold2019-07-241-3/+6
* * lisp/wid-edit.el: Previous change needs subr-x.Glenn Morris2019-07-161-0/+1
* Treat the "Link" link in gnus-summary-browse-urls speciallySam Steingold2019-07-161-0/+7
* Add a :format to `text' widgetsLars Ingebrigtsen2019-07-131-0/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+1
* * lisp/wid-edit.el (widget-choose): Use display-buffer-in-directionJuri Linkov2019-06-051-1/+4
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Distinguish buttons from widgets (bug#34506)Basil L. Contovounesios2019-04-071-2/+3
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix :type 'group' in defcustomDrew Adams2018-12-291-1/+1
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Fix extra "," in previous commitNoam Postavsky2017-07-071-1/+1
* * lisp/wid-edit.el (widget-color--choose-action): Use a closureStefan Monnier2017-07-071-9/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Remove some face aliases obsoleted in 22.1Mark Oteiza2016-06-231-10/+0
* | Revert "Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2"Martin Rudalics2016-06-101-2/+2
* | * lisp/wid-edit.el (link): Remove :follow-link property (bug#22434)Stefan Monnier2016-05-291-1/+7
* | Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2Martin Rudalics2016-05-031-2/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Bind inhibit-modification-hooks rather than a/b-c-fStefan Monnier2015-09-121-6/+3
* Escape ` and ' in docPaul Eggert2015-09-011-4/+4
* Fix customization of text-quoting-stylePaul Eggert2015-08-251-1/+1
* In `widget-color--choose-action' quit *Color* window instead of deleting itAndreas Politz2015-08-201-3/+3
* Substitute some customization etc. doc stringsPaul Eggert2015-08-021-6/+8
* Improve the optional translation of quotesPaul Eggert2015-06-191-1/+1
* Support curved quotes in doc stringsPaul Eggert2015-05-281-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Fix following doc-links in `widget-documentation-link-action'Martin Rudalics2015-04-231-3/+11
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* (widget-choose) Let numeric keypad workNicolas Richard2014-12-051-43/+26