aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 'reindent-then-newline-and-indent' with 'abbrev-mode'Eli Zaretskii2024-06-151-1/+3
* Use 'char-to-name'Robert Pluim2024-06-111-2/+1
* Make 'clone-indirect-buffer-other-window' use other windowRichard Sent2024-06-081-2/+4
* shell-command-mode: New major mode for async-shell-commandDmitry Gutov2024-06-011-8/+11
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-1/+1
|\
| * ; Fix typosStefan Kangas2024-05-271-1/+1
* | universal-argument--preserve: Preserve last-prefix-argSean Whitton2024-05-301-1/+2
* | minibuffer-allow-text-properties can be buffer-local and affects completionsJuri Linkov2024-05-271-5/+4
* | Make `idle-update-delay` obsoleteStefan Kangas2024-05-271-0/+1
* | Make Tramp's async processes more robustMichael Albinus2024-05-251-1/+4
* | Improve documentation of sending commands to shellsEli Zaretskii2024-05-251-2/+15
* | Tell direction in prompts for '(previous|next)-matching-history-element'Jim Porter2024-05-191-14/+19
* | Change 'type' declaration to 'ftype'Andrea Corallo2024-05-141-3/+3
* | choose-completion: Retain the suffix after completion boundaryDmitry Gutov2024-05-091-20/+1
* | Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-291-3/+7
* | Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-3/+2
* | Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus2024-04-041-80/+0
* | With visible-completions, only bind RET when completion is selectedSpencer Baugh2024-03-151-8/+11
* | Modify last change acc to commentsMichael Albinus2024-02-251-5/+5
* | 'read-passwd' can toggle the visibility of passwordsMichael Albinus2024-02-251-0/+81
* | * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property.Juri Linkov2024-02-011-1/+1
* | * lisp/simple.el (next-line-completion): Better handing of group lines.Juri Linkov2024-01-251-2/+2
* | Update minibuffer-show-help based on minibuffer-visible-completionsSpencer Baugh2024-01-251-7/+21
* | Fix next-line-completion for multi-line completionsSpencer Baugh2024-01-251-3/+17
* | (eval-expression): Fix bug#67196Stefan Monnier2024-01-041-16/+13
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier2023-12-091-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | Deselect the selected completion candidate when typingSpencer Baugh2023-12-031-1/+10
* | * lisp/simple.el (minibuffer-default-add-shell-commands): Require 'dired-aux'.Juri Linkov2023-12-011-1/+2
* | * lisp/simple.el: Add declare-function for shell-command-guess.Juri Linkov2023-11-301-0/+1
* | New user option 'shell-command-guess-functions' (bug#18132)Juri Linkov2023-11-271-6/+4
* | Merge from savannah/emacs-29Po Lu2023-11-241-0/+4
|\ \ | |/
| * Add a doc string to simple.el (bug#67355)Jeremy Bryant2023-11-231-0/+4
* | Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier2023-11-231-3/+1
* | Merge branch 'derived-mode-add-parents'Stefan Monnier2023-11-161-1/+1
|\ \
| * | Move EIEIO's C3 linearization code to `subr.el`Stefan Monnier2023-11-111-1/+1
* | | ; * lisp/simple.el (minibuffer-default-add-completions): Doc fix.Eli Zaretskii2023-11-161-2/+2
* | | * lisp/simple.el (minibuffer-default-add-completions): Improve (bug#64656).Juri Linkov2023-11-151-4/+10
* | | Improve 'next-line-completion' and add more testsJuri Linkov2023-11-091-20/+24
|/ /
* | Don't leave point amid text conversion edits if auto-fill transpiresPo Lu2023-11-081-3/+7
* | * lisp/simple.el (next-line-completion): Improve (bug#59486).Juri Linkov2023-11-061-12/+16
* | Avoid moving point while analyzing text conversionPo Lu2023-11-031-4/+25
* | ; Improve documentation of recent changesEli Zaretskii2023-11-021-13/+11
* | New commands previous-line-completion and next-line-completion (bug#59486)Juri Linkov2023-11-011-1/+85
* | Use key-translate instead of keyboard-translateRobert Pluim2023-10-051-4/+4
* | Merge from origin/emacs-29Eli Zaretskii2023-09-231-1/+1
|\ \ | |/