aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* Comment.Glenn Morris2009-08-221-0/+1
* Fix last change.Kim F. Storm2009-05-101-2/+2
* Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm2009-05-101-9/+24
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (ido-read-internal): Handle `confirm' and `confirm-after-completion'Chong Yidong2008-12-201-0/+4
* * align.el:Lute Kamstra2008-12-031-60/+60
* (ido-save-directory-list-file): Run file names that begin with a period thruEli Zaretskii2008-10-191-1/+1
* (ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris2008-09-111-1/+1
* * ido.el (ido-unload-function): New function.Juanma Barranquero2008-09-091-0/+7
* * ido.el (ido-file-internal): Fix typo in prompt.Juanma Barranquero2008-09-081-15/+15
* (ido-buffer-internal, ido-file-internal): Pass on other-windowKim F. Storm2008-09-041-2/+6
* Move provide statement to the end of the file.Chong Yidong2008-08-311-2/+1
* (ido-mode): Add toggle notification.Chong Yidong2008-08-021-1/+3
* American English spelling fix.Glenn Morris2008-06-271-3/+3
* edo: do not emit trailing newlineMichael Olson2008-05-171-1/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm2008-02-041-12/+16
* * progmodes/ada-xref.el (ada-prj-find-prj-file):Stefan Monnier2008-01-041-12/+11
* Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
* (ido-save-history): Set the `coding' localJuanma Barranquero2007-12-041-1/+2
* * ido.el (ido-file-name-all-completions-1): Check for fboundp ofMichael Albinus2007-11-241-14/+15
* * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu2007-11-191-3/+6
* (ido-save-history): Save the history file in UTF-8,Juanma Barranquero2007-11-101-6/+3
* (ido-save-history): Write the history file in the current filenameJuanma Barranquero2007-11-061-4/+8
* (ido-to-end, ido-set-matches-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-3/+3
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (ido-find-file-in-dir): Don't signal an error for empty directories.Juanma Barranquero2007-06-201-2/+1
* (ido-kill-buffer-at-head, ido-delete-file-at-head):Kim F. Storm2007-04-221-2/+2
* (ido-read-internal): When reading file or dir, only overrideKim F. Storm2007-03-291-2/+8
* (ido-init-completion-maps): Remap delete-backward-char.Chong Yidong2007-03-171-0/+1
* (ido-buffer-internal): Set this-command to fallback command.Kim F. Storm2007-02-251-8/+14
* Doc fixes.Kim F. Storm2007-02-051-16/+16
* (ido-set-common-completion): Use `let', not `let*'.Juanma Barranquero2007-01-311-2/+2
* (ido-initial-position): New variable.Kim F. Storm2007-01-241-41/+65
* (ido-active): Add xemacs test from ido-minibuffer-setup.Kim F. Storm2007-01-221-8/+7
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (ido-set-matches-1): Fix last change. If default item isKim F. Storm2006-12-271-0/+5
* (ido-set-matches-1): Never put current buffer first ifKim F. Storm2006-12-271-0/+3
* (ido-toggle-ignore, ido-completion-help): Print message whileKim F. Storm2006-12-161-1/+4
* (ido-completion-help): Build ido-cur-list and ido-matchesKim F. Storm2006-12-161-1/+9
* (ido-init-completion-maps): Remap backward-kill-wordKim F. Storm2006-12-101-1/+2
* 2006-11-30 Michaël Cadilhac <[email protected]>Kim F. Storm2006-11-301-8/+18
* (ido-file-internal): Use current buffer's file name as defaultKim F. Storm2006-11-161-1/+3
* (ido-copy-current-word): C-o copies region if active.Kim F. Storm2006-11-131-12/+15
* (ido-enable-prefix): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
* (ido-enable-prefix): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
* (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,Juanma Barranquero2006-11-081-23/+23
* (ido-reread-directory): Work in `dir' mode too.Kim F. Storm2006-10-161-1/+1
* 2006-10-15 Michaël Cadilhac <[email protected]>Kim F. Storm2006-10-151-1/+1