summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
AgeCommit message (Expand)Author
2021-08-19Improve fix of bug#49888 on no-pattern flex sortingJoão Távora
2021-08-15Sort by recency in flex completion style when no flexy stuff happeningJoão Távora
2021-08-12Further tweak minibuffer-inactive-mode doc stringLars Ingebrigtsen
2021-08-12Improve minibuffer-inactive-mode documentationLars Ingebrigtsen
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-08-06Improve wording of recently changed documentationEli Zaretskii
2021-08-06Add function minibuffer-restore-windows (bug#45072)Juri Linkov
2021-07-30Fix case insensitivity in `read-file-name'Lars Ingebrigtsen
2021-07-20Quit minibuffers without aborting kmacrosMiha Rihtaršič
2021-07-02Implement another fix for bug#49229Michael Albinus
2021-06-26* lisp/minibuffer.el (completion-in-region--single-word): SimplifyStefan Monnier
2021-06-26* lisp/minibuffer.el (minibuffer--completion-prompt-end): RenameStefan Monnier
2021-06-26* lisp/minibuffer.el (completion--prompt-end): New function (bug#30668)Stefan Monnier
2021-06-08Sync overlay code in minibuffer-message and set-minibuffer-message (bug#48669)Juri Linkov
2021-06-07completion-pcm--hilit-commonality: Reuse the match-data cons cellsDmitry Gutov
2021-05-25Further improvements to completion-list-mode-mapGregory Heytings
2021-05-25Improve completion-list-mode-mapGregory Heytings
2021-05-20(minibuffer-completion-help): Add group sortingDaniel Mendler
2021-05-20(completion--insert-vertical): Separate groups completelyDaniel Mendler
2021-05-20(minibuffer-completion-help): Do not check `completions-group` centrallyDaniel Mendler
2021-05-20(completion--insert-strings): Split function; Full group title supportDaniel Mendler
2021-05-20(completing-read): Add `group-function` to the completion metadataDaniel Mendler
2021-05-17Improve documentation of new behavior of 'M-y'Eli Zaretskii
2021-05-01* lisp/minibuffer.el (completing-read-default): Fix bug#45474Stefan Monnier
2021-04-27(affixation-function): Allow only three-element list elementsDaniel Mendler
2021-04-24(completion-all-sorted-completions): Fix history use with boundariesDaniel Mendler
2021-04-23Fix small bug in 'completion-table-subvert'.Philipp Stephani
2021-04-20* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier
2021-04-20* lisp/minibuffer.el (minibuffer-mode-map): Make it an aliasStefan Monnier
2021-04-20Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie
2021-04-19(completion-all-sorted-completions): Additional alphabetical sortingDaniel Mendler
2021-04-19minibuffer.el: Use completion--message instead of minibuffer-messageDaniel Mendler
2021-04-19* lisp/minibuffer.el (completion-all-sorted-completions): Fix last changeStefan Monnier
2021-04-19* lisp/minibuffer.el (minibuffer--sort-by-key): New functionStefan Monnier
2021-04-19completion-all-sorted-completions: Fix sorting performance bugDaniel Mendler
2021-04-19completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler
2021-04-12* lisp/minibuffer.el (completion-table-with-quoting): Fix bug#47678Stefan Monnier
2021-03-24Fix previous format-prompt change: The default can be a symbolLars Ingebrigtsen
2021-03-24Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro
2021-03-01Fix previous completion-pcm--optimize-pattern fixLars Ingebrigtsen
2021-03-01Fix warning in completion-pcm--optimize-patternLars Ingebrigtsen
2021-02-11Make recursive minibuffers and recursive edits work togetherAlan Mackenzie
2021-02-09Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373Alan Mackenzie
2021-01-30Allow the caller to specify own face on suffix in annotation-functionJuri Linkov
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-29xref-show-definitions-completing-read: Tune up completionDmitry Gutov
2020-12-28Robustify completion match scoring for optimized patternsJoão Távora
2020-12-28* lisp/minibuffer.el: Avoid consecutive `any` in completion patternsStefan Monnier
2020-12-16Give affixation-function higher priority over annotation-function (bug#45234)Juri Linkov