summaryrefslogtreecommitdiff
path: root/lisp/button.el
AgeCommit message (Expand)Author
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-29Do not buttonize key bindings outside of *Help* buffersGregory Heytings
2021-11-06Make the lambda/closure buttons in `C-h b' say what they doLars Ingebrigtsen
2021-11-06Add mouse-face to buttonizeLars Ingebrigtsen
2021-11-04Rename button-buttonize to buttonizeLars Ingebrigtsen
2021-10-13Mark all def* functions that should indent as `defun'Lars Ingebrigtsen
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-07-20* lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626)Juri Linkov
2021-03-11; Fix some typos.Basil L. Contovounesios
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-11button-buttonize doc string clarificationLars Ingebrigtsen
2020-12-11Add a new function `button-buttonize'Lars Ingebrigtsen
2020-10-16Substitute command keys in button help-echo valuesBasil L. Contovounesios
2020-09-09Make the button navigation commands available via a minor modeLars Ingebrigtsen
2020-08-07Add some documentation for widget-describe and button-describeLars Ingebrigtsen
2020-08-07Add new commands to describe buttons and widgetsMauro Aranda
2020-06-06make-text-button no longer modifies its string argPaul Eggert
2020-06-03Revert make-text-button string copyPaul Eggert
2020-06-03Fix make-text-button bug with string copyPaul Eggert
2020-05-16Don’t attempt to modify constant stringsPaul Eggert
2020-05-09Only treat display strings as buttons if they have 'button' propertyClément Pit-Claudel
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-10; Spelling fixesPaul Eggert
2019-10-12button-* function doc string clarificationsJiajie Chen
2019-10-03Further improve button.el support for help-echoBasil L. Contovounesios
2019-10-03Use lexical-binding in button.elBasil L. Contovounesios
2019-09-26Make forward-button support help-echo function (bug#37515)Katsumi Yamaoka
2019-07-30Extend button.el to take callback dataLars Ingebrigtsen
2019-04-07Distinguish buttons from widgets (bug#34506)Basil L. Contovounesios
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-27* lisp/button.el (button-activate): Fix doc typo.Glenn Morris
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-29Ensure button-get works in any bufferWilfred Hughes
2017-03-19* lisp/button.el (forward-button): Use user-error instead.Mark Oteiza
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-16Use curved quotes in core elisp diagnosticsPaul Eggert
2015-01-20lisp/button.el (button-activate, push-button): Doc fix. (Bug#19628)Eli Zaretskii
2015-01-04Backport: Unbreak `mouse-action' property in text buttonsDmitry Gutov
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-12* lisp/button.el (button--area-button-p): Fix typo (defun is not defalias).Glenn Morris
2012-12-11* lisp/button.el: Handle buttons in display text-properties.Stefan Monnier
2012-12-06* lisp/button.el: Make them work in header-lines.Jonas Bernoulli