summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-21/+21
* | Remove some assumptions about timestamp formatPaul Eggert2018-09-241-3/+1
* | file-attributes cleanupPaul Eggert2018-09-231-2/+3
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-4/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-261-4/+11
|\ \ | |/
| * Add ido-fallback special variable (Bug#31707)Christophe Junke2018-06-251-4/+11
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-5/+2
* | Support PREDICATE in ido-read-bufferDmitry Gutov2018-02-281-1/+12
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278)Eli Zaretskii2017-11-181-1/+1
* Don't use (format "%s" ...) for string copying (Bug#28774)Noam Postavsky2017-10-111-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1