summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAge
...
* | Small fixes for new completions featuresJuri Linkov2022-03-21
* | Simplify unneeded condition.Jimmy Aguilar Mena2022-03-13
* | Extend completion-auto-help 'always and 'visible.Jimmy Aguilar Mena2022-03-13
* | Use the new cursor-face feature to highlight completions.Jimmy Aguilar Mena2022-03-13
* | Rename completion-header-string to completion-header-formatJimmy Aguilar Mena2022-03-13
* | Make minibuffer-hide-completions interactive.Jimmy Aguilar Mena2022-03-13
* | Add completion-header-string.Jimmy Aguilar Mena2022-03-13
* | Add two new options for completions.Jimmy Aguilar Mena2022-03-12
* | Fix new option completions-max-height and new values for completion-auto-helpJuri Linkov2022-03-10
* | Add new mode completions-highlight-mode.Jimmy Aguilar Mena2022-03-10
* | completions-max-height new custom variable.Jimmy Aguilar Mena2022-03-10
* | completion-auto-help new values.Jimmy Aguilar Mena2022-03-10
* | minibuffer.el: Try and fix bug#53053Stefan Monnier2022-02-07
* | Improve the read-file-name doc string slightlyLars Ingebrigtsen2022-01-28
* | * lisp/minibuffer.el (completions-sort): Fix type.Glenn Morris2022-01-24
* | Make Completions sorting a user optionProtesilaos Stavrou2022-01-24
* | Improve the completion-category-overrides doc stringLars Ingebrigtsen2022-01-21
* | completion--nth-completion: Throw meaningful errorDaniel Mendler2022-01-04
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Use defvar-keymap in minibuffer.elStefan Kangas2021-12-22
* | Allow for next-completion to wrap around the completion bufferPhilip Kaludercic2021-12-21
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2021-12-06
|\|
| * lisp/minibuffer.el: Fix for bug#52169 regressionStefan Monnier2021-12-06
* | * lisp/minibuffer.el: Don't return a boundary outside its argStefan Monnier2021-12-04
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
* | Re-rename the minibuffer headingLars Ingebrigtsen2021-11-06
* | Correct minibuffer.el headingLars Ingebrigtsen2021-11-06
|/
* Fix typos in the manual and in a commentJan Synacek2021-10-28
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-23
* ; Pacify recent shorthand unused lexarg warnings.Basil L. Contovounesios2021-10-11
* Complete shorthands to longhands for symbol-completing tablesJoão Távora2021-10-10
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21
* Document completions-detailedLars Ingebrigtsen2021-09-21
* Refactor minibuffer abortingMiha Rihtaršič2021-09-20
* completions-annotations doc string clarificationLars Ingebrigtsen2021-09-13
* Fix read-no-blanks-input doc string typoLars Ingebrigtsen2021-09-12
* Fix read-no-blanks-input history argumentdick r. chiang2021-09-12
* Speed up pcm completion styles for patternless special caseJoão Távora2021-08-25
* Don't mess up grouping in completion-all-sorted-completionsJoão Távora2021-08-22
* Improve fix of bug#49888 on no-pattern flex sortingJoão Távora2021-08-19
* Sort by recency in flex completion style when no flexy stuff happeningJoão Távora2021-08-15
* Further tweak minibuffer-inactive-mode doc stringLars Ingebrigtsen2021-08-12
* Improve minibuffer-inactive-mode documentationLars Ingebrigtsen2021-08-12
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Improve wording of recently changed documentationEli Zaretskii2021-08-06
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-06
* Fix case insensitivity in `read-file-name'Lars Ingebrigtsen2021-07-30
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* Implement another fix for bug#49229Michael Albinus2021-07-02