summaryrefslogtreecommitdiff
path: root/lisp/ido.el
AgeCommit message (Expand)Author
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
2007-12-06Remove directory part from filenames in function declarations.Glenn Morris
2007-12-04(ido-save-history): Set the `coding' localJuanma Barranquero
2007-11-24* ido.el (ido-file-name-all-completions-1): Check for fboundp ofMichael Albinus
2007-11-19* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu
2007-11-10(ido-save-history): Save the history file in UTF-8,Juanma Barranquero
2007-11-06(ido-save-history): Write the history file in the current filenameJuanma Barranquero
2007-09-25(ido-to-end, ido-set-matches-1): Use `mapc' rather than `mapcar'.Juanma Barranquero
2007-08-08Replace `iff' in doc-strings and comments.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-06-20(ido-find-file-in-dir): Don't signal an error for empty directories.Juanma Barranquero
2007-04-22(ido-kill-buffer-at-head, ido-delete-file-at-head):Kim F. Storm
2007-03-29(ido-read-internal): When reading file or dir, only overrideKim F. Storm
2007-03-17(ido-init-completion-maps): Remap delete-backward-char.Chong Yidong