summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow non-interactive uses of minibuffer-next-completionJuri Linkov2022-04-101-2/+2
* | Allow completion wrapping in minibuffer completion navigation commandsJuri Linkov2022-04-051-8/+6
* | New commands for navigating completions from the minibuffer.Juri Linkov2022-04-051-1/+64
* | Use base prefix and suffix instead of completion-base-position (bug#49931)Juri Linkov2022-04-051-9/+20
* | Fix some details in completionsJimmy Aguilar Mena2022-04-051-1/+2
* | Small fixes for the new feature 'second-tab' of 'completion-auto-select'Juri Linkov2022-03-241-5/+5
* | Add completion-auto-select second-tab value.Jimmy Aguilar Mena2022-03-241-11/+19
* | Fix documentation of the new completion-related featuresEli Zaretskii2022-03-221-11/+14
* | Small fixes for new completions featuresJuri Linkov2022-03-211-22/+21
* | Simplify unneeded condition.Jimmy Aguilar Mena2022-03-131-4/+3
* | Extend completion-auto-help 'always and 'visible.Jimmy Aguilar Mena2022-03-131-8/+7
* | Use the new cursor-face feature to highlight completions.Jimmy Aguilar Mena2022-03-131-41/+7
* | Rename completion-header-string to completion-header-formatJimmy Aguilar Mena2022-03-131-6/+8
* | Make minibuffer-hide-completions interactive.Jimmy Aguilar Mena2022-03-131-0/+1
* | Add completion-header-string.Jimmy Aguilar Mena2022-03-131-24/+11
* | Add two new options for completions.Jimmy Aguilar Mena2022-03-121-4/+26
* | Fix new option completions-max-height and new values for completion-auto-helpJuri Linkov2022-03-101-4/+9
* | Add new mode completions-highlight-mode.Jimmy Aguilar Mena2022-03-101-0/+46
* | completions-max-height new custom variable.Jimmy Aguilar Mena2022-03-101-3/+14
* | completion-auto-help new values.Jimmy Aguilar Mena2022-03-101-11/+18
* | minibuffer.el: Try and fix bug#53053Stefan Monnier2022-02-071-19/+23
* | Improve the read-file-name doc string slightlyLars Ingebrigtsen2022-01-281-1/+4
* | * lisp/minibuffer.el (completions-sort): Fix type.Glenn Morris2022-01-241-1/+1
* | Make Completions sorting a user optionProtesilaos Stavrou2022-01-241-1/+16
* | Improve the completion-category-overrides doc stringLars Ingebrigtsen2022-01-211-2/+6
* | completion--nth-completion: Throw meaningful errorDaniel Mendler2022-01-041-4/+5
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in minibuffer.elStefan Kangas2021-12-221-62/+51
* | Allow for next-completion to wrap around the completion bufferPhilip Kaludercic2021-12-211-5/+10
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2021-12-061-2/+3
|\|
| * lisp/minibuffer.el: Fix for bug#52169 regressionStefan Monnier2021-12-061-2/+3
* | * lisp/minibuffer.el: Don't return a boundary outside its argStefan Monnier2021-12-041-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* | Re-rename the minibuffer headingLars Ingebrigtsen2021-11-061-1/+1
* | Correct minibuffer.el headingLars Ingebrigtsen2021-11-061-1/+1
|/
* Fix typos in the manual and in a commentJan Synacek2021-10-281-6/+7
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-231-1/+0
* ; Pacify recent shorthand unused lexarg warnings.Basil L. Contovounesios2021-10-111-1/+1
* Complete shorthands to longhands for symbol-completing tablesJoão Távora2021-10-101-3/+48
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Document completions-detailedLars Ingebrigtsen2021-09-211-2/+3
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-8/+12
* completions-annotations doc string clarificationLars Ingebrigtsen2021-09-131-1/+3
* Fix read-no-blanks-input doc string typoLars Ingebrigtsen2021-09-121-1/+1
* Fix read-no-blanks-input history argumentdick r. chiang2021-09-121-1/+1
* Speed up pcm completion styles for patternless special caseJoão Távora2021-08-251-2/+4
* Don't mess up grouping in completion-all-sorted-completionsJoão Távora2021-08-221-6/+15
* Improve fix of bug#49888 on no-pattern flex sortingJoão Távora2021-08-191-41/+28
* Sort by recency in flex completion style when no flexy stuff happeningJoão Távora2021-08-151-21/+33