summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAge
* 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
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Add completion-tab-width to align prefix chars with names in read-char-by-nameJuri Linkov2020-11-27
* * lisp/minibuffer.el (completions-format): Add new value 'one-column'.Juri Linkov2020-11-25
* Add 'completions-detailed' to add prefix/suffix with 'affixation-function'Juri Linkov2020-11-25
* Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* Merge from origin/emacs-27Glenn Morris2020-10-17
|\
| * Yet another fix for 'set-minibuffer-message'Eli Zaretskii2020-10-16
| * Fix 'message' when there's active minibuffer on another frameGregory Heytings2020-10-11
* | Don't optimize away star patterns in minibuffer file name completionPip Cet2020-10-01
* | Allow preserving (some) text properties from completion tablesLars Ingebrigtsen2020-09-14
* | Allow DEFAULT in format-prompt to be a listLars Ingebrigtsen2020-09-08
* | Revert two commits for bug#19032João Távora2020-09-08
* | Make format-prompt interpret a nil default value as "no default"Lars Ingebrigtsen2020-08-30
* | Implement a way to customize "default" valuesLars Ingebrigtsen2020-08-26
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-24
* | Change icomplete-show-matches-on-no-input behaviorLars Ingebrigtsen2020-08-14
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* | Merge from origin/emacs-27Glenn Morris2020-04-20
|\|
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Merge from origin/emacs-27Glenn Morris2020-04-18
|\|
| * Default completion-flex-nospace to nilJoão Távora2020-04-15
* | * lisp/minibuffer.el (minibuffer-completion-help): Use mainbuf (bug#39822)Juri Linkov2020-03-31
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-30
|/
* minibuffer-force-complete-and-exit: Allow input with no matchesDmitry Gutov2020-03-07
* Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-12
* Improve display of temporary echo messagesEli Zaretskii2020-01-21
* * lisp/minibuffer.el (read-file-name-default): Fix bug#39057Stefan Monnier2020-01-16
* Update copyright year to 2020Paul Eggert2020-01-01
* Move flex style's minibuffer-default-aware sorting to lisp/icomplete.elJoão Távora2019-12-31
* Another adjustment to flex completion style's sorting functionJoão Távora2019-12-31
* Comment on limitation of flex completion style's sorting functionJoão Távora2019-12-23
* Fix a bug in completion--flex-adjust-metadataJoão Távora2019-12-23
* Fix bug in flex completion style's sorting and simplifyJoão Távora2019-12-22
* Fix wording of recent documentation changesEli Zaretskii2019-12-22
* Improve sorting of flex completion style with non-nil minibuffer-defaultJoão Távora2019-12-22
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-22
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-16
* * lisp/minibuffer.el (completion-pcm--find-all-completions): Simplify a bitStefan Monnier2019-12-14
* Move recenter/scroll keybindings from minibuffer-local-map to read-char mapJuri Linkov2019-12-09
* Fix setting completions* faces inThierry Volpiatto2019-12-06
* * lisp/minibuffer.el (completion-pcm--optimize-pattern): New functionStefan Monnier2019-12-03
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-27
* * lisp/minibuffer.el (completion-flex-nospace): Default to t.João Távora2019-11-23