summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov2019-07-051-0/+7
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-48/+25
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-25/+48
* Suppress warning in display-completion-list about itselfLars Ingebrigtsen2019-06-121-1/+2
* Remove unused internal function completion-pcm--optimize-patternLars Ingebrigtsen2019-05-171-22/+0
* Allow customizing the display of project file names when readingDmitry Gutov2019-05-141-0/+2
* * lisp/minibuffer.el (completion-table-subvert): Fix typo from rev 5697ca55cbStefan Monnier2019-03-201-1/+1
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge from origin/emacs-26Glenn Morris2019-02-201-4/+10
|\
| * * lisp/minibuffer.el (completion-table-dynamic): Improve docstringStefan Monnier2019-02-181-4/+10
* | cycle-sort-function prevails in completion-all-sorted-completionsJoão Távora2019-02-191-9/+13
* | Change scoring strategy for 'flex' completion styleJoão Távora2019-02-141-23/+23
* | * lisp/minibuffer.el (completion-styles-alist): Tweak flex's docstringJoão Távora2019-02-141-1/+1