aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Fix history adding in ido-read-internalLeo Liu2011-03-221-1/+4
* New variable completing-read-function to customize completing-readLeo Liu2011-03-201-4/+4
* * ido.el (ido-everywhere): Doc fix.Christoph Scholtes2011-02-281-4/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * ido.el (ido-may-cache-directory): Move "too-big" check later.Kim F. Storm2011-01-131-6/+6
* | Ask for confirmation in ido-file-internal (Bug#1238).Ryan Twitchell2010-12-171-1/+1
* | Merge from emacs-23Stefan Monnier2010-12-131-4/+8
|\|
| * That's not how you spell "initialization".Glenn Morris2010-12-011-3/+3
| * * lisp/ido.el (ido-common-initilization): New function. Leo Liu2010-12-011-4/+8
* | * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.Chong Yidong2010-09-161-0/+2
* | * ido.el (ido-use-virtual-buffers): Fix typo in docstring.Juanma Barranquero2010-08-231-1/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-39/+26
|\|
| * Fix buffer-list rename&refresh after after killing a buffer in ido.Leo Liu2010-08-211-40/+26
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
* | * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).Chong Yidong2010-04-291-2/+0
* | * ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).Chong Yidong2010-04-291-1/+0
* | When killing buffers with ido, don't offer virtual buffers for completion.Juanma Barranquero2010-04-271-1/+3
* | Added C-o keybinding to toggle use of virtual buffers Leo Liu2010-04-211-0/+12
* | Merge from emacs-23Stefan Monnier2010-04-191-2/+6
|\|
| * * ido.el (ido-file-internal): Fix 2009-12-02 change.Chong Yidong2010-04-141-2/+6
* | Fix Bug#5840.Michael Albinus2010-04-151-1/+1
* | Removed duplicate definition of ido-virtual-buffersJohn Wiegley2010-04-061-3/+0