summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
* * lisp/simple.el (shift-select-mode): Add new choice 'permanent' (bug#50038).Juri Linkov2021-08-15
* Run execute-extended-command key binding suggestion from a timerLars Ingebrigtsen2021-08-15
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Make `M-j' work reliably if `comment-auto-fill-only-comments' is setLars Ingebrigtsen2021-08-04
* Set the normal-erase-is-backspace variable from CustomizeLars Ingebrigtsen2021-07-24
* Fix do-auto-fill thinko introduced earlier todayLars Ingebrigtsen2021-07-23
* Make nil value of fill-column obsoleteStefan Kangas2021-07-23
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* Use make-separator-line in shortdocLars Ingebrigtsen2021-07-19
* Add a new function for separator linesLars Ingebrigtsen2021-07-19
* Make indent-tabs-mode into a regular mode instead of just a variableLars Ingebrigtsen2021-07-18
* Clarify backward-delete-char-untabify doc stringLars Ingebrigtsen2021-07-14
* Add new user option to transform kill ring contentsLars Ingebrigtsen2021-06-30
* * lisp/simple.el (save-interprogram-paste-before-kill): Fix type.Glenn Morris2021-06-16
* Document `completions-format'Lars Ingebrigtsen2021-06-15
* Fix wording of recently added documentationEli Zaretskii2021-06-13
* Allow save-interprogram-paste-before-kill to be a numberLars Ingebrigtsen2021-06-13
* * lisp/simple.el (yank-from-kill-ring): Add edited string to the kill-ring.Juri Linkov2021-06-08
* * lisp/simple.el (read-from-kill-ring): Fix the case of 'M-y M-p' (bug#48478)Juri Linkov2021-06-03
* Improve icomplete-vertical-mode and fido-vertical-modeJoão Távora2021-06-01
* Fix problem with `format-alist' marking all the text in the bufferLars Ingebrigtsen2021-06-01
* Further improvements to completion-list-mode-mapGregory Heytings2021-05-25
* Improve completion-list-mode-mapGregory Heytings2021-05-25
* * lisp/simple.el (yank-from-kill-ring): Fix kill-ring-yank-pointer (bug#48478)Juri Linkov2021-05-21
* Fix off-by-one inconsistency of 'M-y C-y' (bug#48478).Juri Linkov2021-05-20
* (completing-read): Add `group-function` to the completion metadataDaniel Mendler2021-05-20
* * lisp/simple.el (yank-from-kill-ring-rotate): New defcustom (bug#48478).Juri Linkov2021-05-19
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-18
* Improve documentation of new behavior of 'M-y'Eli Zaretskii2021-05-17
* Make the M-x obsoletion check more robustLars Ingebrigtsen2021-05-14
* Fix vertical cursor motion across tall text or small imagesEli Zaretskii2021-05-13
* Don't consider obsolete commands for completion in some casesStefan Kangas2021-05-13
* Minor doc fixes in simple.elStefan Kangas2021-05-02
* * lisp/simple.el (newline): Make the hook function remove itselfStefan Monnier2021-05-01
* Don't signal scan-error in interactive sexp-based commandsMattias Engdegård2021-04-30
* (affixation-function): Allow only three-element list elementsDaniel Mendler2021-04-27
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-07
* Demote read-extended-command-predicate errorsBasil L. Contovounesios2021-03-27
* Mention `C-o' in the `RET' doc stringLars Ingebrigtsen2021-03-22
* * lisp/simple.el (next-error-quit-window): New function (bug#44611).Juri Linkov2021-03-18
* Minor fixesJuri Linkov2021-03-16
* Map redo records for undo in region to 'undo-in-regionYuan Fu2021-03-11
* Remove unecessary unlock-buffer callsMatt Armstrong2021-02-27
* Run all functions in `prefix-command-echo-keystrokes-functions'Miha Rihtaršič2021-02-24
* Fix prompt for the `M-S-x' commandLars Ingebrigtsen2021-02-22
* Change command-completion-using-modes-p to defunLars Ingebrigtsen2021-02-20
* ; Fix typos in last changeEli Zaretskii2021-02-20
* Add a new command for mode-specific commandsLars Ingebrigtsen2021-02-20
* Merge from origin/emacs-27Glenn Morris2021-02-19
|\
| * Clarify when activate-mark-hook is runLars Ingebrigtsen2021-02-07