summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-04-09Merge branch 'mouse-wheel-buttons'Stefan Monnier
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier
2024-04-06; Minor fixes of doc strings referencing keymaps.Eli Zaretskii
2024-01-21doc: Delete extraneous quotes around keysStefan Kangas
2024-01-20mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier
2024-01-20mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier
2024-01-09(mouse-wheel-*-event): Minor cleanupsStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-18Merge from origin/emacs-29Eli Zaretskii
2023-11-18Document changes in 'edmacro-parse-keys'Eli Zaretskii
2023-09-16; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change.Eli Zaretskii
2023-09-16Make using Edmacro easier for long sequences of keysEarl Hyatt
2023-09-02Merge from origin/emacs-29Eli Zaretskii
2023-09-02Fix fontification of " in edit-kbd-macroStefan Kangas
2023-05-30Avoid using rx `any` for `not-newline`Mattias Engdegård
2023-02-21Repair mistake in a previous edmacro-sanitize-string changeMattias Engdegård
2023-02-20Repair mistake in a previous edmacro-sanitize-string changeMattias Engdegård
2023-02-08* lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)Stefan Monnier
2023-02-07* lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)Stefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-19* lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition.Mattias Engdegård
2022-08-02Remove extraneous defvars from edmacro.elStefan Kangas
2022-06-22Do interactive mode tagging in edmacro.elStefan Kangas
2022-06-22; * lisp/edmacro.el: Minor doc fixes.Stefan Kangas
2022-06-20* lisp/edmacro.el: Add missing (require 'seq).Sean Whitton
2022-06-19Add rudimentary font-locking to edmacro-modeStefan Kangas
2022-06-18Prefer defvar-keymap in edmacro.elStefan Kangas
2022-06-18Avoid "control-control-KEY" (bug#55738)Mattias Engdegård
2022-06-17* lisp/edmacro.el (edit-kbd-macro): Use command substitution.Stefan Kangas
2022-05-11Fix regression in edmacro-finish-edit when parsing "none"Lars Ingebrigtsen
2022-04-04edmacro.el: Silence warnings due to kmacro changesStefan Monnier
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-21Merge from origin/emacs-28Stefan Kangas
2021-11-20; Avoid byte-compilation warnings in edmacro.elEli Zaretskii
2021-10-17Reverse the edmacro-parse-keys/kbd vector/string logicLars Ingebrigtsen
2021-10-16Remove duplicate code in edmacro-parse-keysStefan Kangas
2021-10-12Fix byte-compilation warnings in nox buildsBasil L. Contovounesios
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-03Avoid cl-lib alias for cadadr and friendsStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-04-10* lisp/edmacro.el: Use lexical-bindingStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-11-17Remove redundant 'function's around lambdasStefan Kangas