summaryrefslogtreecommitdiff
path: root/lisp/button.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-08Prevent button.el from clearing help-echo stringsKévin Le Gouguec
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-10-11Remove buttons when disabling 'button-mode'Robert Pluim
2024-10-11Add unbuttonize-regionRobert Pluim
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-11-11Enable canceling tap gesturesPo Lu
2023-08-31; Fix push-button when triggered by a single keypressSteven Allen
2023-07-14Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-13cl-print: Put buttons on ellipsesStefan Monnier
2023-01-19Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-28Add support for user-customizable iconsLars Ingebrigtsen
2022-04-16Fix button-buffer-map binding errorLars Ingebrigtsen
2022-04-16Crosslink some buttonize function doc stringsLars Ingebrigtsen
2022-04-16Bind TAB and <backtab> on buttonsLars Ingebrigtsen
2022-04-16Add new function buttonize-regionLars Ingebrigtsen
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