summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix 'ido--ffap-find-file'Eli Zaretskii2023-10-071-2/+2
* ; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#65756).Eli Zaretskii2023-09-061-1/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use make-directory handlers uniformlyPaul Eggert2022-12-171-1/+1
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-261-1/+1
* Make ffap-file-finder work againLars Ingebrigtsen2022-09-061-2/+5
* Make the *Ido COmpletions* buffer fit the window to the bufferLars Ingebrigtsen2022-08-261-2/+5
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* Make ido sorting respect ido-case-foldLars Ingebrigtsen2022-06-241-2/+8
* Allow using alists in ido completion and hitting TABLars Ingebrigtsen2022-06-141-17/+24
* Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov2022-05-271-1/+1
* Delete some compat code for very old Emacs versionsStefan Kangas2022-05-151-2/+1
* Remove the 'C-k' binding in ido-modeLars Ingebrigtsen2022-02-131-1/+0
* 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 ido.elStefan Kangas2021-12-251-79/+71
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-5/+5
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-4/+4
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-5/+5
* Make ido-mode override ffap-file-finderLars Ingebrigtsen2021-07-081-0/+4
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-2/+2
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-1/+1
* Fix fallback use of write-file in ido-modeLars Ingebrigtsen2020-12-171-1/+10
* Prefer setq-local in most filesStefan Kangas2020-12-091-3/+2
* Let ido-everywhere turn on ido-modeNoam Postavsky2020-08-191-2/+4
* Tweak how ido handles killing virtual buffersDario Gjorgjevski2020-08-151-1/+5
* Create a buffer-local binding to improve performanceArnold Noronha2020-05-291-7/+12
* Fix customizing of ido-mode (Bug#41557)Noam Postavsky2020-05-271-1/+1
* Disable ido-everywhere when ido-mode is offDmitry Gutov2020-05-231-1/+1
* ; Bump defcustom :version in last changeBasil L. Contovounesios2020-05-211-2/+3
* lisp/ido.el: Respect completion-auto-help settingRyan C. Thompson2020-05-211-3/+13
* * lisp/ido.el: Remove redundant `:group`sStefan Monnier2020-03-101-161/+92
* Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-121-12/+7
* Support ido-vertical-mode betterDmitry Gutov2020-02-051-0/+3
* Render Ido suggestions using an overlayDmitry Gutov2020-01-221-1/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make ido-read-file-name respect ido-read-file-name-non-ido moreLars Ingebrigtsen2019-11-171-4/+6
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+1
* Make ido-display-buffer work interactively more like display-bufferLars Ingebrigtsen2019-10-071-3/+14
* ido-find-file doc string additionLars Ingebrigtsen2019-08-031-2/+2
* Fix INITIAL-INPUT cons handling in ido-read-internalLars Ingebrigtsen2019-07-151-1/+8
* Remove XEmacs support from ido.elLars Ingebrigtsen2019-06-121-16/+3
* Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-191-7/+18
* New command ido-switch-to-completions.Tassilo Horn2019-03-081-1/+17
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-101-16/+15
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\