summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* Improve the completion-category-overrides doc stringLars Ingebrigtsen2022-01-211-2/+6
* completion--nth-completion: Throw meaningful errorDaniel Mendler2022-01-041-4/+5
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in minibuffer.elStefan Kangas2021-12-221-62/+51
* | Allow for next-completion to wrap around the completion bufferPhilip Kaludercic2021-12-211-5/+10
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2021-12-061-2/+3
|\ \ | |/
| * lisp/minibuffer.el: Fix for bug#52169 regressionStefan Monnier2021-12-061-2/+3
* | * lisp/minibuffer.el: Don't return a boundary outside its argStefan Monnier2021-12-041-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* | Re-rename the minibuffer headingLars Ingebrigtsen2021-11-061-1/+1
* | Correct minibuffer.el headingLars Ingebrigtsen2021-11-061-1/+1
|/
* Fix typos in the manual and in a commentJan Synacek2021-10-281-6/+7
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-231-1/+0
* ; Pacify recent shorthand unused lexarg warnings.Basil L. Contovounesios2021-10-111-1/+1
* Complete shorthands to longhands for symbol-completing tablesJoão Távora2021-10-101-3/+48
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Document completions-detailedLars Ingebrigtsen2021-09-211-2/+3
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-8/+12
* completions-annotations doc string clarificationLars Ingebrigtsen2021-09-131-1/+3
* Fix read-no-blanks-input doc string typoLars Ingebrigtsen2021-09-121-1/+1
* Fix read-no-blanks-input history argumentdick r. chiang2021-09-121-1/+1
* Speed up pcm completion styles for patternless special caseJoão Távora2021-08-251-2/+4
* Don't mess up grouping in completion-all-sorted-completionsJoão Távora2021-08-221-6/+15
* Improve fix of bug#49888 on no-pattern flex sortingJoão Távora2021-08-191-41/+28
* Sort by recency in flex completion style when no flexy stuff happeningJoão Távora2021-08-151-21/+33
* Further tweak minibuffer-inactive-mode doc stringLars Ingebrigtsen2021-08-121-1/+2
* Improve minibuffer-inactive-mode documentationLars Ingebrigtsen2021-08-121-1/+8
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-4/+4
* Improve wording of recently changed documentationEli Zaretskii2021-08-061-1/+1
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-061-0/+10
* Fix case insensitivity in `read-file-name'Lars Ingebrigtsen2021-07-301-1/+2
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-0/+9
* Implement another fix for bug#49229Michael Albinus2021-07-021-0/+1
* * lisp/minibuffer.el (completion-in-region--single-word): SimplifyStefan Monnier2021-06-261-10/+5
* * lisp/minibuffer.el (minibuffer--completion-prompt-end): RenameStefan Monnier2021-06-261-7/+7
* * lisp/minibuffer.el (completion--prompt-end): New function (bug#30668)Stefan Monnier2021-06-261-9/+14
* Sync overlay code in minibuffer-message and set-minibuffer-message (bug#48669)Juri Linkov2021-06-081-11/+21
* completion-pcm--hilit-commonality: Reuse the match-data cons cellsDmitry Gutov2021-06-071-2/+3
* Further improvements to completion-list-mode-mapGregory Heytings2021-05-251-1/+1
* Improve completion-list-mode-mapGregory Heytings2021-05-251-0/+1
* (minibuffer-completion-help): Add group sortingDaniel Mendler2021-05-201-6/+33
* (completion--insert-vertical): Separate groups completelyDaniel Mendler2021-05-201-60/+48
* (minibuffer-completion-help): Do not check `completions-group` centrallyDaniel Mendler2021-05-201-2/+1
* (completion--insert-strings): Split function; Full group title supportDaniel Mendler2021-05-201-118/+158
* (completing-read): Add `group-function` to the completion metadataDaniel Mendler2021-05-201-21/+105
* Improve documentation of new behavior of 'M-y'Eli Zaretskii2021-05-171-2/+4
* * lisp/minibuffer.el (completing-read-default): Fix bug#45474Stefan Monnier2021-05-011-9/+12
* (affixation-function): Allow only three-element list elementsDaniel Mendler2021-04-271-9/+9
* (completion-all-sorted-completions): Fix history use with boundariesDaniel Mendler2021-04-241-10/+26