summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix small bug in 'completion-table-subvert'.Philipp Stephani2021-04-231-1/+1
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-201-4/+27
* * lisp/minibuffer.el (minibuffer-mode-map): Make it an aliasStefan Monnier2021-04-201-2/+4
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-201-0/+10
* (completion-all-sorted-completions): Additional alphabetical sortingDaniel Mendler2021-04-191-19/+30
* minibuffer.el: Use completion--message instead of minibuffer-messageDaniel Mendler2021-04-191-2/+2
* * lisp/minibuffer.el (completion-all-sorted-completions): Fix last changeStefan Monnier2021-04-191-2/+3
* * lisp/minibuffer.el (minibuffer--sort-by-key): New functionStefan Monnier2021-04-191-13/+9
* completion-all-sorted-completions: Fix sorting performance bugDaniel Mendler2021-04-191-8/+25
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-191-1/+1
* * lisp/minibuffer.el (completion-table-with-quoting): Fix bug#47678Stefan Monnier2021-04-121-2/+11
* Fix previous format-prompt change: The default can be a symbolLars Ingebrigtsen2021-03-241-1/+2
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+3
* Fix previous completion-pcm--optimize-pattern fixLars Ingebrigtsen2021-03-011-1/+1
* Fix warning in completion-pcm--optimize-patternLars Ingebrigtsen2021-03-011-1/+1
* Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-111-6/+7
* Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373Alan Mackenzie2021-02-091-1/+3
* Allow the caller to specify own face on suffix in annotation-functionJuri Linkov2021-01-301-11/+8
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-3/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* xref-show-definitions-completing-read: Tune up completionDmitry Gutov2020-12-291-0/+1
* Robustify completion match scoring for optimized patternsJoão Távora2020-12-281-21/+27
* * lisp/minibuffer.el: Avoid consecutive `any` in completion patternsStefan Monnier2020-12-281-1/+2
* Give affixation-function higher priority over annotation-function (bug#45234)Juri Linkov2020-12-161-6/+10
* Prefer setq-local in most filesStefan Kangas2020-12-091-3/+3
* Add completion-tab-width to align prefix chars with names in read-char-by-nameJuri Linkov2020-11-271-3/+10