summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
AgeCommit message (Expand)Author
2026-04-29In fido-vertical-mode, let C-s and C-r recover their original useJoão Távora
2026-02-11icomplete-ret: Ignore icomplete-show-matches-on-no-inputSean Whitton
2026-02-11Don't remap RET to 'icomplete-ret' in 'icomplete-mode' (bug#62108)Juri Linkov
2026-02-11Revert "New key 'M-j' for 'icomplete-mode' (bug#62108)"Juri Linkov
2026-01-30New key 'M-j' for 'icomplete-mode' (bug#62108)Juri Linkov
2026-01-13* lisp/icomplete.el (icomplete--render-vertical): Avoid trailing whitespaceJonas Bernoulli
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-06Icomplete: rename some internal helper functions (bug#77546)João Távora
2025-04-06Icomplete: check flag before rendering vertical indicatorsJoão Távora
2025-03-29Enhance 'icomplete-vertical-mode' customization options.Rahul Martim Juliato
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-18Merge from origin/emacs-30Michael Albinus
2024-10-16; * lisp/icomplete.el (icomplete-in-buffer): Doc fix (bug#73820).Eli Zaretskii
2024-10-05; Tweak line breaks in last changeSean Whitton
2024-10-05icomplete-completions: Revise computation of prospects-lenSean Whitton
2024-06-14; Fix Icomplete error during candidate highlightingEshel Yaron
2024-01-09Support more metadata properties in completion-extra-properties (bug#68214)Juri Linkov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-06Allow completion frontends to fontify candidates just-in-timeJoão Távora
2023-05-09Fido-mode: never shadow 'external' completion styleJoão Távora
2023-05-05Fido-mode: never shadow 'external' completion styleJoão Távora
2023-03-22Make icomplete-tidy-shadowed-file-names into a defcustomSean Whitton
2023-03-07Merge from origin/emacs-29Stefan Kangas
2023-03-06Fix regression in Fido mode (bug#62015)João Távora
2023-03-03* lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom.Sean Whitton
2023-03-03Revert inadvertent change to lisp/icomplete.el in previous commitJoão Távora
2023-03-03Eglot: pay better attention to hints' paddingLeft/Right (bug#61924)João Távora
2023-03-01* lisp/icomplete.el (fido-mode): Enable in-buffer completion (bug#45763).João Távora
2023-03-01* lisp/icomplete.el: Fix in-buffer completion.Juri Linkov
2023-02-27* lisp/icomplete.el (fido-mode): Enable in-buffer completion (bug#45763).João Távora
2023-02-27* lisp/icomplete.el: Fix in-buffer completion.Juri Linkov
2023-02-09* lisp/icomplete.el (icomplete-exhibit): Check validity of the current buffer.Juri Linkov
2023-01-15; Fix typosStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-07Don't override completion-category-defaults in fido-modeJoão Távora
2022-11-11; Fix typosStefan Kangas
2022-10-26; Fix several symbol name typosStefan Kangas
2022-09-07Prefer defvar-keymap in icomplete.elStefan Kangas
2022-07-14; Fix typos: prefer American spellingStefan Kangas
2022-07-14Merge from origin/emacs-28Stefan Kangas
2022-07-13; Fix typos: prefer American spellingStefan Kangas
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-06-24Merge from origin/emacs-28Stefan Kangas
2022-06-23; Fix typos: prefer US spelling.Stefan Kangas
2022-06-12* lisp/icomplete.el: Consider a list in minibuffer-default (bug#55800)Juri Linkov
2022-06-08icomplete-in-buffer doc fixLars Ingebrigtsen
2022-05-07Make the icomplete-in-buffer doc string document moreLars Ingebrigtsen
2022-05-06(icomplete-exhibit): Fix use in-bufferStefan Monnier