summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* Allow DEFAULT in format-prompt to be a listLars Ingebrigtsen2020-09-081-1/+7
* Revert two commits for bug#19032João Távora2020-09-081-8/+2
* Make format-prompt interpret a nil default value as "no default"Lars Ingebrigtsen2020-08-301-2/+6
* Implement a way to customize "default" valuesLars Ingebrigtsen2020-08-261-0/+26
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-5/+0
* Change icomplete-show-matches-on-no-input behaviorLars Ingebrigtsen2020-08-141-2/+8
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-17/+1
* Merge from origin/emacs-27Glenn Morris2020-04-201-2/+2
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-181-1/+1
|\ \ | |/
| * Default completion-flex-nospace to nilJoão Távora2020-04-151-1/+1
* | * lisp/minibuffer.el (minibuffer-completion-help): Use mainbuf (bug#39822)Juri Linkov2020-03-311-58/+60
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-301-57/+59
|/
* minibuffer-force-complete-and-exit: Allow input with no matchesDmitry Gutov2020-03-071-1/+10
* Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-121-2/+16
* Improve display of temporary echo messagesEli Zaretskii2020-01-211-2/+8
* * lisp/minibuffer.el (read-file-name-default): Fix bug#39057Stefan Monnier2020-01-161-2/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Move flex style's minibuffer-default-aware sorting to lisp/icomplete.elJoão Távora2019-12-311-23/+5
* Another adjustment to flex completion style's sorting functionJoão Távora2019-12-311-9/+14
* Comment on limitation of flex completion style's sorting functionJoão Távora2019-12-231-2/+7
* Fix a bug in completion--flex-adjust-metadataJoão Távora2019-12-231-1/+2
* Fix bug in flex completion style's sorting and simplifyJoão Távora2019-12-221-30/+32
* Fix wording of recent documentation changesEli Zaretskii2019-12-221-3/+4
* Improve sorting of flex completion style with non-nil minibuffer-defaultJoão Távora2019-12-221-11/+27
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-221-0/+70
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-10/+5
* * lisp/minibuffer.el (completion-pcm--find-all-completions): Simplify a bitStefan Monnier2019-12-141-63/+63
* Move recenter/scroll keybindings from minibuffer-local-map to read-char mapJuri Linkov2019-12-091-6/+0
* Fix setting completions* faces inThierry Volpiatto2019-12-061-9/+12
* * lisp/minibuffer.el (completion-pcm--optimize-pattern): New functionStefan Monnier2019-12-031-19/+35
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-6/+6
* * lisp/minibuffer.el (completion-flex-nospace): Default to t.João Távora2019-11-231-2/+2
* * lisp/minibuffer.el (completions-common-part): Make it blue when possibleStefan Monnier2019-11-211-1/+3
* Add new variable to prevent flex completion styleThierry Volpiatto2019-11-211-20/+27
* Don't obscure the minibuffer by message (bug#17272)Juri Linkov2019-11-101-0/+5
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-091-0/+47
* Protect flex's display-sort-function against 0-length candidatesJoão Távora2019-11-091-2/+3
* Have pcm styles apply faces to face prop, not font-lock-faceJoão Távora2019-11-081-3/+3
* * lisp/minibuffer.el: Tweak and undo parts of recent changesStefan Monnier2019-10-291-24/+29
* * lisp/loadup.el: Load minibuffer after cl-genericStefan Monnier2019-10-271-0/+2
* Improve scoring algorithm for flex-style completionsJoão Távora2019-10-271-22/+38
* minibuffer.el: Remove leftover code, unused after recent changeJuanma Barranquero2019-10-271-1/+0
* Restore default value of face completions-common-partJoão Távora2019-10-261-5/+6
* Rework face hints for partial-string completion stylesJoão Távora2019-10-261-13/+7
* Allow completion styles to adjust completion metadataJoão Távora2019-10-261-24/+52
* Revert "Allow completion styles to adjust completion metadata"João Távora2019-10-261-37/+9
* Allow completion styles to adjust completion metadataJoão Távora2019-10-261-9/+37
* Allow 'M-<' in the minibuffer to behave more logicallyLars Ingebrigtsen2019-10-011-0/+36
* Clarify the doc string of complete-with-actionLars Ingebrigtsen2019-08-141-8/+14