summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Re-work a fix for bug#10994 based on Le Wang's patch.Leo Liu2013-05-081-5/+18
* * lisp/ido.el (ido-completions): Use extra elements of ido-decorations.Stefan Monnier2013-04-051-6/+10
* * ido.el (ido-chop): Fix bug#10994.Leo Liu2013-03-201-2/+4
* Use locate-user-emacs-file.Stefan Monnier2013-03-111-1/+2
* Fix bug#13708Jambunathan K2013-02-161-0/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Backport: * lisp/ido.el (ido-set-matches-1): Fix split-string args toLeo Liu2012-11-101-1/+1
* | ido.el fix for bug#13036Glenn Morris2012-11-301-1/+4
* | * lisp/ido.el (ido-set-matches-1): Improve flex matching performance byLeo Liu2012-11-101-1/+5
|/
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-051-1/+1
|\
| * *** empty log message ***Juanma Barranquero2012-10-011-1/+1
| * lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.Juanma Barranquero2012-09-301-1/+1
* | Spelling fixes.Paul Eggert2012-10-041-1/+1
* | lisp/ido.el (ido-max-directory-size): Default to nil.Juanma Barranquero2012-09-301-1/+1
* | Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.orgGlenn Morris2012-09-281-4/+4
|\ \ | |/
| * ido.el (ido-set-matches-1): Fix 2012-09-11 changeLeo Liu2012-09-281-4/+4
* | Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-2/+21
|\ \ | |/
| * Fix ChangeLog, add missing :version.Glenn Morris2012-09-161-0/+1
| * IDO: Disable match re-ordering for buffer switchingLeo Liu2012-09-171-2/+20
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
* | * lisp/ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j.David Röthlisberger2012-06-201-4/+2
* | * lisp/ido.el (ido-find-file): Mention C-d binding in docstring.David Röthlisberger2012-06-191-0/+1
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-19/+14
* | Convert more defvars to defcustoms.Chong Yidong2012-05-041-3/+8
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
|/
* * lisp/ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p.Gabor Vida2012-04-041-1/+1
* Handle nil value of ido-completion-buffer.Anmol Khirbat2012-03-221-10/+15
* * lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).Glenn Morris2012-02-031-1/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-151-1/+1
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-2/+2
* * ido.el (ido-file-name-all-completions-1): Do not requireMichael Albinus2011-10-261-5/+3
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-2/+4
* Remove redundant :type entry from ido-default-buffer-methodMartin Rudalics2011-10-171-6/+0
* Accept cons cell HIST arg in ido-read-internalLeo Liu2011-09-271-3/+8
* (ido-mode): Switch off the message if called non-interactively.Lars Magne Ingebrigtsen2011-08-021-1/+2
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-7/+11
* Enable ido to kill virtual buffersLeo Liu2011-04-111-7/+11
* Add to minibuffer-history if HISOTRY is nil in ido.elLeo Liu2011-03-291-1/+1
* Some ido cleanupsLeo Liu2011-03-251-23/+10