summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* ; Fix last ido patchMichael Albinus2017-08-281-1/+1
* Use string-match to check for dotfiles in idoRobert Pluim2017-08-281-1/+1
* * lisp/ido.el: Use lexical binding.Mark Oteiza2017-07-291-1/+1
* Fix ido-enable-dot-prefix for empty choice (Bug#26997)Ryan2017-05-201-3/+4
* * lisp/ido.el (ido-everywhere): Use add-function.Stefan Monnier2017-04-261-12/+4
* Add missing remappings for Ido modePhilipp Stephani2017-04-231-3/+58
* * lisp/ido.el (ido-read-internal, ido-complete): Do not bind `non-essential'.Michael Albinus2017-03-151-2/+1
* Continue to fix bug#25607Michael Albinus2017-02-151-2/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix Bug#24980Michael Albinus2016-12-191-1/+1
* | Fix Bug#24947 (Tramp + ido)Michael Albinus2016-11-171-0/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * ido.el (ido-add-virtual-buffers-to-list): Use bookmark-get-filename.Leo Liu2015-12-251-6/+4
* * lisp/ido.el (ido-file-name-all-completions-1): Do not raise an errorMichael Albinus2015-12-131-1/+3
* Quote symbols in docstrings using `'Paul Eggert2015-11-181-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-5/+5
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-2/+4
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Add argument to reverse the meaning of ido-restrict-to-matchesNicolas Richard2015-07-021-4/+13
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-281-2/+2
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-2/+2
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-4/+4
* Fixes: debbugs:19335Rasmus Pank Roulund2015-03-121-2/+8
* * lisp/ido.el: Update Customization instructionsDmitry Gutov2015-01-191-6/+6
* Set up ido keymaps only onceJonas Bernoulli2015-01-191-111/+110
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* lisp/ido.el: New command `ido-bury-buffer-at-head'Artur Malabarba2014-11-191-0/+15
* Simplify use of current-time and friends.Paul Eggert2014-10-281-2/+1