index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
wid-edit.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect :must-match for file types in customization buffers
Mauro Aranda
2020-08-30
1
-0
/
+9
*
Add new commands to describe buttons and widgets
Mauro Aranda
2020-08-07
1
-0
/
+57
*
* lisp/wid-edit.el (widget-choose): Use read-char-from-minibuffer (bug#17272)
Juri Linkov
2020-02-06
1
-29
/
+12
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/wid-edit.el (widget-field): Add ':extend t' to defface (bug#37774)
Juri Linkov
2019-12-13
1
-4
/
+8
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-1
/
+1
*
* lisp/wid-edit.el (widget-default-active): Normalize boolean result.
Juanma Barranquero
2019-10-16
1
-1
/
+2
*
Only complete words inside of the string widget
Mauro Aranda
2019-10-07
1
-1
/
+10
*
Fix message when no completions available for editable field
Mauro Aranda
2019-10-07
1
-3
/
+4
*
Don't indent unrelated widgets following widget of type 'other
Mauro Aranda
2019-09-26
1
-1
/
+1
*
Fix indentation of widgets (Bug#7851)
Mauro Aranda
2019-09-25
1
-6
/
+25
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-2
/
+2
*
Add a debug declaration to widget-specify-insert
Tobias Zawada
2019-09-14
1
-0
/
+1
*
Improve file name completion in file and directory widgets (Bug#7779)
Mauro Aranda
2019-09-06
1
-1
/
+8
*
Correct arguments to `skip-syntax-forward'
Mattias Engdegård
2019-09-04
1
-2
/
+2
*
Make link widgets obey mouse-1-click-follows-link
Mauro Aranda
2019-08-27
1
-7
/
+12
*
Avoid potential extensive verbosity in gnus-summary-browse-url
Sam Steingold
2019-07-24
1
-3
/
+6
*
* lisp/wid-edit.el: Previous change needs subr-x.
Glenn Morris
2019-07-16
1
-0
/
+1
*
Treat the "Link" link in gnus-summary-browse-urls specially
Sam Steingold
2019-07-16
1
-0
/
+7
*
Add a :format to `text' widgets
Lars Ingebrigtsen
2019-07-13
1
-0
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-1
/
+1
*
* lisp/wid-edit.el (widget-choose): Use display-buffer-in-direction
Juri Linkov
2019-06-05
1
-1
/
+4
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Distinguish buttons from widgets (bug#34506)
Basil L. Contovounesios
2019-04-07
1
-2
/
+3
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
Fix :type 'group' in defcustom
Drew Adams
2018-12-29
1
-1
/
+1
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-2
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
; Fix extra "," in previous commit
Noam Postavsky
2017-07-07
1
-1
/
+1
*
* lisp/wid-edit.el (widget-color--choose-action): Use a closure
Stefan Monnier
2017-07-07
1
-9
/
+11
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Remove some face aliases obsoleted in 22.1
Mark Oteiza
2016-06-23
1
-10
/
+0
*
|
Revert "Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2"
Martin Rudalics
2016-06-10
1
-2
/
+2
*
|
* lisp/wid-edit.el (link): Remove :follow-link property (bug#22434)
Stefan Monnier
2016-05-29
1
-1
/
+7
*
|
Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2
Martin Rudalics
2016-05-03
1
-2
/
+2
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-1
/
+1
*
Bind inhibit-modification-hooks rather than a/b-c-f
Stefan Monnier
2015-09-12
1
-6
/
+3
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-4
/
+4
*
Fix customization of text-quoting-style
Paul Eggert
2015-08-25
1
-1
/
+1
*
In `widget-color--choose-action' quit *Color* window instead of deleting it
Andreas Politz
2015-08-20
1
-3
/
+3
*
Substitute some customization etc. doc strings
Paul Eggert
2015-08-02
1
-6
/
+8
*
Improve the optional translation of quotes
Paul Eggert
2015-06-19
1
-1
/
+1
*
Support curved quotes in doc strings
Paul Eggert
2015-05-28
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
[next]