summaryrefslogtreecommitdiff
path: root/lisp/ido.el
AgeCommit message (Expand)Author
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-13* ido.el (ido-may-cache-directory): Move "too-big" check later.Kim F. Storm
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-17Ask for confirmation in ido-file-internal (Bug#1238).Ryan Twitchell
2010-12-13Merge from emacs-23Stefan Monnier
2010-12-01That's not how you spell "initialization".Glenn Morris
2010-12-01* lisp/ido.el (ido-common-initilization): New function. Leo Liu
2010-09-16* ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.Chong Yidong
2010-08-23* ido.el (ido-use-virtual-buffers): Fix typo in docstring.Juanma Barranquero
2010-08-22Merge changes from emacs-23 branch.Chong Yidong
2010-08-21Fix buffer-list rename&refresh after after killing a buffer in ido.Leo Liu
2010-05-24Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier
2010-04-29* ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).Chong Yidong
2010-04-29* ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).Chong Yidong
2010-04-27When killing buffers with ido, don't offer virtual buffers for completion.Juanma Barranquero
2010-04-21Added C-o keybinding to toggle use of virtual buffers Leo Liu
2010-04-19Merge from emacs-23Stefan Monnier
2010-04-15Fix Bug#5840.Michael Albinus
2010-04-14* ido.el (ido-file-internal): Fix 2009-12-02 change.Chong Yidong
2010-04-06Removed duplicate definition of ido-virtual-buffersJohn Wiegley
2010-04-06Fixed duplicate names appearing in IDO buffer list (using virtuals)John Wiegley
2010-04-05Minor fixes to a recent contribution to ido.elJohn Wiegley
2010-04-06Enable recentf-mode if using virtual buffers.Juanma Barranquero
2010-04-042010-04-04 John Wiegley <jwiegley@gmail.com>John Wiegley
2010-01-18ido.el: Consider the possibility of buffer names changing after kill-buffer.Óscar Fuentes
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-02Andreas Politz <politza at fh-trier.de> (tiny change)Glenn Morris
2009-11-13* x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier
2009-10-15Replace completion-base-size by completion-base-position to fix bugsStefan Monnier
2009-10-14(ido-everywhere): Use define-minor-mode.Stefan Monnier
2009-08-22Comment.Glenn Morris
2009-05-10Fix last change.Kim F. Storm
2009-05-10Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-20(ido-read-internal): Handle `confirm' and `confirm-after-completion'Chong Yidong
2008-12-03* align.el:Lute Kamstra
2008-10-19(ido-save-directory-list-file): Run file names that begin with a period thruEli Zaretskii
2008-09-11(ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris
2008-09-09* ido.el (ido-unload-function): New function.Juanma Barranquero
2008-09-08* ido.el (ido-file-internal): Fix typo in prompt.Juanma Barranquero
2008-09-04(ido-buffer-internal, ido-file-internal): Pass on other-windowKim F. Storm
2008-08-31Move provide statement to the end of the file.Chong Yidong
2008-08-02(ido-mode): Add toggle notification.Chong Yidong
2008-06-27American English spelling fix.Glenn Morris
2008-05-17edo: do not emit trailing newlineMichael Olson
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-02-04(ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm
2008-01-04* progmodes/ada-xref.el (ada-prj-find-prj-file):Stefan Monnier