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