summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
* choose-completion: Retain the suffix after completion boundaryDmitry Gutov2024-05-09
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-29
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-28
* Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus2024-04-04
* With visible-completions, only bind RET when completion is selectedSpencer Baugh2024-03-15
* Modify last change acc to commentsMichael Albinus2024-02-25
* 'read-passwd' can toggle the visibility of passwordsMichael Albinus2024-02-25
* * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property.Juri Linkov2024-02-01
* * lisp/simple.el (next-line-completion): Better handing of group lines.Juri Linkov2024-01-25
* Update minibuffer-show-help based on minibuffer-visible-completionsSpencer Baugh2024-01-25
* Fix next-line-completion for multi-line completionsSpencer Baugh2024-01-25
* (eval-expression): Fix bug#67196Stefan Monnier2024-01-04
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | ; Fix typosStefan Kangas2023-12-10
* | Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier2023-12-09
* | Merge from origin/emacs-29Eli Zaretskii2023-12-09
|\|
| * ; Fix typosStefan Kangas2023-12-03
* | Deselect the selected completion candidate when typingSpencer Baugh2023-12-03
* | * lisp/simple.el (minibuffer-default-add-shell-commands): Require 'dired-aux'.Juri Linkov2023-12-01
* | * lisp/simple.el: Add declare-function for shell-command-guess.Juri Linkov2023-11-30
* | New user option 'shell-command-guess-functions' (bug#18132)Juri Linkov2023-11-27
* | Merge from savannah/emacs-29Po Lu2023-11-24
|\|
| * Add a doc string to simple.el (bug#67355)Jeremy Bryant2023-11-23
* | Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier2023-11-23
* | Merge branch 'derived-mode-add-parents'Stefan Monnier2023-11-16
|\ \
| * | Move EIEIO's C3 linearization code to `subr.el`Stefan Monnier2023-11-11
* | | ; * lisp/simple.el (minibuffer-default-add-completions): Doc fix.Eli Zaretskii2023-11-16
* | | * lisp/simple.el (minibuffer-default-add-completions): Improve (bug#64656).Juri Linkov2023-11-15
* | | Improve 'next-line-completion' and add more testsJuri Linkov2023-11-09
|/ /
* | Don't leave point amid text conversion edits if auto-fill transpiresPo Lu2023-11-08
* | * lisp/simple.el (next-line-completion): Improve (bug#59486).Juri Linkov2023-11-06
* | Avoid moving point while analyzing text conversionPo Lu2023-11-03
* | ; Improve documentation of recent changesEli Zaretskii2023-11-02
* | New commands previous-line-completion and next-line-completion (bug#59486)Juri Linkov2023-11-01
* | Use key-translate instead of keyboard-translateRobert Pluim2023-10-05
* | Merge from origin/emacs-29Eli Zaretskii2023-09-23
|\|
| * ; * lisp/simple.el (shell-command-to-string): Fix quotation.Eli Zaretskii2023-09-23
* | Merge from origin/emacs-29Eli Zaretskii2023-09-23
|\|
| * ; Fix last change in shell-command-to-stringStefan Kangas2023-09-17
* | Merge from origin/emacs-29Eli Zaretskii2023-09-23
|\|
| * Document shell-command-to-string security considerationsStefan Kangas2023-09-17
* | ; * lisp/simple.el (suggest-key-bindings): Fix :type.Eli Zaretskii2023-09-17
* | ; Grammar fixes ("allow to" et al)Stefan Kangas2023-09-17
* | Merge from origin/emacs-29Eli Zaretskii2023-09-17
|\|
| * Make move-end-of-line in minibuffer consistent (bug#65980)Stephen Berman2023-09-16
* | Correct many instances of ``allows to''Po Lu2023-09-10
* | Use *p in interactive form in transpose-charsTheodor Thornhill2023-09-06
* | Merge from origin/emacs-29Jim Porter2023-08-21
|\|
| * ; Improve documentation of 'define-alternatives'Eli Zaretskii2023-08-15