summaryrefslogtreecommitdiff
path: root/lisp/ido.el
AgeCommit message (Expand)Author
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
2019-10-07Make ido-display-buffer work interactively more like display-bufferLars Ingebrigtsen
2019-08-03ido-find-file doc string additionLars Ingebrigtsen
2019-07-15Fix INITIAL-INPUT cons handling in ido-read-internalLars Ingebrigtsen
2019-06-12Remove XEmacs support from ido.elLars Ingebrigtsen
2019-04-19Add a new user option 'ido-big-directories'.Philipp Stephani
2019-03-08New command ido-switch-to-completions.Tassilo Horn
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-02-10Don’t assume CURRENT_TIME_LISTPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-09-24Remove some assumptions about timestamp formatPaul Eggert
2018-09-23file-attributes cleanupPaul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-06-26Merge from origin/emacs-26Glenn Morris
2018-06-25Add ido-fallback special variable (Bug#31707)Christophe Junke
2018-05-02Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios
2018-02-28Support PREDICATE in ido-read-bufferDmitry Gutov
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-18; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278)Eli Zaretskii
2017-10-11Don't use (format "%s" ...) for string copying (Bug#28774)Noam Postavsky
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-28; Fix last ido patchMichael Albinus
2017-08-28Use string-match to check for dotfiles in idoRobert Pluim
2017-07-29* lisp/ido.el: Use lexical binding.Mark Oteiza
2017-05-20Fix ido-enable-dot-prefix for empty choice (Bug#26997)Ryan