summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAge
* (ido-mode): Switch off the message if called non-interactively.Lars Magne Ingebrigtsen2011-08-02
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-23
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19
* Enable ido to kill virtual buffersLeo Liu2011-04-11
* Add to minibuffer-history if HISOTRY is nil in ido.elLeo Liu2011-03-29
* Some ido cleanupsLeo Liu2011-03-25
* Fix history adding in ido-read-internalLeo Liu2011-03-22
* New variable completing-read-function to customize completing-readLeo Liu2011-03-20
* * ido.el (ido-everywhere): Doc fix.Christoph Scholtes2011-02-28
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | * ido.el (ido-may-cache-directory): Move "too-big" check later.Kim F. Storm2011-01-13
* | Ask for confirmation in ido-file-internal (Bug#1238).Ryan Twitchell2010-12-17
* | Merge from emacs-23Stefan Monnier2010-12-13
|\|
| * That's not how you spell "initialization".Glenn Morris2010-12-01
| * * lisp/ido.el (ido-common-initilization): New function. Leo Liu2010-12-01
* | * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.Chong Yidong2010-09-16
* | * ido.el (ido-use-virtual-buffers): Fix typo in docstring.Juanma Barranquero2010-08-23
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-22
|\|
| * Fix buffer-list rename&refresh after after killing a buffer in ido.Leo Liu2010-08-21
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-24
* | * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).Chong Yidong2010-04-29
* | * ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).Chong Yidong2010-04-29
* | When killing buffers with ido, don't offer virtual buffers for completion.Juanma Barranquero2010-04-27
* | Added C-o keybinding to toggle use of virtual buffers Leo Liu2010-04-21
* | Merge from emacs-23Stefan Monnier2010-04-19
|\|
| * * ido.el (ido-file-internal): Fix 2009-12-02 change.Chong Yidong2010-04-14
* | Fix Bug#5840.Michael Albinus2010-04-15
* | Removed duplicate definition of ido-virtual-buffersJohn Wiegley2010-04-06
* | Fixed duplicate names appearing in IDO buffer list (using virtuals)John Wiegley2010-04-06
* | Minor fixes to a recent contribution to ido.elJohn Wiegley2010-04-05
* | Enable recentf-mode if using virtual buffers.Juanma Barranquero2010-04-06
* | 2010-04-04 John Wiegley <jwiegley@gmail.com>John Wiegley2010-04-04
|/
* ido.el: Consider the possibility of buffer names changing after kill-buffer.Óscar Fuentes2010-01-18
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Andreas Politz <politza at fh-trier.de> (tiny change)Glenn Morris2009-12-02
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-13
* Replace completion-base-size by completion-base-position to fix bugsStefan Monnier2009-10-15
* (ido-everywhere): Use define-minor-mode.Stefan Monnier2009-10-14
* Comment.Glenn Morris2009-08-22
* Fix last change.Kim F. Storm2009-05-10
* Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm2009-05-10
* Add 2009 to copyright years.Glenn Morris2009-01-05
* (ido-read-internal): Handle `confirm' and `confirm-after-completion'Chong Yidong2008-12-20
* * align.el:Lute Kamstra2008-12-03
* (ido-save-directory-list-file): Run file names that begin with a period thruEli Zaretskii2008-10-19
* (ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris2008-09-11
* * ido.el (ido-unload-function): New function.Juanma Barranquero2008-09-09