summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
AgeCommit message (Expand)Author
2026-05-29Merge from origin/emacs-31Sean Whitton
2026-05-24Fix pathological slowness in flex completionJoão Távora
2026-05-16Merge from origin/emacs-31Eli Zaretskii
2026-05-11Fix Completions buffer disappearing with tmm-menubar (bug#80995)Juri Linkov
2026-05-09New variable 'completion-frontend-properties' (bug#80990)Eshel Yaron
2026-04-27(completion--file-name-table): Improve completion of `/a/~b/c`Stefan Monnier
2026-03-24minibuffer.el: De-iconify a `*Completions*` frame only for eager displayStefan Monnier
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-02-23Use an idle timer for completion-eager-updateSpencer Baugh
2026-02-13Rewrite flex completion with Gotoh algorithmJoão Távora
2026-01-30eager-display *Completions* again after completion failureSpencer Baugh
2026-01-29(minibuffer-message): Do not block while displaying message.Spencer Baugh
2026-01-19Don't fail in minibuffer--completions-visible for undefined reference bufferJuri Linkov
2026-01-15; Update documentation due to a recent changeEli Zaretskii
2026-01-14Add new up-down option for minibuffer-visible-completionsSpencer Baugh
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-06; Improve documentation of 'eager-update'Kristoffer Balintona
2025-12-06Support 'eager-update' in 'completion-category-overrides' defcustomKristoffer Balintona
2025-11-27Support completion-eager-display in completing-read-multipleSpencer Baugh
2025-11-26Fix completion error in `C-x RET f ut-8-d TAB`Stefan Monnier
2025-11-14Do eager display of *Completions* while idleSpencer Baugh
2025-11-03; Avoid minibuffer.el compilation warning about cl-everyMattias Engdegård
2025-10-30Optimize PCM regex to not contain adjacent wildcardsSpencer Baugh
2025-10-22(custom-initialize-after-file): New functionStefan Monnier
2025-10-18* lisp/minibuffer.el (completion--insert-strings): Use the correct frame.Juri Linkov
2025-10-16Return case common to all completions in try-completionSpencer Baugh
2025-10-16; * lisp/minibuffer.el (minibuffer--nonselected-check): Fix typos.Martin Rudalics
2025-10-16In 'minibuffer--nonselected-check' consult 'completion-reference-buffer'Martin Rudalics
2025-10-15* lisp/minibuffer.el: Fix recent change of scrolling truncated completionsJuri Linkov
2025-10-13Rewrite 'minibuffer-nonselected-mode' to use 'window-state-change-functions'Martin Rudalics
2025-10-09Treat a completion boundary change as completionSpencer Baugh
2025-09-29Fix completions truncated on scrolling (bug#79506)Juri Linkov
2025-09-25* lisp/minibuffer.el (minibuffer--nonselected-check): Simplify condition.Juri Linkov
2025-09-24* lisp/minibuffer.el (minibuffer--nonselected-check): Fix condition.Juri Linkov
2025-09-24Improve minibuffer-nonselected-modeDaniel Mendler
2025-09-22Navigate *Completions* buffer based on 'completions-format'Stephen Berman
2025-09-21Fix minibuffer-nonselected-mode when using recursive minibuffersSteven Allen
2025-09-19New mode 'minibuffer-nonselected-mode'Juri Linkov
2025-09-03Support completion category inheritanceEshel Yaron
2025-09-01Revert "Avoid duplicating strings in pcm--merge-completions"Spencer Baugh
2025-09-01(completion-file-name-table): Refine last fixStefan Monnier
2025-08-29`Fix read-directory-name' for Tramp filesMichael Albinus
2025-08-27Make RET choose the selected completionSpencer Baugh
2025-08-24Have project-switch-to-buffer use a distinct completion categoryDmitry Gutov
2025-08-21Add minibuffer--completions-visible and use itSpencer Baugh
2025-08-21Avoid duplicating strings in pcm--merge-completionsSpencer Baugh
2025-08-21Treat point more consistently in PCM completionSpencer Baugh
2025-08-16; * lisp/minibuffer.el (completion-eager-update): Doc fix.Eli Zaretskii
2025-08-16Add support for updating *Completions* as you typeSpencer Baugh