summaryrefslogtreecommitdiff
path: root/lisp/ido.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-13; ido.el: Use find-program variable instead of literal "find" (bug#79620)Joyer Huang
2025-03-15Recommend using 'keymap-set' in CommentariesStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-25Support HTTPS in ido-file-internalStefan Kangas
2023-10-07Merge from origin/emacs-29Eli Zaretskii
2023-10-07Fix 'ido--ffap-find-file'Eli Zaretskii
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-06; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#65756).Eli Zaretskii
2023-02-15Describe the effect of 'guess' for 'ido-use-filename-at-point'Robert Pluim
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-17Use make-directory handlers uniformlyPaul Eggert
2022-10-26Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios
2022-09-06Make ffap-file-finder work againLars Ingebrigtsen
2022-08-26Make the *Ido COmpletions* buffer fit the window to the bufferLars Ingebrigtsen
2022-07-06Make some additional defcustom types more restrictiveStefan Kangas
2022-06-24Make ido sorting respect ido-case-foldLars Ingebrigtsen
2022-06-14Allow using alists in ido completion and hitting TABLars Ingebrigtsen
2022-05-27Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov
2022-05-15Delete some compat code for very old Emacs versionsStefan Kangas
2022-02-13Remove the 'C-k' binding in ido-modeLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-25Use defvar-keymap in ido.elStefan Kangas
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias EngdegÄrd
2021-07-08Make ido-mode override ffap-file-finderLars Ingebrigtsen
2021-03-11* lisp: Remove yet more always-nil variablesStefan Monnier
2021-02-02Prefer defvar-local in remaining librariesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-17Fix fallback use of write-file in ido-modeLars Ingebrigtsen
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-08-19Let ido-everywhere turn on ido-modeNoam Postavsky
2020-08-15Tweak how ido handles killing virtual buffersDario Gjorgjevski
2020-05-29Create a buffer-local binding to improve performanceArnold Noronha
2020-05-27Fix customizing of ido-mode (Bug#41557)Noam Postavsky
2020-05-23Disable ido-everywhere when ido-mode is offDmitry Gutov
2020-05-21; Bump defcustom :version in last changeBasil L. Contovounesios
2020-05-21lisp/ido.el: Respect completion-auto-help settingRyan C. Thompson
2020-03-10* lisp/ido.el: Remove redundant `:group`sStefan Monnier
2020-02-12Fix display of minibuffer prompt in ido.elEli Zaretskii
2020-02-05Support ido-vertical-mode betterDmitry Gutov
2020-01-22Render Ido suggestions using an overlayDmitry Gutov
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-17Make ido-read-file-name respect ido-read-file-name-non-ido moreLars Ingebrigtsen
2019-10-14lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero