summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAge
* Describe the effect of 'guess' for 'ido-use-filename-at-point'Robert Pluim2023-02-15
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Use make-directory handlers uniformlyPaul Eggert2022-12-17
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-26
* Make ffap-file-finder work againLars Ingebrigtsen2022-09-06
* Make the *Ido COmpletions* buffer fit the window to the bufferLars Ingebrigtsen2022-08-26
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-06
* Make ido sorting respect ido-case-foldLars Ingebrigtsen2022-06-24
* Allow using alists in ido completion and hitting TABLars Ingebrigtsen2022-06-14
* Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov2022-05-27
* Delete some compat code for very old Emacs versionsStefan Kangas2022-05-15
* Remove the 'C-k' binding in ido-modeLars Ingebrigtsen2022-02-13
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Use defvar-keymap in ido.elStefan Kangas2021-12-25
* | Remove redundant #' before lambdaStefan Kangas2021-10-21
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Make ido-mode override ffap-file-finderLars Ingebrigtsen2021-07-08
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-11
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* Fix fallback use of write-file in ido-modeLars Ingebrigtsen2020-12-17
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Let ido-everywhere turn on ido-modeNoam Postavsky2020-08-19
* Tweak how ido handles killing virtual buffersDario Gjorgjevski2020-08-15
* Create a buffer-local binding to improve performanceArnold Noronha2020-05-29
* Fix customizing of ido-mode (Bug#41557)Noam Postavsky2020-05-27
* Disable ido-everywhere when ido-mode is offDmitry Gutov2020-05-23
* ; Bump defcustom :version in last changeBasil L. Contovounesios2020-05-21
* lisp/ido.el: Respect completion-auto-help settingRyan C. Thompson2020-05-21
* * lisp/ido.el: Remove redundant `:group`sStefan Monnier2020-03-10
* Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-12
* Support ido-vertical-mode betterDmitry Gutov2020-02-05
* Render Ido suggestions using an overlayDmitry Gutov2020-01-22
* Update copyright year to 2020Paul Eggert2020-01-01
* Make ido-read-file-name respect ido-read-file-name-non-ido moreLars Ingebrigtsen2019-11-17
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-14
* Make ido-display-buffer work interactively more like display-bufferLars Ingebrigtsen2019-10-07
* ido-find-file doc string additionLars Ingebrigtsen2019-08-03
* Fix INITIAL-INPUT cons handling in ido-read-internalLars Ingebrigtsen2019-07-15
* Remove XEmacs support from ido.elLars Ingebrigtsen2019-06-12
* Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-19
* New command ido-switch-to-completions.Tassilo Horn2019-03-08
* Fix regular-expression glitches and typosPaul Eggert2019-03-04
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-10
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25