summaryrefslogtreecommitdiff
path: root/test/lisp/repeat-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-19Fix repeat-echo-message-string for keys with hints (bug#78797).Juri Linkov
2025-06-11* test/lisp/repeat-tests.el: Add a command for global continue.Juri Linkov
2025-06-11Improve repeat-continue property handlingPaul Nelson
2025-06-10* test/lisp/repeat-tests.el: Add a command to continue but not activate.Juri Linkov
2025-02-27Add :continue-only directive to bind-keys and use-packagePaul Nelson
2025-01-14Fix repeat-mode to keep the same map symbol for repeat-continueJuri Linkov
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-17Rename the property 'repeat-continue-only' to 'repeat-continue'Juri Linkov
2024-12-17Improve support of property repeat-continue-only in repeat-mode (bug#74140)Juri Linkov
2024-12-03Add new keyword :continue-only to defvar-keymap for repeat-mode (bug#74140)Juri Linkov
2024-11-27Add command symbol property 'repeat-continue-only' for 'repeat-mode'Juri Linkov
2024-11-27* test/lisp/repeat-tests.el: Improve using new key mnemonics (bug#74140).Juri Linkov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-20* lisp/repeat.el: Fix repeat-keep-prefix to allow customizing it to non-nil.Juri Linkov
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-26Use defvar-keymap in testsStefan Kangas
2021-11-30* lisp/repeat.el: Fix long-standing problem when a random key activates mapJuri Linkov
2021-11-30* test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 588caf0b27.Juri Linkov
2021-10-24* test/lisp/repeat-tests.el: New file.Juri Linkov