summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* lisp/icomplete.el, lisp/ido.el: Doc fixes.Juanma Barranquero2014-03-031-150/+157
* * lisp/ido.el (ido-file-internal): Remove unused var `d'.Stefan Monnier2014-02-171-17/+26
* * lisp/ido.el (ido-file-internal): Don't add the name of an existingDmitry Gutov2014-02-161-8/+8
* * lisp/ido.el (ido-use-virtual-buffers): Doc fix.Glenn Morris2014-01-301-10/+9
* Doc, comment, etc updates for increased use of locate-user-emacs-fileGlenn Morris2014-01-261-0/+1
* Link to info manual in `defgroup'.Rüdiger Sonderfeld2014-01-251-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix typo in ido-use-virtual-buffers.Xue Fuqiao2013-10-291-1/+1
* * ido.el (ido-tidy): Handle read-only text.Leo Liu2013-10-231-13/+12
* * lisp/ido.el (dired-other-frame): Only list directories.Joe Vornehm Jr.2013-10-181-0/+1
* * lisp/ido.el (ido-completion-help): Fix up compiler warning.Stefan Monnier2013-08-081-6/+5
* doc/lispref/buffers.texi: Add documentation for ido-record-command(s).Xue Fuqiao2013-08-081-5/+5
* * lisp/ido.el: Doc fix.Xue Fuqiao2013-07-241-21/+32
* Spelling fixes.Paul Eggert2013-07-131-1/+1
* * ido.el (ido-read-file-name): Guard against non-symbol value.Leo Liu2013-07-131-3/+7
* * ido.el (ido-exhibit): Handle ido-enter-matching-directory beforeLeo Liu2013-07-131-5/+5
* * ido.el (dired-do-copy, dired): Set 'ido property.Leo Liu2013-07-121-1/+4
* * ido.el (ido-read-file-name): Conform to the requirements ofLeo Liu2013-07-111-3/+15
* * ido.el (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)Leo Liu2013-07-091-2/+8
* * ido.el (ido-read-directory-name): Handle fallback.Leo Liu2013-07-091-7/+10
* * ido.el (ido-use-virtual-buffers): Allow new value 'auto.Leo Liu2013-07-061-19/+57
* * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.Leo Liu2013-07-031-2/+4
* * ido.el (ido-read-internal): Allow forward slash on windows.Leo Liu2013-06-251-2/+3
* Simplify last change to ido.elLeo Liu2013-06-241-3/+3
* * ido.el (ido-read-internal): Fix bug#14620.Leo Liu2013-06-241-3/+3
* * lisp/ido.el: Convert some function comments to basic doc stringsGlenn Morris2013-06-121-45/+43
* * lisp/ido.el (ido-delete-ignored-files): Remove.Glenn Morris2013-06-121-20/+18
* * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold (tiny change)Eyal Lotem2013-06-121-1/+1
* * lisp/ido.el (ido-delete-ignored-files): Rewrite to avoid cl-lib.Glenn Morris2013-06-121-5/+5
* Respect ido-ignore-item-p in ido-wide-find-dirs-or-files (tiny change)Eyal Lotem2013-06-121-14/+20
* * subr.el (delete-consecutive-dups): New function.Leo Liu2013-05-171-17/+2